@layerzerolabs/hardhat-tron 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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @layerzerolabs/hardhat-tron
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-tron",
3
- "version": "2.3.26",
3
+ "version": "2.3.28",
4
4
  "description": "Hardhat plugin for compiling contracts with tron solc",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "LayerZero Labs",
@@ -61,10 +61,10 @@
61
61
  "devDependencies": {
62
62
  "@ethersproject/abi": "^5.7.0",
63
63
  "@ethersproject/providers": "^5.7.0",
64
- "@layerzerolabs/eslint-config-next": "^2.3.26",
65
- "@layerzerolabs/lz-utilities": "^2.3.26",
64
+ "@layerzerolabs/eslint-config-next": "^2.3.28",
65
+ "@layerzerolabs/lz-utilities": "^2.3.28",
66
66
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
67
- "@layerzerolabs/typescript-config-next": "^2.3.26",
67
+ "@layerzerolabs/typescript-config-next": "^2.3.28",
68
68
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
69
69
  "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
70
70
  "@nomiclabs/hardhat-ethers": "^2.2.3",
@@ -98,7 +98,7 @@
98
98
  "prettier-plugin-solidity": "^1.2.0",
99
99
  "rimraf": "^5.0.5",
100
100
  "solhint": "^4.0.0",
101
- "solhint-plugin-prettier": "^0.0.5",
101
+ "solhint-plugin-prettier": "^0.1.0",
102
102
  "solidity-coverage": "^0.8.5",
103
103
  "source-map-support": "^0.5.12",
104
104
  "tronbox": "^3.4.1",
@@ -111,6 +111,6 @@
111
111
  "hardhat-deploy": "^0.11.44"
112
112
  },
113
113
  "publishConfig": {
114
- "access": "restricted"
114
+ "access": "public"
115
115
  }
116
116
  }