@layerzerolabs/create3-factory 3.0.105 → 3.0.106
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 +6 -0
- package/package.json +11 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/create3-factory",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.106",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"build-hardhat": "$npm_execpath hardhat compile",
|
|
23
23
|
"build-tron": "$npm_execpath hardhat compile --network tron-sandbox-local",
|
|
24
24
|
"build-ts": "$npm_execpath tsup --entry.index ./src/index.ts",
|
|
25
|
+
"build-zksync": "HARDHAT_DISABLE_TELEMETRY_PROMPT=true ZKSYNC_DISABLE_TELEMETRY=1 $npm_execpath hardhat --network zksync-mainnet compile",
|
|
25
26
|
"clean": "$npm_execpath clean-prebuild && rm -rf .turbo",
|
|
26
27
|
"clean-prebuild": "rm -rf dist"
|
|
27
28
|
},
|
|
@@ -35,15 +36,15 @@
|
|
|
35
36
|
"@ethersproject/abi": "^5.8.0",
|
|
36
37
|
"@ethersproject/providers": "^5.8.0",
|
|
37
38
|
"@layerzerolabs/hardhat-config": "^0.0.0",
|
|
38
|
-
"@layerzerolabs/hardhat-tron": "^3.0.
|
|
39
|
-
"@layerzerolabs/lz-definitions": "^3.0.
|
|
40
|
-
"@layerzerolabs/lz-utilities": "^3.0.
|
|
41
|
-
"@layerzerolabs/ops-cli": "^3.0.
|
|
42
|
-
"@layerzerolabs/ops-core": "^3.0.
|
|
43
|
-
"@layerzerolabs/ops-plugin-core": "^3.0.
|
|
44
|
-
"@layerzerolabs/ops-utilities": "^3.0.
|
|
45
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
46
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
39
|
+
"@layerzerolabs/hardhat-tron": "^3.0.106",
|
|
40
|
+
"@layerzerolabs/lz-definitions": "^3.0.106",
|
|
41
|
+
"@layerzerolabs/lz-utilities": "^3.0.106",
|
|
42
|
+
"@layerzerolabs/ops-cli": "^3.0.106",
|
|
43
|
+
"@layerzerolabs/ops-core": "^3.0.106",
|
|
44
|
+
"@layerzerolabs/ops-plugin-core": "^3.0.106",
|
|
45
|
+
"@layerzerolabs/ops-utilities": "^3.0.106",
|
|
46
|
+
"@layerzerolabs/tsup-config-next": "^3.0.106",
|
|
47
|
+
"@layerzerolabs/typescript-config-next": "^3.0.106",
|
|
47
48
|
"@matterlabs/hardhat-zksync-deploy": "^0.6.5",
|
|
48
49
|
"@matterlabs/hardhat-zksync-solc": "~1.3.0",
|
|
49
50
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|