@layerzerolabs/hardhat-collect-outcomes 2.3.28 → 2.3.30

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @layerzerolabs/hardhat-collect-outcomes
2
2
 
3
+ ## 2.3.30
4
+
5
+ ### Patch Changes
6
+
7
+ - 32f8ebd: peaq,zircuit mainnet, and plume testnet
8
+ - b602b9f: peaq,zircuit mainnet, and plume testnet
9
+
10
+ ## 2.3.29
11
+
12
+ ### Patch Changes
13
+
14
+ - a42fff0: endpoints, including flare mainnet
15
+ - a42fff0: zklink mainnet, and testnets
16
+ - a42fff0: testnet endpoints
17
+
3
18
  ## 2.3.28
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-collect-outcomes",
3
- "version": "2.3.28",
3
+ "version": "2.3.30",
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.3.28",
36
+ "@layerzerolabs/typescript-config-next": "^2.3.30",
37
37
  "@nomiclabs/hardhat-ethers": "^2.2.3",
38
38
  "@typechain/ethers-v5": "^10.2.1",
39
39
  "@typechain/hardhat": "^6.1.6",
@@ -42,7 +42,7 @@
42
42
  "@types/node": "^20.10.5",
43
43
  "chai": "^4.3.10",
44
44
  "hardhat": "^2.19.0",
45
- "hardhat-deploy": "^0.11.44",
45
+ "hardhat-deploy": "^0.12.4",
46
46
  "mocha": "^10.2.0",
47
47
  "rimraf": "^5.0.5",
48
48
  "ts-node": "^10.9.1",
@@ -54,7 +54,7 @@
54
54
  "@typechain/ethers-v5": "^10.2.1",
55
55
  "@typechain/hardhat": "^6.1.6",
56
56
  "hardhat": "^2.19.0",
57
- "hardhat-deploy": "^0.11.44"
57
+ "hardhat-deploy": "^0.12.4"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"