@layerzerolabs/proxy-v5-6-evm-contracts 1.2.20
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/.turbo/turbo-build.log +270 -0
- package/.turbo/turbo-lint.log +98 -0
- package/.turbo/turbo-test.log +124 -0
- package/LICENSE +23 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
- package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
- package/artifacts/build-info/eb640ccbdf084d1d111d9ebf9250fdca.json +1 -0
- package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
- package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
- package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
- package/artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol +922 -0
- package/artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol +1017 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +124 -0
- package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +56 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +81 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +49 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +15 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +24 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +132 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +74 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +121 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Address.sol/Address.json +22 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/Errors.sol/Errors.json +48 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +10 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts-tron/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +10 -0
- package/artifacts-tron/build-info/33e2b07450318007b249bcb542a1e222.json +1 -0
- package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +176 -0
- package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +121 -0
- package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-tron/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +16 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +86 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/access/Ownable2Step.sol/Ownable2Step.json +125 -0
- package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/interfaces/IERC1967.sol/IERC1967.json +57 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +82 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol/ERC1967Utils.json +50 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.json +16 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.json +25 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +133 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.json +75 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +124 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Address.sol/Address.json +23 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Context.sol/Context.json +11 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/Errors.sol/Errors.json +49 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/LowLevelCall.sol/LowLevelCall.json +11 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +4 -0
- package/artifacts-zk/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +11 -0
- package/artifacts-zk/build-info/9069f70cfc4c7329462d894dfdd2740c.json +1 -0
- package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/ProxyAdmin2Step.sol/ProxyAdmin2Step.json +177 -0
- package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/TransparentUpgradeableProxy2Step.sol/TransparentUpgradeableProxy2Step.json +124 -0
- package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.dbg.json +4 -0
- package/artifacts-zk/contracts/interfaces/IProxyAdmin2Step.sol/IProxyAdmin2Step.json +17 -0
- package/contracts/ProxyAdmin2Step.sol +39 -0
- package/contracts/TransparentUpgradeableProxy2Step.sol +109 -0
- package/contracts/interfaces/IProxyAdmin2Step.sol +15 -0
- package/foundry.toml +23 -0
- package/hardhat.config.js +58 -0
- package/package.json +42 -0
- package/solhint.config.js +3 -0
- package/test/TransparentUpgradeableProxy2Step.t.sol +276 -0
- package/turbo-snapshot.lock.json +454 -0
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
4
|
+
> pnpm compile:evm && pnpm compile:zksync && pnpm compile:tron && pnpm flatten:all
|
|
5
|
+
|
|
6
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
7
|
+
|
|
8
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 compile:evm /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
9
|
+
> pnpm lz-tool hardhat compile --config ./hardhat.config.js
|
|
10
|
+
|
|
11
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
12
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
13
|
+
🔧 hardhat version: 2.26.3
|
|
14
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-zVQJXm
|
|
15
|
+
📦 Copied 7 workspace package source(s)
|
|
16
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
17
|
+
(node:28600) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
18
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
19
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
20
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
21
|
+
📦 Docker volumes:
|
|
22
|
+
-v /tmp/lz-scoped-workspace-zVQJXm:/workspace
|
|
23
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
24
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
25
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
26
|
+
Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
27
|
+
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (platform: linux/amd64)
|
|
28
|
+
$ docker pull --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
29
|
+
forge-1.3.6-hardhat-2.26.3-patch-4: Pulling from layerzerolabs/evm-tooling
|
|
30
|
+
17639c486e57: Pulling fs layer
|
|
31
|
+
53d86cd64323: Pulling fs layer
|
|
32
|
+
bbd7db620433: Pulling fs layer
|
|
33
|
+
dd8d0adb78c1: Pulling fs layer
|
|
34
|
+
e2082273f6a6: Pulling fs layer
|
|
35
|
+
6aca5ecbfbf0: Pulling fs layer
|
|
36
|
+
57cfa89d22f0: Pulling fs layer
|
|
37
|
+
dd8d0adb78c1: Waiting
|
|
38
|
+
6aca5ecbfbf0: Waiting
|
|
39
|
+
e2082273f6a6: Waiting
|
|
40
|
+
95f21f1a21d0: Pulling fs layer
|
|
41
|
+
57cfa89d22f0: Waiting
|
|
42
|
+
796d60317d4d: Pulling fs layer
|
|
43
|
+
95f21f1a21d0: Waiting
|
|
44
|
+
c35d7f83b6fc: Pulling fs layer
|
|
45
|
+
8f1cde221fc4: Pulling fs layer
|
|
46
|
+
796d60317d4d: Waiting
|
|
47
|
+
bcbb9eb73fb5: Pulling fs layer
|
|
48
|
+
c8e19a2c627e: Pulling fs layer
|
|
49
|
+
b79abc894e87: Pulling fs layer
|
|
50
|
+
63ec365deef1: Pulling fs layer
|
|
51
|
+
36a7bdc86737: Pulling fs layer
|
|
52
|
+
36a7bdc86737: Waiting
|
|
53
|
+
c35d7f83b6fc: Waiting
|
|
54
|
+
8f1cde221fc4: Waiting
|
|
55
|
+
c8e19a2c627e: Waiting
|
|
56
|
+
b79abc894e87: Waiting
|
|
57
|
+
63ec365deef1: Waiting
|
|
58
|
+
bcbb9eb73fb5: Waiting
|
|
59
|
+
53d86cd64323: Verifying Checksum
|
|
60
|
+
53d86cd64323: Download complete
|
|
61
|
+
dd8d0adb78c1: Verifying Checksum
|
|
62
|
+
dd8d0adb78c1: Download complete
|
|
63
|
+
bbd7db620433: Verifying Checksum
|
|
64
|
+
bbd7db620433: Download complete
|
|
65
|
+
17639c486e57: Verifying Checksum
|
|
66
|
+
17639c486e57: Download complete
|
|
67
|
+
e2082273f6a6: Verifying Checksum
|
|
68
|
+
e2082273f6a6: Download complete
|
|
69
|
+
6aca5ecbfbf0: Download complete
|
|
70
|
+
796d60317d4d: Download complete
|
|
71
|
+
57cfa89d22f0: Verifying Checksum
|
|
72
|
+
57cfa89d22f0: Download complete
|
|
73
|
+
c35d7f83b6fc: Download complete
|
|
74
|
+
8f1cde221fc4: Download complete
|
|
75
|
+
bcbb9eb73fb5: Verifying Checksum
|
|
76
|
+
bcbb9eb73fb5: Download complete
|
|
77
|
+
c8e19a2c627e: Verifying Checksum
|
|
78
|
+
c8e19a2c627e: Download complete
|
|
79
|
+
17639c486e57: Pull complete
|
|
80
|
+
95f21f1a21d0: Verifying Checksum
|
|
81
|
+
95f21f1a21d0: Download complete
|
|
82
|
+
b79abc894e87: Verifying Checksum
|
|
83
|
+
b79abc894e87: Download complete
|
|
84
|
+
36a7bdc86737: Download complete
|
|
85
|
+
53d86cd64323: Pull complete
|
|
86
|
+
63ec365deef1: Download complete
|
|
87
|
+
bbd7db620433: Pull complete
|
|
88
|
+
dd8d0adb78c1: Pull complete
|
|
89
|
+
e2082273f6a6: Pull complete
|
|
90
|
+
6aca5ecbfbf0: Pull complete
|
|
91
|
+
57cfa89d22f0: Pull complete
|
|
92
|
+
95f21f1a21d0: Pull complete
|
|
93
|
+
796d60317d4d: Pull complete
|
|
94
|
+
c35d7f83b6fc: Pull complete
|
|
95
|
+
8f1cde221fc4: Pull complete
|
|
96
|
+
bcbb9eb73fb5: Pull complete
|
|
97
|
+
c8e19a2c627e: Pull complete
|
|
98
|
+
b79abc894e87: Pull complete
|
|
99
|
+
63ec365deef1: Pull complete
|
|
100
|
+
36a7bdc86737: Pull complete
|
|
101
|
+
Digest: sha256:778dd8fe35fba1405c5995090a0d4167609e8b03ece06b005fb0e067f4f7e2ab
|
|
102
|
+
Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
103
|
+
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
104
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
105
|
+
$ docker container rm c387e82838f39c5b24243f30b85176098e8eb746b75bcc74bdc16b8a88c5d965
|
|
106
|
+
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
107
|
+
👤 Running container as UID:GID 1001:1001
|
|
108
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-zVQJXm:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config ./hardhat.config.js
|
|
109
|
+
Downloading solc 0.8.26
|
|
110
|
+
Compiling 17 Solidity files
|
|
111
|
+
Successfully compiled 17 Solidity files
|
|
112
|
+
⏳ hardhat compile --config ./hardhat.config.js: 3.134s
|
|
113
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
114
|
+
|
|
115
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 compile:zksync /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
116
|
+
> pnpm lz-tool hardhat compile --config ./hardhat.config.js --network zksync-mainnet
|
|
117
|
+
|
|
118
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
119
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
120
|
+
🔧 hardhat version: 2.26.3
|
|
121
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-5RATYL
|
|
122
|
+
📦 Copied 7 workspace package source(s)
|
|
123
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
124
|
+
(node:29945) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
125
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
126
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
127
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
128
|
+
📦 Docker volumes:
|
|
129
|
+
-v /tmp/lz-scoped-workspace-5RATYL:/workspace
|
|
130
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
131
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
132
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
133
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
134
|
+
$ docker container rm 76189863c3ba07cabad9d8ac6252d7ec64c931cd7176d0c7c7ede56251363968
|
|
135
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
136
|
+
👤 Running container as UID:GID 1001:1001
|
|
137
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-5RATYL:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config ./hardhat.config.js --network zksync-mainnet
|
|
138
|
+
Downloading zksolc 1.5.15
|
|
139
|
+
zksolc version 1.5.15 successfully downloaded
|
|
140
|
+
Downloading zkvm-solc 0.8.26-1.0.2
|
|
141
|
+
zkvm-solc version 0.8.26-1.0.2 successfully downloaded
|
|
142
|
+
Compiling contracts for ZKsync Era with zksolc v1.5.15 and zkvm-solc v0.8.26-1.0.2
|
|
143
|
+
Compiling 17 Solidity files
|
|
144
|
+
Warning: The default codegen of `zksolc` does not match that of `solc` for historical reasons.
|
|
145
|
+
Whereas `solc` uses the EVM [legacy] assembly codegen by default, zksolc uses the Yul codegen.
|
|
146
|
+
|
|
147
|
+
It often leads to different behavior of the bytecode generated from specific cases of Solidity language features.
|
|
148
|
+
In practice, contracts that work correctly on EVM may produce different and unexpected results on ZKsync.
|
|
149
|
+
|
|
150
|
+
The affected Solidity features are listed at https://docs.soliditylang.org/en/latest/ir-breaking-changes.html,
|
|
151
|
+
although this list may be incomplete.
|
|
152
|
+
|
|
153
|
+
>>> IMPORTANT! This warning will become a hard error in future versions of `zksolc` to reduce potential security issues <<<
|
|
154
|
+
|
|
155
|
+
To mitigate the warning, please follow the instructions below depending on how you are using `zksolc`.
|
|
156
|
+
`foundry-zksync`:
|
|
157
|
+
- `codegen = value` in the `[profile.default.zksync]` section of the project config (e.g. `foundry.toml`)
|
|
158
|
+
`hardhat`:
|
|
159
|
+
- "codegen": <value> in the `zksolc.settings` section of the project config (e.g. `hardhat.config.js`)
|
|
160
|
+
Directly via standard JSON I/O without tooling:
|
|
161
|
+
- "codegen": <value> in the `<root>.settings` section of the input JSON
|
|
162
|
+
Directly via CLI:
|
|
163
|
+
- pass the `--codegen <value>` parameter
|
|
164
|
+
|
|
165
|
+
Allowed values:
|
|
166
|
+
"evmla": the default codegen used in `solc` by default, a.k.a. EVM legacy assembly or simply EVM assembly.
|
|
167
|
+
"yul": the new experimental `solc` codegen that has been used in `zksolc` by default.
|
|
168
|
+
|
|
169
|
+
For reference, see the following links:
|
|
170
|
+
- `zksolc` CLI reference: https://matter-labs.github.io/era-compiler-solidity/latest/02-command-line-interface.html#--codegen
|
|
171
|
+
- `zksolc` standard JSON input reference: https://matter-labs.github.io/era-compiler-solidity/latest/03-standard-json.html#input-json
|
|
172
|
+
|
|
173
|
+
Successfully compiled 17 Solidity files
|
|
174
|
+
⏳ hardhat compile --config ./hardhat.config.js --network zksync-mainnet: 3.243s
|
|
175
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
176
|
+
|
|
177
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 compile:tron /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
178
|
+
> pnpm lz-tool hardhat compile --config ./hardhat.config.js --network tron-mainnet
|
|
179
|
+
|
|
180
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
181
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
182
|
+
🔧 hardhat version: 2.26.3
|
|
183
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-PfgpNv
|
|
184
|
+
📦 Copied 7 workspace package source(s)
|
|
185
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
186
|
+
(node:31088) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
187
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
188
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
189
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
190
|
+
📦 Docker volumes:
|
|
191
|
+
-v /tmp/lz-scoped-workspace-PfgpNv:/workspace
|
|
192
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
193
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
194
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
195
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
196
|
+
$ docker container rm 0703270aee5f0efdea34895ba4068b8beaef5f9f9189ff860662733531a2820c
|
|
197
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
198
|
+
👤 Running container as UID:GID 1001:1001
|
|
199
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-PfgpNv:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 hardhat compile --config ./hardhat.config.js --network tron-mainnet
|
|
200
|
+
detected tron network, replacing deployments extension with custom one
|
|
201
|
+
Tron-solc v0.8.24 is unknown version, attempting anyway...
|
|
202
|
+
Compiling contracts with tron solc v0.8.24
|
|
203
|
+
Tron-solc v0.8.24 is unknown version, attempting anyway...
|
|
204
|
+
Downloading tron solc compiler...
|
|
205
|
+
/root/.tron/solc/soljson_v0.8.24.js <- https://tronsuper.github.io/tron-solc-bin/bin/soljson_v0.8.24.js
|
|
206
|
+
[2K[1GDownloaded compiler - 8681 KB in 0 secs
|
|
207
|
+
Compiling 17 Solidity files
|
|
208
|
+
Successfully compiled 17 Solidity files
|
|
209
|
+
⏳ hardhat compile --config ./hardhat.config.js --network tron-mainnet: 8.016s
|
|
210
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
211
|
+
|
|
212
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 flatten:all /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
213
|
+
> mkdir -p ./artifacts-flattened-contracts/contracts && pnpm flatten:proxyadmin2step && pnpm flatten:transparentupgradeableproxy2step
|
|
214
|
+
|
|
215
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
216
|
+
|
|
217
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 flatten:proxyadmin2step /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
218
|
+
> pnpm exec lz-tool -e sol_merger.sh hardhat ./contracts/ProxyAdmin2Step.sol ./artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol
|
|
219
|
+
|
|
220
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
221
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
222
|
+
🔧 hardhat version: 2.26.3
|
|
223
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-v5cAEF
|
|
224
|
+
📦 Copied 7 workspace package source(s)
|
|
225
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
226
|
+
(node:32621) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
227
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
228
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
229
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
230
|
+
📦 Docker volumes:
|
|
231
|
+
-v /tmp/lz-scoped-workspace-v5cAEF:/workspace
|
|
232
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
233
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
234
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
235
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
236
|
+
$ docker container rm 65642c53e97d8a9fd3471969136dfc4f55bb6953e0876e3d4d0657baf5d1c90a
|
|
237
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
238
|
+
🔧 Using custom entrypoint: sol_merger.sh
|
|
239
|
+
👤 Running container as UID:GID 1001:1001
|
|
240
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-v5cAEF:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm --entrypoint sol_merger.sh 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 ./contracts/ProxyAdmin2Step.sol ./artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol
|
|
241
|
+
Flattened ./contracts/ProxyAdmin2Step.sol -> ./artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol
|
|
242
|
+
⏳ ./contracts/ProxyAdmin2Step.sol ./artifacts-flattened-contracts/contracts/ProxyAdmin2Step.flattened.sol: 1.128s
|
|
243
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
244
|
+
|
|
245
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 flatten:transparentupgradeableproxy2step /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
246
|
+
> pnpm exec lz-tool -e sol_merger.sh hardhat ./contracts/TransparentUpgradeableProxy2Step.sol ./artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol
|
|
247
|
+
|
|
248
|
+
WARN Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
|
|
249
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
250
|
+
🔧 hardhat version: 2.26.3
|
|
251
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-ua3Zk3
|
|
252
|
+
📦 Copied 7 workspace package source(s)
|
|
253
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
254
|
+
(node:33113) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
255
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
256
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
257
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
258
|
+
📦 Docker volumes:
|
|
259
|
+
-v /tmp/lz-scoped-workspace-ua3Zk3:/workspace
|
|
260
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
261
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
262
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
263
|
+
$ docker container create --platform linux/amd64 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 true
|
|
264
|
+
$ docker container rm 8c44a67b892f9da973fe5974062b59037f52e85eaae86b4bbfdf3ac8362472e1
|
|
265
|
+
✅ Using cached Docker image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 (linux/amd64)
|
|
266
|
+
🔧 Using custom entrypoint: sol_merger.sh
|
|
267
|
+
👤 Running container as UID:GID 1001:1001
|
|
268
|
+
$ docker run --platform linux/amd64 --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-ua3Zk3:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm --entrypoint sol_merger.sh 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 ./contracts/TransparentUpgradeableProxy2Step.sol ./artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol
|
|
269
|
+
Flattened ./contracts/TransparentUpgradeableProxy2Step.sol -> ./artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol
|
|
270
|
+
⏳ ./contracts/TransparentUpgradeableProxy2Step.sol ./artifacts-flattened-contracts/contracts/TransparentUpgradeableProxy2Step.flattened.sol: 1.208s
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
|
|
2
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
3
|
+
> solhint --config solhint.config.js 'contracts/**/*.sol' 'test/**/*.sol' --fix --noPrompt
|
|
4
|
+
|
|
5
|
+
A new version of Solhint is available: 6.2.3
|
|
6
|
+
Please consider updating your Solhint package.
|
|
7
|
+
|
|
8
|
+
contracts/ProxyAdmin2Step.sol
|
|
9
|
+
16:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
10
|
+
16:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
11
|
+
16:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_initialOwner], Found: [] use-natspec
|
|
12
|
+
28:5 warning Missing @notice tag in function '_transferOwnership' use-natspec
|
|
13
|
+
28:5 warning Missing @param tag in function '_transferOwnership' use-natspec
|
|
14
|
+
28:5 warning Mismatch in @param names for function '_transferOwnership'. Expected: [_newOwner], Found: [] use-natspec
|
|
15
|
+
|
|
16
|
+
contracts/TransparentUpgradeableProxy2Step.sol
|
|
17
|
+
53:1 warning Missing @title tag in contract 'TransparentUpgradeableProxy2Step' use-natspec
|
|
18
|
+
53:1 warning Missing @author tag in contract 'TransparentUpgradeableProxy2Step' use-natspec
|
|
19
|
+
53:1 warning Missing @notice tag in contract 'TransparentUpgradeableProxy2Step' use-natspec
|
|
20
|
+
70:5 warning Missing @notice tag in function '<anonymous>' use-natspec
|
|
21
|
+
70:5 warning Missing @param tag in function '<anonymous>' use-natspec
|
|
22
|
+
70:5 warning Mismatch in @param names for function '<anonymous>'. Expected: [_logic, initialOwner, _data], Found: [] use-natspec
|
|
23
|
+
79:5 warning Missing @notice tag in function '_proxyAdmin' use-natspec
|
|
24
|
+
79:5 warning Missing @return tag in function '_proxyAdmin' use-natspec
|
|
25
|
+
79:5 warning Mismatch in @return count for function '_proxyAdmin'. Expected: 1, Found: 0 use-natspec
|
|
26
|
+
86:5 warning Missing @notice tag in function '_fallback' use-natspec
|
|
27
|
+
105:5 warning Missing @notice tag in function '_dispatchUpgradeToAndCall' use-natspec
|
|
28
|
+
|
|
29
|
+
test/TransparentUpgradeableProxy2Step.t.sol
|
|
30
|
+
2:1 warning Found more than One contract per file. 3 contracts found! one-contract-per-file
|
|
31
|
+
9:1 warning Import in test/TransparentUpgradeableProxy2Step.t.sol doesn't exist in: forge-std/Test.sol import-path-check
|
|
32
|
+
15:1 warning Missing @title tag in contract 'ImplementationV1' use-natspec
|
|
33
|
+
15:1 warning Missing @author tag in contract 'ImplementationV1' use-natspec
|
|
34
|
+
15:1 warning Missing @notice tag in contract 'ImplementationV1' use-natspec
|
|
35
|
+
16:5 warning Missing @notice tag in variable 'value' use-natspec
|
|
36
|
+
17:5 warning Missing @notice tag in variable 'initialized' use-natspec
|
|
37
|
+
19:5 warning Missing @notice tag in function 'initialize' use-natspec
|
|
38
|
+
23:5 warning Missing @notice tag in function 'setValue' use-natspec
|
|
39
|
+
23:5 warning Missing @param tag in function 'setValue' use-natspec
|
|
40
|
+
23:5 warning Mismatch in @param names for function 'setValue'. Expected: [_value], Found: [] use-natspec
|
|
41
|
+
28:1 warning Missing @title tag in contract 'ImplementationV2' use-natspec
|
|
42
|
+
28:1 warning Missing @author tag in contract 'ImplementationV2' use-natspec
|
|
43
|
+
28:1 warning Missing @notice tag in contract 'ImplementationV2' use-natspec
|
|
44
|
+
29:5 warning Missing @notice tag in variable 'value' use-natspec
|
|
45
|
+
31:5 warning Missing @notice tag in function 'setValue' use-natspec
|
|
46
|
+
31:5 warning Missing @param tag in function 'setValue' use-natspec
|
|
47
|
+
31:5 warning Mismatch in @param names for function 'setValue'. Expected: [_value], Found: [] use-natspec
|
|
48
|
+
36:1 warning Missing @title tag in contract 'TransparentUpgradeableProxy2StepTest' use-natspec
|
|
49
|
+
36:1 warning Missing @author tag in contract 'TransparentUpgradeableProxy2StepTest' use-natspec
|
|
50
|
+
36:1 warning Missing @notice tag in contract 'TransparentUpgradeableProxy2StepTest' use-natspec
|
|
51
|
+
37:5 warning Explicitly mark visibility of state state-visibility
|
|
52
|
+
38:5 warning Explicitly mark visibility of state state-visibility
|
|
53
|
+
39:5 warning Explicitly mark visibility of state state-visibility
|
|
54
|
+
40:5 warning Explicitly mark visibility of state state-visibility
|
|
55
|
+
42:5 warning Explicitly mark visibility of state state-visibility
|
|
56
|
+
43:5 warning Explicitly mark visibility of state state-visibility
|
|
57
|
+
44:5 warning Explicitly mark visibility of state state-visibility
|
|
58
|
+
45:5 warning Explicitly mark visibility of state state-visibility
|
|
59
|
+
47:5 warning Missing @notice tag in function '_getProxyAdminAddress' use-natspec
|
|
60
|
+
47:5 warning Missing @param tag in function '_getProxyAdminAddress' use-natspec
|
|
61
|
+
47:5 warning Mismatch in @param names for function '_getProxyAdminAddress'. Expected: [_proxy], Found: [] use-natspec
|
|
62
|
+
47:5 warning Missing @return tag in function '_getProxyAdminAddress' use-natspec
|
|
63
|
+
47:5 warning Mismatch in @return count for function '_getProxyAdminAddress'. Expected: 1, Found: 0 use-natspec
|
|
64
|
+
52:5 warning Missing @notice tag in function 'setUp' use-natspec
|
|
65
|
+
66:5 warning Missing @notice tag in function 'test_constructor_DeploysProxyAdmin2StepOwnedByInitialOwner' use-natspec
|
|
66
|
+
73:5 warning Missing @notice tag in function 'test_constructor_RevertsOnEmptyData' use-natspec
|
|
67
|
+
80:5 warning Missing @notice tag in function 'test_transferOwnership_Success' use-natspec
|
|
68
|
+
91:5 warning Missing @notice tag in function 'test_transferOwnership_Success_OverwritesPending' use-natspec
|
|
69
|
+
102:5 warning Missing @notice tag in function 'test_transferOwnership_Success_CancelsBySettingZero' use-natspec
|
|
70
|
+
121:5 warning Missing @notice tag in function 'test_transferOwnership_Revert_Unauthorized' use-natspec
|
|
71
|
+
127:5 warning Missing @notice tag in function 'test_transferOwnership_Fuzz' use-natspec
|
|
72
|
+
127:5 warning Missing @param tag in function 'test_transferOwnership_Fuzz' use-natspec
|
|
73
|
+
127:5 warning Mismatch in @param names for function 'test_transferOwnership_Fuzz'. Expected: [_newOwner], Found: [] use-natspec
|
|
74
|
+
137:5 warning Missing @notice tag in function 'test_acceptOwnership_Success' use-natspec
|
|
75
|
+
151:5 warning Missing @notice tag in function 'test_acceptOwnership_Revert_NotPendingOwner' use-natspec
|
|
76
|
+
163:5 warning Missing @notice tag in function 'test_acceptOwnership_Revert_NoPendingTransfer' use-natspec
|
|
77
|
+
169:5 warning Missing @notice tag in function 'test_acceptOwnership_Fuzz' use-natspec
|
|
78
|
+
169:5 warning Missing @param tag in function 'test_acceptOwnership_Fuzz' use-natspec
|
|
79
|
+
169:5 warning Mismatch in @param names for function 'test_acceptOwnership_Fuzz'. Expected: [_newOwner], Found: [] use-natspec
|
|
80
|
+
190:5 warning Missing @notice tag in function 'test_acceptOwnership_Fuzz_Revert_NotPendingOwner' use-natspec
|
|
81
|
+
190:5 warning Missing @param tag in function 'test_acceptOwnership_Fuzz_Revert_NotPendingOwner' use-natspec
|
|
82
|
+
190:5 warning Mismatch in @param names for function 'test_acceptOwnership_Fuzz_Revert_NotPendingOwner'. Expected: [_newOwner, _caller], Found: [] use-natspec
|
|
83
|
+
207:5 warning Missing @notice tag in function 'test_upgradeAndCall_Success' use-natspec
|
|
84
|
+
215:5 warning Missing @notice tag in function 'test_upgradeAndCall_Success_AfterOwnershipTransfer' use-natspec
|
|
85
|
+
232:5 warning Missing @notice tag in function 'test_upgradeAndCall_Revert_Unauthorized' use-natspec
|
|
86
|
+
240:5 warning Missing @notice tag in function 'test_fallback_Revert_ProxyDeniedAdminAccess' use-natspec
|
|
87
|
+
248:5 warning Missing @notice tag in function 'test_renounceOwnership_Revert' use-natspec
|
|
88
|
+
257:5 warning Missing @notice tag in function 'test_renounceOwnership_Revert_DuringPendingTransfer' use-natspec
|
|
89
|
+
269:5 warning Missing @notice tag in function 'test_renounceOwnership_Fuzz_Revert' use-natspec
|
|
90
|
+
269:5 warning Missing @param tag in function 'test_renounceOwnership_Fuzz_Revert' use-natspec
|
|
91
|
+
269:5 warning Mismatch in @param names for function 'test_renounceOwnership_Fuzz_Revert'. Expected: [_caller], Found: [] use-natspec
|
|
92
|
+
|
|
93
|
+
✖ 79 problems (0 errors, 79 warnings)
|
|
94
|
+
|
|
95
|
+
--------------------------------------------------------------------------
|
|
96
|
+
===> Join SOLHINT Community at: https://discord.com/invite/4TYGq3zpjs <===
|
|
97
|
+
--------------------------------------------------------------------------
|
|
98
|
+
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
|
|
2
|
+
> @layerzerolabs/proxy-v5-6-evm-contracts@0.0.0 test /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
3
|
+
> pnpm lz-tool forge test
|
|
4
|
+
|
|
5
|
+
✅ forge-1.3.6-hardhat-2.26.3
|
|
6
|
+
🔧 forge version: 1.3.6
|
|
7
|
+
📦 Using scoped workspace: /tmp/lz-scoped-workspace-5t3sl7
|
|
8
|
+
📦 Copied 7 workspace package source(s)
|
|
9
|
+
📦 No scoped-workspace pruner configured; using unpruned package-level source copy fallback.
|
|
10
|
+
(node:61258) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
11
|
+
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
|
+
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
14
|
+
📦 Docker volumes:
|
|
15
|
+
-v /tmp/lz-scoped-workspace-5t3sl7:/workspace
|
|
16
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm
|
|
17
|
+
-v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro
|
|
18
|
+
$ docker image inspect --format {{.Architecture}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
19
|
+
Error response from daemon: No such image: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
20
|
+
📥 Pulling Docker image from: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
21
|
+
$ docker pull 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
22
|
+
forge-1.3.6-hardhat-2.26.3-patch-4: Pulling from layerzerolabs/evm-tooling
|
|
23
|
+
17639c486e57: Pulling fs layer
|
|
24
|
+
53d86cd64323: Pulling fs layer
|
|
25
|
+
bbd7db620433: Pulling fs layer
|
|
26
|
+
dd8d0adb78c1: Pulling fs layer
|
|
27
|
+
e2082273f6a6: Pulling fs layer
|
|
28
|
+
6aca5ecbfbf0: Pulling fs layer
|
|
29
|
+
57cfa89d22f0: Pulling fs layer
|
|
30
|
+
95f21f1a21d0: Pulling fs layer
|
|
31
|
+
796d60317d4d: Pulling fs layer
|
|
32
|
+
c35d7f83b6fc: Pulling fs layer
|
|
33
|
+
8f1cde221fc4: Pulling fs layer
|
|
34
|
+
bcbb9eb73fb5: Pulling fs layer
|
|
35
|
+
c8e19a2c627e: Pulling fs layer
|
|
36
|
+
b79abc894e87: Pulling fs layer
|
|
37
|
+
63ec365deef1: Pulling fs layer
|
|
38
|
+
36a7bdc86737: Pulling fs layer
|
|
39
|
+
6aca5ecbfbf0: Waiting
|
|
40
|
+
57cfa89d22f0: Waiting
|
|
41
|
+
dd8d0adb78c1: Waiting
|
|
42
|
+
95f21f1a21d0: Waiting
|
|
43
|
+
c35d7f83b6fc: Waiting
|
|
44
|
+
c8e19a2c627e: Waiting
|
|
45
|
+
8f1cde221fc4: Waiting
|
|
46
|
+
b79abc894e87: Waiting
|
|
47
|
+
bcbb9eb73fb5: Waiting
|
|
48
|
+
796d60317d4d: Waiting
|
|
49
|
+
36a7bdc86737: Waiting
|
|
50
|
+
53d86cd64323: Download complete
|
|
51
|
+
dd8d0adb78c1: Verifying Checksum
|
|
52
|
+
dd8d0adb78c1: Download complete
|
|
53
|
+
17639c486e57: Verifying Checksum
|
|
54
|
+
17639c486e57: Download complete
|
|
55
|
+
e2082273f6a6: Verifying Checksum
|
|
56
|
+
e2082273f6a6: Download complete
|
|
57
|
+
bbd7db620433: Verifying Checksum
|
|
58
|
+
bbd7db620433: Download complete
|
|
59
|
+
6aca5ecbfbf0: Download complete
|
|
60
|
+
796d60317d4d: Verifying Checksum
|
|
61
|
+
796d60317d4d: Download complete
|
|
62
|
+
17639c486e57: Pull complete
|
|
63
|
+
c35d7f83b6fc: Download complete
|
|
64
|
+
57cfa89d22f0: Download complete
|
|
65
|
+
8f1cde221fc4: Download complete
|
|
66
|
+
bcbb9eb73fb5: Verifying Checksum
|
|
67
|
+
bcbb9eb73fb5: Download complete
|
|
68
|
+
53d86cd64323: Pull complete
|
|
69
|
+
c8e19a2c627e: Download complete
|
|
70
|
+
bbd7db620433: Pull complete
|
|
71
|
+
dd8d0adb78c1: Pull complete
|
|
72
|
+
e2082273f6a6: Pull complete
|
|
73
|
+
6aca5ecbfbf0: Pull complete
|
|
74
|
+
57cfa89d22f0: Pull complete
|
|
75
|
+
95f21f1a21d0: Verifying Checksum
|
|
76
|
+
95f21f1a21d0: Download complete
|
|
77
|
+
36a7bdc86737: Download complete
|
|
78
|
+
63ec365deef1: Verifying Checksum
|
|
79
|
+
63ec365deef1: Download complete
|
|
80
|
+
b79abc894e87: Verifying Checksum
|
|
81
|
+
b79abc894e87: Download complete
|
|
82
|
+
95f21f1a21d0: Pull complete
|
|
83
|
+
796d60317d4d: Pull complete
|
|
84
|
+
c35d7f83b6fc: Pull complete
|
|
85
|
+
8f1cde221fc4: Pull complete
|
|
86
|
+
bcbb9eb73fb5: Pull complete
|
|
87
|
+
c8e19a2c627e: Pull complete
|
|
88
|
+
b79abc894e87: Pull complete
|
|
89
|
+
63ec365deef1: Pull complete
|
|
90
|
+
36a7bdc86737: Pull complete
|
|
91
|
+
Digest: sha256:778dd8fe35fba1405c5995090a0d4167609e8b03ece06b005fb0e067f4f7e2ab
|
|
92
|
+
Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
93
|
+
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
94
|
+
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4
|
|
95
|
+
👤 Running container as UID:GID 1001:1001
|
|
96
|
+
$ docker run --rm --add-host=host.docker.internal:host-gateway -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /tmp/lz-scoped-workspace-5t3sl7:/workspace -v /home/runner/work/monorepo-internal/monorepo-internal/apps/proxy-app/contracts/evm/proxy-v5-6-evm:/workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm -v /home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm:/workspace/node_modules/.pnpm:ro -w /workspace/apps/proxy-app/contracts/evm/proxy-v5-6-evm 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/evm-tooling:forge-1.3.6-hardhat-2.26.3-patch-4 forge test
|
|
97
|
+
Compiling 37 files with Solc 0.8.26
|
|
98
|
+
Solc 0.8.26 finished in 4.01s
|
|
99
|
+
Compiler run successful!
|
|
100
|
+
|
|
101
|
+
Ran 19 tests for test/TransparentUpgradeableProxy2Step.t.sol:TransparentUpgradeableProxy2StepTest
|
|
102
|
+
[PASS] test_acceptOwnership_Fuzz(address) (runs: 1000, μ: 50950, ~: 50939)
|
|
103
|
+
[PASS] test_acceptOwnership_Fuzz_Revert_NotPendingOwner(address,address) (runs: 1000, μ: 42326, ~: 42326)
|
|
104
|
+
[PASS] test_acceptOwnership_Revert_NoPendingTransfer() (gas: 13463)
|
|
105
|
+
[PASS] test_acceptOwnership_Revert_NotPendingOwner() (gas: 45593)
|
|
106
|
+
[PASS] test_acceptOwnership_Success() (gas: 35840)
|
|
107
|
+
[PASS] test_constructor_DeploysProxyAdmin2StepOwnedByInitialOwner() (gas: 32125)
|
|
108
|
+
[PASS] test_constructor_RevertsOnEmptyData() (gas: 41813)
|
|
109
|
+
[PASS] test_fallback_Revert_ProxyDeniedAdminAccess() (gas: 11023)
|
|
110
|
+
[PASS] test_renounceOwnership_Fuzz_Revert(address) (runs: 1000, μ: 14443, ~: 14443)
|
|
111
|
+
[PASS] test_renounceOwnership_Revert() (gas: 17822)
|
|
112
|
+
[PASS] test_renounceOwnership_Revert_DuringPendingTransfer() (gas: 43547)
|
|
113
|
+
[PASS] test_transferOwnership_Fuzz(address) (runs: 1000, μ: 39783, ~: 39863)
|
|
114
|
+
[PASS] test_transferOwnership_Revert_Unauthorized() (gas: 16242)
|
|
115
|
+
[PASS] test_transferOwnership_Success() (gas: 44034)
|
|
116
|
+
[PASS] test_transferOwnership_Success_CancelsBySettingZero() (gas: 36625)
|
|
117
|
+
[PASS] test_transferOwnership_Success_OverwritesPending() (gas: 48701)
|
|
118
|
+
[PASS] test_upgradeAndCall_Revert_Unauthorized() (gas: 18596)
|
|
119
|
+
[PASS] test_upgradeAndCall_Success() (gas: 54365)
|
|
120
|
+
[PASS] test_upgradeAndCall_Success_AfterOwnershipTransfer() (gas: 70904)
|
|
121
|
+
Suite result: ok. 19 passed; 0 failed; 0 skipped; finished in 79.47ms (203.43ms CPU time)
|
|
122
|
+
|
|
123
|
+
Ran 1 test suite in 83.42ms (79.47ms CPU time): 19 tests passed, 0 failed, 0 skipped (19 total tests)
|
|
124
|
+
⏳ forge test: 7.102s
|
package/LICENSE
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Copyright (c) 2026 - LayerZero Labs Ltd.
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any
|
|
4
|
+
person obtaining a copy of this software and associated
|
|
5
|
+
documentation files (the "Software"), to deal in the
|
|
6
|
+
Software without restriction, including without
|
|
7
|
+
limitation the rights to use, copy, modify, merge,
|
|
8
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
9
|
+
the Software, and to permit persons to whom the Software
|
|
10
|
+
is furnished to do so, subject to the following
|
|
11
|
+
conditions:
|
|
12
|
+
The above copyright notice and this permission notice
|
|
13
|
+
shall be included in all copies or substantial portions
|
|
14
|
+
of the Software.
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
16
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
17
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
19
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
22
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
23
|
+
DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "Ownable",
|
|
4
|
+
"sourceName": "@openzeppelin/contracts/access/Ownable.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "owner",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "OwnableInvalidOwner",
|
|
15
|
+
"type": "error"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [
|
|
19
|
+
{
|
|
20
|
+
"internalType": "address",
|
|
21
|
+
"name": "account",
|
|
22
|
+
"type": "address"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"name": "OwnableUnauthorizedAccount",
|
|
26
|
+
"type": "error"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"anonymous": false,
|
|
30
|
+
"inputs": [
|
|
31
|
+
{
|
|
32
|
+
"indexed": true,
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "previousOwner",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"indexed": true,
|
|
39
|
+
"internalType": "address",
|
|
40
|
+
"name": "newOwner",
|
|
41
|
+
"type": "address"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"name": "OwnershipTransferred",
|
|
45
|
+
"type": "event"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"inputs": [],
|
|
49
|
+
"name": "owner",
|
|
50
|
+
"outputs": [
|
|
51
|
+
{
|
|
52
|
+
"internalType": "address",
|
|
53
|
+
"name": "",
|
|
54
|
+
"type": "address"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"stateMutability": "view",
|
|
58
|
+
"type": "function"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"inputs": [],
|
|
62
|
+
"name": "renounceOwnership",
|
|
63
|
+
"outputs": [],
|
|
64
|
+
"stateMutability": "nonpayable",
|
|
65
|
+
"type": "function"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address",
|
|
71
|
+
"name": "newOwner",
|
|
72
|
+
"type": "address"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "transferOwnership",
|
|
76
|
+
"outputs": [],
|
|
77
|
+
"stateMutability": "nonpayable",
|
|
78
|
+
"type": "function"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"bytecode": "0x",
|
|
82
|
+
"deployedBytecode": "0x",
|
|
83
|
+
"linkReferences": {},
|
|
84
|
+
"deployedLinkReferences": {}
|
|
85
|
+
}
|