@layerzerolabs/hardhat-tron 2.2.1 → 2.2.5

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @layerzerolabs/hardhat-tron
2
2
 
3
+ ## 2.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fc047bc: endpoints
8
+
9
+ ## 2.2.4
10
+
11
+ ### Patch Changes
12
+
13
+ - f525086: add non-tron chain back to testify
14
+
15
+ ## 2.2.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 4c53623: empty version
20
+
21
+ ## 2.2.2
22
+
23
+ ### Patch Changes
24
+
25
+ - b04320e: empty version
26
+
3
27
  ## 2.2.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/hardhat-tron",
3
- "version": "2.2.1",
3
+ "version": "2.2.5",
4
4
  "description": "Hardhat plugin for compiling contracts with tron solc",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "LayerZero Labs",
@@ -61,9 +61,9 @@
61
61
  "devDependencies": {
62
62
  "@ethersproject/abi": "^5.7.0",
63
63
  "@ethersproject/providers": "^5.7.0",
64
- "@layerzerolabs/eslint-config-next": "^2.2.1",
65
- "@layerzerolabs/lz-utilities": "^2.2.1",
66
- "@layerzerolabs/typescript-config-next": "^2.2.1",
64
+ "@layerzerolabs/eslint-config-next": "^2.2.5",
65
+ "@layerzerolabs/lz-utilities": "^2.2.5",
66
+ "@layerzerolabs/typescript-config-next": "^2.2.5",
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",