@layerzerolabs/hardhat-tron 3.0.80 → 3.0.82
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.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/hardhat-tron",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.82",
|
|
4
4
|
"description": "Hardhat plugin for compiling contracts with tron solc",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "LayerZero Labs",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"apply-helper-patch": "git apply $INIT_CWD/helper-diff.patch",
|
|
14
14
|
"build": "$npm_execpath clean-prebuild && $npm_execpath tsc",
|
|
15
15
|
"clean": "$npm_execpath clean-prebuild && rimraf .turbo && $npm_execpath clean-test",
|
|
16
|
-
"clean-prebuild": "
|
|
16
|
+
"clean-prebuild": "rm -rf dist",
|
|
17
17
|
"clean-test": "rimraf -g 'test/**/artifacts*' 'test/**/cache*' 'test/**/deployments/tron_docker' 'test/**/tronbox_v{7,8}/{build,typechain-types}'",
|
|
18
18
|
"clone-helper": "curl -o $INIT_CWD/src/helper.ts https://raw.githubusercontent.com/wighawag/hardhat-deploy/v0.11.45/src/helpers.ts ",
|
|
19
19
|
"compile-tron": "hardhat clean --network tron && hardhat compile --network tron",
|
|
@@ -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": "^3.0.
|
|
65
|
-
"@layerzerolabs/lz-utilities": "^3.0.
|
|
64
|
+
"@layerzerolabs/eslint-config-next": "^3.0.82",
|
|
65
|
+
"@layerzerolabs/lz-utilities": "^3.0.82",
|
|
66
66
|
"@layerzerolabs/tronweb-typescript": "^0.0.0",
|
|
67
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
67
|
+
"@layerzerolabs/typescript-config-next": "^3.0.82",
|
|
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",
|