@layerzerolabs/hardhat-collect-outcomes 2.3.26 → 2.3.28

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @layerzerolabs/hardhat-collect-outcomes
2
2
 
3
+ ## 2.3.28
4
+
5
+ ### Patch Changes
6
+
7
+ - 23d7ea0: endpoints, including flare mainnet
8
+ - 23d7ea0: zklink mainnet, and testnets
9
+ - 8a40261: Fix some known issues in Solana
10
+ - 23d7ea0: testnet endpoints
11
+
12
+ ## 2.3.27
13
+
14
+ ### Patch Changes
15
+
16
+ - e382bef: Update the access property of the `hardhat-tron` package
17
+ - d41cbe9: endpoints, including flare mainnet
18
+ - d41cbe9: testnet endpoints
19
+
3
20
  ## 2.3.26
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-collect-outcomes",
3
- "version": "2.3.26",
3
+ "version": "2.3.28",
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.26",
36
+ "@layerzerolabs/typescript-config-next": "^2.3.28",
37
37
  "@nomiclabs/hardhat-ethers": "^2.2.3",
38
38
  "@typechain/ethers-v5": "^10.2.1",
39
39
  "@typechain/hardhat": "^6.1.6",