@layerzerolabs/hardhat-collect-outcomes 3.0.1 → 3.0.2-initia.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @layerzerolabs/hardhat-collect-outcomes
2
2
 
3
+ ## 3.0.2-initia.0
4
+
5
+ ### Patch Changes
6
+
7
+ - latest SDK
8
+
3
9
  ## 3.0.1
4
10
 
5
11
  ### Patch Changes
@@ -12,6 +18,42 @@
12
18
 
13
19
  - 095d9bf: oft v2
14
20
 
21
+ ## 2.3.45-initia-oft.5
22
+
23
+ ### Patch Changes
24
+
25
+ - Build Initia,aptos,movement,bsc snapshot images with newest images
26
+
27
+ ## 2.3.45-initia-oft.4
28
+
29
+ ### Patch Changes
30
+
31
+ - Build initia images with newest contracts
32
+
33
+ ## 2.3.45-initia-oft.3
34
+
35
+ ### Patch Changes
36
+
37
+ - Fix Aptos OFT SDK to fit newest contracts
38
+
39
+ ## 2.3.45-initia-oft.2
40
+
41
+ ### Patch Changes
42
+
43
+ - Fix bug in Initia OFT sdk
44
+
45
+ ## 2.3.45-initia-oft.1
46
+
47
+ ### Patch Changes
48
+
49
+ - Build new initia images with newest contracts
50
+
51
+ ## 2.3.45-initia-oft.0
52
+
53
+ ### Patch Changes
54
+
55
+ - Build new initia images with testnet deployments
56
+
15
57
  ## 2.3.44
16
58
 
17
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-collect-outcomes",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-initia.0",
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": "^3.0.1",
36
+ "@layerzerolabs/typescript-config-next": "^3.0.2-initia.0",
37
37
  "@nomiclabs/hardhat-ethers": "^2.2.3",
38
38
  "@typechain/ethers-v5": "^10.2.1",
39
39
  "@typechain/hardhat": "^6.1.6",