@layerzerolabs/hardhat-collect-outcomes 3.0.79 → 3.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @layerzerolabs/hardhat-collect-outcomes
|
|
2
2
|
|
|
3
|
+
## 3.0.81
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 84bf762: refactor ton sdk
|
|
8
|
+
|
|
9
|
+
## 3.0.80
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- cafd0f9: lzRead: zksync,blast,zkconsensys,mode,scroll,swell,bera,unichain
|
|
14
|
+
|
|
3
15
|
## 3.0.79
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/hardhat-collect-outcomes",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.81",
|
|
4
4
|
"description": "hardhat plugin to collect files from smart contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "$npm_execpath clean-prebuild && $npm_execpath tsc",
|
|
23
|
-
"clean": "$npm_execpath clean-prebuild &&
|
|
24
|
-
"clean-prebuild": "
|
|
23
|
+
"clean": "$npm_execpath clean-prebuild && rm -rf .turbo",
|
|
24
|
+
"clean-prebuild": "rm -rf dist",
|
|
25
25
|
"test": "$npm_execpath mocha --timeout 60000 --exit 'test/**/*.test.ts'",
|
|
26
26
|
"watch": "$npm_execpath tsc -w"
|
|
27
27
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@ethersproject/abi": "^5.7.0",
|
|
35
35
|
"@ethersproject/providers": "^5.7.0",
|
|
36
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
36
|
+
"@layerzerolabs/typescript-config-next": "^3.0.81",
|
|
37
37
|
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
|
38
38
|
"@typechain/ethers-v5": "^10.2.1",
|
|
39
39
|
"@typechain/hardhat": "^6.1.6",
|