@layerzerolabs/hardhat-collect-outcomes 2.1.22 → 2.1.24
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @layerzerolabs/hardhat-collect-outcomes
|
|
2
|
+
|
|
3
|
+
## 2.1.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c663d78: remove duplicate `sleep` func
|
|
8
|
+
|
|
9
|
+
## 2.1.23
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- c2fc9fe: - update dvn config on blast chain for some dvn partners
|
|
14
|
+
- update OApp, OFT contracts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/hardhat-collect-outcomes",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.24",
|
|
4
4
|
"description": "hardhat plugin to collect files from smart contracts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ethereum",
|
|
@@ -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": "^2.1.
|
|
36
|
+
"@layerzerolabs/typescript-config-next": "^2.1.24",
|
|
37
37
|
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
|
38
38
|
"@typechain/ethers-v5": "^10.2.1",
|
|
39
39
|
"@typechain/hardhat": "^6.1.6",
|