@layerzerolabs/hardhat-tron 3.0.149 → 3.0.151

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-tron
2
2
 
3
+ ## 3.0.151
4
+
5
+ ### Patch Changes
6
+
7
+ - 8a4e161: rise-testnet
8
+
9
+ ## 3.0.150
10
+
11
+ ### Patch Changes
12
+
13
+ - 33e4fb8: testnets, Flow ReadLib1002
14
+ - 33e4fb8: megaeth mainnet
15
+ - 33e4fb8: testnets and mainnets
16
+ - 33e4fb8: sagaevm redeployt (altendpoint), horizen testnet
17
+
3
18
  ## 3.0.149
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-tron",
3
- "version": "3.0.149",
3
+ "version": "3.0.151",
4
4
  "description": "Hardhat plugin for compiling contracts with tron solc",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "LayerZero Labs",
@@ -60,10 +60,10 @@
60
60
  "devDependencies": {
61
61
  "@ethersproject/abi": "^5.8.0",
62
62
  "@ethersproject/providers": "^5.8.0",
63
- "@layerzerolabs/eslint-config-next": "^3.0.149",
64
- "@layerzerolabs/lz-utilities": "^3.0.149",
63
+ "@layerzerolabs/eslint-config-next": "^3.0.151",
64
+ "@layerzerolabs/lz-utilities": "^3.0.151",
65
65
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
66
- "@layerzerolabs/typescript-config-next": "^3.0.149",
66
+ "@layerzerolabs/typescript-config-next": "^3.0.151",
67
67
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
68
68
  "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
69
69
  "@nomiclabs/hardhat-ethers": "^2.2.3",