@layerzerolabs/lz-evm-sdk-v2 3.0.47 → 3.0.49
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 +16 -0
- package/deployments/arbitrum-sandbox-local/DVN.json +144 -5
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/arbitrum-sandbox-local/DefaultProxyAdmin.json +166 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2.json +2356 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2View.json +335 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Implementation.json +204 -0
- package/deployments/arbitrum-sandbox-local/EndpointV2View_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/Executor.json +1450 -0
- package/deployments/arbitrum-sandbox-local/ExecutorDecompressor.json +215 -0
- package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +541 -0
- package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +176 -0
- package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1319 -0
- package/deployments/arbitrum-sandbox-local/Executor_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/LzExecutor.json +641 -0
- package/deployments/arbitrum-sandbox-local/LzExecutor_Implementation.json +510 -0
- package/deployments/arbitrum-sandbox-local/LzExecutor_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/MultiCall.json +115 -0
- package/deployments/arbitrum-sandbox-local/NonceContractMock.json +88 -0
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/arbitrum-sandbox-local/ReadLib1002.json +1283 -0
- package/deployments/arbitrum-sandbox-local/ReadLib1002View.json +411 -0
- package/deployments/arbitrum-sandbox-local/ReadLib1002ViewProxyAdmin.json +176 -0
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Implementation.json +280 -0
- package/deployments/arbitrum-sandbox-local/ReadLib1002View_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +995 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View.json +252 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +752 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View.json +377 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/arbitrum-sandbox-local/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/arbitrum-sandbox-local/SendUln301.json +1273 -0
- package/deployments/arbitrum-sandbox-local/SendUln302.json +1254 -0
- package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +586 -0
- package/deployments/arbitrum-sandbox-local/Treasury.json +304 -0
- package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +89 -0
- package/deployments/bsc-sandbox-local/DVN.json +144 -5
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/Executor.json +50 -2
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +181 -2
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +50 -2
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/MultiCall.json +115 -0
- package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002.json +1283 -0
- package/deployments/bsc-sandbox-local/ReadLib1002View.json +411 -0
- package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +176 -0
- package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +280 -0
- package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +137 -0
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/bsc-sandbox-local/Treasury.json +1 -1
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/ethereum-sandbox-local/DVN.json +144 -5
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor.json +50 -2
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +181 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +50 -2
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/MultiCall.json +115 -0
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/ReadLib1002.json +1283 -0
- package/deployments/ethereum-sandbox-local/ReadLib1002View.json +411 -0
- package/deployments/ethereum-sandbox-local/ReadLib1002ViewProxyAdmin.json +176 -0
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Implementation.json +280 -0
- package/deployments/ethereum-sandbox-local/ReadLib1002View_Proxy.json +137 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/ethereum-sandbox-local/SendUln301.json +1 -1
- package/deployments/ethereum-sandbox-local/SendUln302.json +1 -1
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/ethereum-sandbox-local/Treasury.json +1 -1
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/monad-testnet/DVN.json +1504 -0
- package/deployments/monad-testnet/DVNFeeLib.json +690 -0
- package/deployments/monad-testnet/DeadDVN.json +159 -0
- package/deployments/monad-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/monad-testnet/EndpointV2.json +2356 -0
- package/deployments/monad-testnet/EndpointV2View.json +335 -0
- package/deployments/monad-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/monad-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/monad-testnet/Executor.json +1450 -0
- package/deployments/monad-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/monad-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/monad-testnet/Executor_Implementation.json +1319 -0
- package/deployments/monad-testnet/Executor_Proxy.json +137 -0
- package/deployments/monad-testnet/LzExecutor.json +641 -0
- package/deployments/monad-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/monad-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/monad-testnet/MultiCall.json +115 -0
- package/deployments/monad-testnet/PriceFeed.json +820 -0
- package/deployments/monad-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/monad-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/monad-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/monad-testnet/ReceiveUln301.json +995 -0
- package/deployments/monad-testnet/ReceiveUln301View.json +252 -0
- package/deployments/monad-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/monad-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/monad-testnet/ReceiveUln302.json +752 -0
- package/deployments/monad-testnet/ReceiveUln302View.json +377 -0
- package/deployments/monad-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/monad-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/monad-testnet/SendUln301.json +1273 -0
- package/deployments/monad-testnet/SendUln302.json +1254 -0
- package/deployments/monad-testnet/Treasury.json +304 -0
- package/deployments/monad-testnet/TreasuryFeeHandler.json +89 -0
- package/deployments/polygon-sandbox-local/DVN.json +144 -5
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +385 -1
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/Executor.json +50 -2
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +181 -2
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +50 -2
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/MultiCall.json +115 -0
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002.json +1283 -0
- package/deployments/polygon-sandbox-local/ReadLib1002View.json +411 -0
- package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +176 -0
- package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +280 -0
- package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +137 -0
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln301.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln302.json +1 -1
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/polygon-sandbox-local/Treasury.json +1 -1
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +145 -6
- package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/tron-sandbox-local/DVNFeeLib.json +386 -2
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +166 -0
- package/deployments/tron-sandbox-local/EndpointV2.json +2356 -0
- package/deployments/tron-sandbox-local/EndpointV2View.json +335 -0
- package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +204 -0
- package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/Executor.json +1450 -0
- package/deployments/tron-sandbox-local/ExecutorDecompressor.json +215 -0
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +541 -0
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +176 -0
- package/deployments/tron-sandbox-local/Executor_Implementation.json +1319 -0
- package/deployments/tron-sandbox-local/Executor_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/LzExecutor.json +641 -0
- package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +510 -0
- package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/MultiCall.json +115 -0
- package/deployments/tron-sandbox-local/NonceContractMock.json +88 -0
- package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002.json +1283 -0
- package/deployments/tron-sandbox-local/ReadLib1002View.json +411 -0
- package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +176 -0
- package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +280 -0
- package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/ReceiveUln301.json +995 -0
- package/deployments/tron-sandbox-local/ReceiveUln301View.json +252 -0
- package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/ReceiveUln302.json +752 -0
- package/deployments/tron-sandbox-local/ReceiveUln302View.json +377 -0
- package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/tron-sandbox-local/SendUln301.json +1273 -0
- package/deployments/tron-sandbox-local/SendUln302.json +1254 -0
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +586 -0
- package/deployments/tron-sandbox-local/Treasury.json +304 -0
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +89 -0
- package/package.json +9 -9
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0xAfe1b5bdEbD4ae65AF2024738bf0735fbb65d44b",
|
|
3
|
+
"transactionHash": "0xc02672e011bbddb5a32c3125c23bfd48b51500f7eef5f6531f555fb00a22c261",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"anonymous": false,
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"indexed": false,
|
|
10
|
+
"internalType": "uint8",
|
|
11
|
+
"name": "version",
|
|
12
|
+
"type": "uint8"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "Initialized",
|
|
16
|
+
"type": "event"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"inputs": [],
|
|
20
|
+
"name": "EMPTY_PAYLOAD_HASH",
|
|
21
|
+
"outputs": [
|
|
22
|
+
{
|
|
23
|
+
"internalType": "bytes32",
|
|
24
|
+
"name": "",
|
|
25
|
+
"type": "bytes32"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"stateMutability": "view",
|
|
29
|
+
"type": "function"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [],
|
|
33
|
+
"name": "NIL_PAYLOAD_HASH",
|
|
34
|
+
"outputs": [
|
|
35
|
+
{
|
|
36
|
+
"internalType": "bytes32",
|
|
37
|
+
"name": "",
|
|
38
|
+
"type": "bytes32"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"stateMutability": "view",
|
|
42
|
+
"type": "function"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"inputs": [],
|
|
46
|
+
"name": "endpoint",
|
|
47
|
+
"outputs": [
|
|
48
|
+
{
|
|
49
|
+
"internalType": "contract ILayerZeroEndpointV2",
|
|
50
|
+
"name": "",
|
|
51
|
+
"type": "address"
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"stateMutability": "view",
|
|
55
|
+
"type": "function"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [
|
|
59
|
+
{
|
|
60
|
+
"components": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "uint32",
|
|
63
|
+
"name": "srcEid",
|
|
64
|
+
"type": "uint32"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"internalType": "bytes32",
|
|
68
|
+
"name": "sender",
|
|
69
|
+
"type": "bytes32"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"internalType": "uint64",
|
|
73
|
+
"name": "nonce",
|
|
74
|
+
"type": "uint64"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"internalType": "struct Origin",
|
|
78
|
+
"name": "_origin",
|
|
79
|
+
"type": "tuple"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"internalType": "address",
|
|
83
|
+
"name": "_receiver",
|
|
84
|
+
"type": "address"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"name": "executable",
|
|
88
|
+
"outputs": [
|
|
89
|
+
{
|
|
90
|
+
"internalType": "enum ExecutionState",
|
|
91
|
+
"name": "",
|
|
92
|
+
"type": "uint8"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"stateMutability": "view",
|
|
96
|
+
"type": "function"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"inputs": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "_receiver",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint32",
|
|
107
|
+
"name": "_srcEid",
|
|
108
|
+
"type": "uint32"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"internalType": "bytes32",
|
|
112
|
+
"name": "_headerHash",
|
|
113
|
+
"type": "bytes32"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"internalType": "bytes32",
|
|
117
|
+
"name": "_cmdHash",
|
|
118
|
+
"type": "bytes32"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"name": "getVerifiablePayloadHash",
|
|
122
|
+
"outputs": [
|
|
123
|
+
{
|
|
124
|
+
"internalType": "bytes32",
|
|
125
|
+
"name": "",
|
|
126
|
+
"type": "bytes32"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"stateMutability": "view",
|
|
130
|
+
"type": "function"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"inputs": [
|
|
134
|
+
{
|
|
135
|
+
"components": [
|
|
136
|
+
{
|
|
137
|
+
"internalType": "uint32",
|
|
138
|
+
"name": "srcEid",
|
|
139
|
+
"type": "uint32"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"internalType": "bytes32",
|
|
143
|
+
"name": "sender",
|
|
144
|
+
"type": "bytes32"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"internalType": "uint64",
|
|
148
|
+
"name": "nonce",
|
|
149
|
+
"type": "uint64"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"internalType": "struct Origin",
|
|
153
|
+
"name": "_origin",
|
|
154
|
+
"type": "tuple"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"internalType": "address",
|
|
158
|
+
"name": "_receiver",
|
|
159
|
+
"type": "address"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"name": "initializable",
|
|
163
|
+
"outputs": [
|
|
164
|
+
{
|
|
165
|
+
"internalType": "bool",
|
|
166
|
+
"name": "",
|
|
167
|
+
"type": "bool"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"stateMutability": "view",
|
|
171
|
+
"type": "function"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"inputs": [
|
|
175
|
+
{
|
|
176
|
+
"internalType": "address",
|
|
177
|
+
"name": "_endpoint",
|
|
178
|
+
"type": "address"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"internalType": "address payable",
|
|
182
|
+
"name": "_readLib",
|
|
183
|
+
"type": "address"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"name": "initialize",
|
|
187
|
+
"outputs": [],
|
|
188
|
+
"stateMutability": "nonpayable",
|
|
189
|
+
"type": "function"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"inputs": [],
|
|
193
|
+
"name": "readLib",
|
|
194
|
+
"outputs": [
|
|
195
|
+
{
|
|
196
|
+
"internalType": "contract ReadLib1002",
|
|
197
|
+
"name": "",
|
|
198
|
+
"type": "address"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"stateMutability": "view",
|
|
202
|
+
"type": "function"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"inputs": [
|
|
206
|
+
{
|
|
207
|
+
"internalType": "bytes",
|
|
208
|
+
"name": "_packetHeader",
|
|
209
|
+
"type": "bytes"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"internalType": "bytes32",
|
|
213
|
+
"name": "_cmdHash",
|
|
214
|
+
"type": "bytes32"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"name": "verifiable",
|
|
218
|
+
"outputs": [
|
|
219
|
+
{
|
|
220
|
+
"internalType": "enum VerificationState",
|
|
221
|
+
"name": "",
|
|
222
|
+
"type": "uint8"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"stateMutability": "view",
|
|
226
|
+
"type": "function"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"inputs": [
|
|
230
|
+
{
|
|
231
|
+
"components": [
|
|
232
|
+
{
|
|
233
|
+
"internalType": "uint32",
|
|
234
|
+
"name": "srcEid",
|
|
235
|
+
"type": "uint32"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"internalType": "bytes32",
|
|
239
|
+
"name": "sender",
|
|
240
|
+
"type": "bytes32"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"internalType": "uint64",
|
|
244
|
+
"name": "nonce",
|
|
245
|
+
"type": "uint64"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"internalType": "struct Origin",
|
|
249
|
+
"name": "_origin",
|
|
250
|
+
"type": "tuple"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"internalType": "address",
|
|
254
|
+
"name": "_receiver",
|
|
255
|
+
"type": "address"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"internalType": "address",
|
|
259
|
+
"name": "_receiveLib",
|
|
260
|
+
"type": "address"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"internalType": "bytes32",
|
|
264
|
+
"name": "_payloadHash",
|
|
265
|
+
"type": "bytes32"
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"name": "verifiable",
|
|
269
|
+
"outputs": [
|
|
270
|
+
{
|
|
271
|
+
"internalType": "bool",
|
|
272
|
+
"name": "",
|
|
273
|
+
"type": "bool"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"stateMutability": "view",
|
|
277
|
+
"type": "function"
|
|
278
|
+
}
|
|
279
|
+
]
|
|
280
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x2fc631e4B3018258759C52AF169200213e84ABab",
|
|
3
|
+
"transactionHash": "0xe6689b2175315e6d74b86300b834040b64f86c8ef8b9adc7fb8a8463085b87f5",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "address",
|
|
9
|
+
"name": "_logic",
|
|
10
|
+
"type": "address"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "admin_",
|
|
15
|
+
"type": "address"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"internalType": "bytes",
|
|
19
|
+
"name": "_data",
|
|
20
|
+
"type": "bytes"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"stateMutability": "payable",
|
|
24
|
+
"type": "constructor"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"anonymous": false,
|
|
28
|
+
"inputs": [
|
|
29
|
+
{
|
|
30
|
+
"indexed": false,
|
|
31
|
+
"internalType": "address",
|
|
32
|
+
"name": "previousAdmin",
|
|
33
|
+
"type": "address"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"indexed": false,
|
|
37
|
+
"internalType": "address",
|
|
38
|
+
"name": "newAdmin",
|
|
39
|
+
"type": "address"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"name": "AdminChanged",
|
|
43
|
+
"type": "event"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"anonymous": false,
|
|
47
|
+
"inputs": [
|
|
48
|
+
{
|
|
49
|
+
"indexed": true,
|
|
50
|
+
"internalType": "address",
|
|
51
|
+
"name": "beacon",
|
|
52
|
+
"type": "address"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "BeaconUpgraded",
|
|
56
|
+
"type": "event"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"anonymous": false,
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"indexed": true,
|
|
63
|
+
"internalType": "address",
|
|
64
|
+
"name": "implementation",
|
|
65
|
+
"type": "address"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"name": "Upgraded",
|
|
69
|
+
"type": "event"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"stateMutability": "payable",
|
|
73
|
+
"type": "fallback"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"inputs": [],
|
|
77
|
+
"name": "admin",
|
|
78
|
+
"outputs": [
|
|
79
|
+
{
|
|
80
|
+
"internalType": "address",
|
|
81
|
+
"name": "admin_",
|
|
82
|
+
"type": "address"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"stateMutability": "nonpayable",
|
|
86
|
+
"type": "function"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"inputs": [],
|
|
90
|
+
"name": "implementation",
|
|
91
|
+
"outputs": [
|
|
92
|
+
{
|
|
93
|
+
"internalType": "address",
|
|
94
|
+
"name": "implementation_",
|
|
95
|
+
"type": "address"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"stateMutability": "nonpayable",
|
|
99
|
+
"type": "function"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"inputs": [
|
|
103
|
+
{
|
|
104
|
+
"internalType": "address",
|
|
105
|
+
"name": "newImplementation",
|
|
106
|
+
"type": "address"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"name": "upgradeTo",
|
|
110
|
+
"outputs": [],
|
|
111
|
+
"stateMutability": "nonpayable",
|
|
112
|
+
"type": "function"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"inputs": [
|
|
116
|
+
{
|
|
117
|
+
"internalType": "address",
|
|
118
|
+
"name": "newImplementation",
|
|
119
|
+
"type": "address"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"internalType": "bytes",
|
|
123
|
+
"name": "data",
|
|
124
|
+
"type": "bytes"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"name": "upgradeToAndCall",
|
|
128
|
+
"outputs": [],
|
|
129
|
+
"stateMutability": "payable",
|
|
130
|
+
"type": "function"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"stateMutability": "payable",
|
|
134
|
+
"type": "receive"
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x381445710b5e73d34aF196c53A3D5cDa58EDBf7A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xcd1481432ddc9b9afaf3986d6750f003ab1207232f1707e5f8cdbc70401f9ea9",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xddf856752ae35e634b27dcd6d43bdcc995e39f29993356378c01d28c4eb6847f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xd5a4b4f21fd73c07be08e6934d7bc7770c0332264f2debff68ca8eed8a1d1aab",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xddf856752ae35e634b27dcd6d43bdcc995e39f29993356378c01d28c4eb6847f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa0a7917edf34538fa7749d39ffd314107337ecbf5d45e05b6036dfb3a13a9f45",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9ce4e2586bff874d77c4c460c0ecefebd43b59bde6ff96967f57073bc7045049",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x4F41b941940005aE25D5ecB0F01BaDbc7065E2dD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb55bc79b344fe1773413a79cdedcb7f26d6f6fdb0a376db7d4626548a18126c3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9ce4e2586bff874d77c4c460c0ecefebd43b59bde6ff96967f57073bc7045049",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x62c5d91bef660e1062b84c37f7d872a4c882b465a50c3994adc2f443fff85800",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x115a70e696ad24040116069efe4ce8b312bd4f607ee6f9eeaa1b5c30602301e9",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa381d3a2dc37acb9270c0fa0064e04fd460f0200cfabaa117cc52b17ff711a86",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x90118d110B07ABB82Ba8980D1c5cC96EeA810d2C",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x54dd2f4fc6cf8e81faff90e5199f5b16783ca1782bcc59656c8c68e7d298384e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xcA03Dc4665A8C3603cb4Fd5Ce71Af9649dC00d44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x231c372b3c21f32c677159f78ae59617ff441807d8e7b51a7ab25ed5411257de",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|