@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
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x28b8e8cf2d2650a5e39e2f9fb46600172357a656957f78f5fcbf5e7068c59f01",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "uint32",
|
|
9
|
+
"name": "_localEidV2",
|
|
10
|
+
"type": "uint32"
|
|
11
|
+
},
|
|
7
12
|
{
|
|
8
13
|
"internalType": "uint256",
|
|
9
14
|
"name": "_nativeDecimalsRate",
|
|
@@ -40,6 +45,11 @@
|
|
|
40
45
|
"name": "Executor_InvalidLzComposeOption",
|
|
41
46
|
"type": "error"
|
|
42
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [],
|
|
50
|
+
"name": "Executor_InvalidLzReadOption",
|
|
51
|
+
"type": "error"
|
|
52
|
+
},
|
|
43
53
|
{
|
|
44
54
|
"inputs": [],
|
|
45
55
|
"name": "Executor_InvalidLzReceiveOption",
|
|
@@ -82,6 +92,11 @@
|
|
|
82
92
|
"name": "Executor_UnsupportedOptionType",
|
|
83
93
|
"type": "error"
|
|
84
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"inputs": [],
|
|
97
|
+
"name": "Executor_ZeroCalldataSizeProvided",
|
|
98
|
+
"type": "error"
|
|
99
|
+
},
|
|
85
100
|
{
|
|
86
101
|
"inputs": [],
|
|
87
102
|
"name": "Executor_ZeroLzComposeGasProvided",
|
|
@@ -132,6 +147,79 @@
|
|
|
132
147
|
"name": "OwnershipTransferred",
|
|
133
148
|
"type": "event"
|
|
134
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"inputs": [
|
|
152
|
+
{
|
|
153
|
+
"components": [
|
|
154
|
+
{
|
|
155
|
+
"internalType": "address",
|
|
156
|
+
"name": "priceFeed",
|
|
157
|
+
"type": "address"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"internalType": "address",
|
|
161
|
+
"name": "sender",
|
|
162
|
+
"type": "address"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"internalType": "uint16",
|
|
166
|
+
"name": "defaultMultiplierBps",
|
|
167
|
+
"type": "uint16"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"internalType": "struct IExecutorFeeLib.FeeParamsForRead",
|
|
171
|
+
"name": "_params",
|
|
172
|
+
"type": "tuple"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"components": [
|
|
176
|
+
{
|
|
177
|
+
"internalType": "uint64",
|
|
178
|
+
"name": "lzReceiveBaseGas",
|
|
179
|
+
"type": "uint64"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"internalType": "uint16",
|
|
183
|
+
"name": "multiplierBps",
|
|
184
|
+
"type": "uint16"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"internalType": "uint128",
|
|
188
|
+
"name": "floorMarginUSD",
|
|
189
|
+
"type": "uint128"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"internalType": "uint128",
|
|
193
|
+
"name": "nativeCap",
|
|
194
|
+
"type": "uint128"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"internalType": "uint64",
|
|
198
|
+
"name": "lzComposeBaseGas",
|
|
199
|
+
"type": "uint64"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
203
|
+
"name": "_dstConfig",
|
|
204
|
+
"type": "tuple"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"internalType": "bytes",
|
|
208
|
+
"name": "_options",
|
|
209
|
+
"type": "bytes"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"name": "getFee",
|
|
213
|
+
"outputs": [
|
|
214
|
+
{
|
|
215
|
+
"internalType": "uint256",
|
|
216
|
+
"name": "fee",
|
|
217
|
+
"type": "uint256"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"stateMutability": "view",
|
|
221
|
+
"type": "function"
|
|
222
|
+
},
|
|
135
223
|
{
|
|
136
224
|
"inputs": [
|
|
137
225
|
{
|
|
@@ -295,7 +383,80 @@
|
|
|
295
383
|
"type": "uint256"
|
|
296
384
|
}
|
|
297
385
|
],
|
|
298
|
-
"stateMutability": "
|
|
386
|
+
"stateMutability": "view",
|
|
387
|
+
"type": "function"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"inputs": [
|
|
391
|
+
{
|
|
392
|
+
"components": [
|
|
393
|
+
{
|
|
394
|
+
"internalType": "address",
|
|
395
|
+
"name": "priceFeed",
|
|
396
|
+
"type": "address"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"internalType": "address",
|
|
400
|
+
"name": "sender",
|
|
401
|
+
"type": "address"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"internalType": "uint16",
|
|
405
|
+
"name": "defaultMultiplierBps",
|
|
406
|
+
"type": "uint16"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"internalType": "struct IExecutorFeeLib.FeeParamsForRead",
|
|
410
|
+
"name": "_params",
|
|
411
|
+
"type": "tuple"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"components": [
|
|
415
|
+
{
|
|
416
|
+
"internalType": "uint64",
|
|
417
|
+
"name": "lzReceiveBaseGas",
|
|
418
|
+
"type": "uint64"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"internalType": "uint16",
|
|
422
|
+
"name": "multiplierBps",
|
|
423
|
+
"type": "uint16"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"internalType": "uint128",
|
|
427
|
+
"name": "floorMarginUSD",
|
|
428
|
+
"type": "uint128"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"internalType": "uint128",
|
|
432
|
+
"name": "nativeCap",
|
|
433
|
+
"type": "uint128"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"internalType": "uint64",
|
|
437
|
+
"name": "lzComposeBaseGas",
|
|
438
|
+
"type": "uint64"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"internalType": "struct IExecutor.DstConfig",
|
|
442
|
+
"name": "_dstConfig",
|
|
443
|
+
"type": "tuple"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"internalType": "bytes",
|
|
447
|
+
"name": "_options",
|
|
448
|
+
"type": "bytes"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"name": "getFeeOnSend",
|
|
452
|
+
"outputs": [
|
|
453
|
+
{
|
|
454
|
+
"internalType": "uint256",
|
|
455
|
+
"name": "fee",
|
|
456
|
+
"type": "uint256"
|
|
457
|
+
}
|
|
458
|
+
],
|
|
459
|
+
"stateMutability": "view",
|
|
299
460
|
"type": "function"
|
|
300
461
|
},
|
|
301
462
|
{
|
|
@@ -331,6 +492,24 @@
|
|
|
331
492
|
"stateMutability": "nonpayable",
|
|
332
493
|
"type": "function"
|
|
333
494
|
},
|
|
495
|
+
{
|
|
496
|
+
"inputs": [],
|
|
497
|
+
"name": "version",
|
|
498
|
+
"outputs": [
|
|
499
|
+
{
|
|
500
|
+
"internalType": "uint64",
|
|
501
|
+
"name": "major",
|
|
502
|
+
"type": "uint64"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"internalType": "uint8",
|
|
506
|
+
"name": "minor",
|
|
507
|
+
"type": "uint8"
|
|
508
|
+
}
|
|
509
|
+
],
|
|
510
|
+
"stateMutability": "pure",
|
|
511
|
+
"type": "function"
|
|
512
|
+
},
|
|
334
513
|
{
|
|
335
514
|
"inputs": [
|
|
336
515
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE7C2a73131dd48D8AC46dCD7Ab80C8cbeE5b410A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x42c46717ceb1599dc45efdef84e75df830156b3f4d8c7bfeb1ad377ed9b54cd8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x3cdf15c875dfd38fa045fe392915fba7192bb9dfcd4334ae07a5e85b82179404",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -406,6 +406,30 @@
|
|
|
406
406
|
"stateMutability": "nonpayable",
|
|
407
407
|
"type": "function"
|
|
408
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"inputs": [
|
|
411
|
+
{
|
|
412
|
+
"internalType": "address",
|
|
413
|
+
"name": "_sender",
|
|
414
|
+
"type": "address"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"internalType": "bytes",
|
|
418
|
+
"name": "_options",
|
|
419
|
+
"type": "bytes"
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"name": "assignJob",
|
|
423
|
+
"outputs": [
|
|
424
|
+
{
|
|
425
|
+
"internalType": "uint256",
|
|
426
|
+
"name": "fee",
|
|
427
|
+
"type": "uint256"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"stateMutability": "nonpayable",
|
|
431
|
+
"type": "function"
|
|
432
|
+
},
|
|
409
433
|
{
|
|
410
434
|
"inputs": [
|
|
411
435
|
{
|
|
@@ -628,6 +652,30 @@
|
|
|
628
652
|
"stateMutability": "view",
|
|
629
653
|
"type": "function"
|
|
630
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"inputs": [
|
|
657
|
+
{
|
|
658
|
+
"internalType": "address",
|
|
659
|
+
"name": "_sender",
|
|
660
|
+
"type": "address"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"internalType": "bytes",
|
|
664
|
+
"name": "_options",
|
|
665
|
+
"type": "bytes"
|
|
666
|
+
}
|
|
667
|
+
],
|
|
668
|
+
"name": "getFee",
|
|
669
|
+
"outputs": [
|
|
670
|
+
{
|
|
671
|
+
"internalType": "uint256",
|
|
672
|
+
"name": "fee",
|
|
673
|
+
"type": "uint256"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"stateMutability": "view",
|
|
677
|
+
"type": "function"
|
|
678
|
+
},
|
|
631
679
|
{
|
|
632
680
|
"inputs": [
|
|
633
681
|
{
|
|
@@ -767,7 +815,7 @@
|
|
|
767
815
|
},
|
|
768
816
|
{
|
|
769
817
|
"inputs": [],
|
|
770
|
-
"name": "
|
|
818
|
+
"name": "localEidV2",
|
|
771
819
|
"outputs": [
|
|
772
820
|
{
|
|
773
821
|
"internalType": "uint32",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x672c495900dfa34b03f8a35c1c9749dbcb823aab53e3557fe6542091a30911fa",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc0973db36ad47c2de9b2a6bd6c5fe2dfd6b0eda44797ab2c606797ac12535af2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x33460567d259dd114be4379ffa385c4b610297c53ff5903151a4fb50c33da32a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc0973db36ad47c2de9b2a6bd6c5fe2dfd6b0eda44797ab2c606797ac12535af2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
|
|
3
|
+
"transactionHash": "0x90d79ac07167a20b4e027fe4bc8275a6a78f5a2c38d7d4591b46cc21a1114147",
|
|
4
|
+
"abi": [
|
|
5
|
+
{
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "uint256",
|
|
9
|
+
"name": "index",
|
|
10
|
+
"type": "uint256"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"internalType": "bytes",
|
|
14
|
+
"name": "result",
|
|
15
|
+
"type": "bytes"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"name": "CallReverted",
|
|
19
|
+
"type": "error"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "uint256",
|
|
25
|
+
"name": "index",
|
|
26
|
+
"type": "uint256"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"internalType": "uint256",
|
|
30
|
+
"name": "requested",
|
|
31
|
+
"type": "uint256"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"internalType": "uint256",
|
|
35
|
+
"name": "available",
|
|
36
|
+
"type": "uint256"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"name": "NotEnoughGas",
|
|
40
|
+
"type": "error"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"inputs": [
|
|
44
|
+
{
|
|
45
|
+
"internalType": "address",
|
|
46
|
+
"name": "_to",
|
|
47
|
+
"type": "address"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "uint256",
|
|
51
|
+
"name": "_value",
|
|
52
|
+
"type": "uint256"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "Transfer_NativeFailed",
|
|
56
|
+
"type": "error"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputs": [],
|
|
60
|
+
"name": "Transfer_ToAddressIsZero",
|
|
61
|
+
"type": "error"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"inputs": [
|
|
65
|
+
{
|
|
66
|
+
"components": [
|
|
67
|
+
{
|
|
68
|
+
"internalType": "address",
|
|
69
|
+
"name": "target",
|
|
70
|
+
"type": "address"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"internalType": "bytes",
|
|
74
|
+
"name": "data",
|
|
75
|
+
"type": "bytes"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"internalType": "uint256",
|
|
79
|
+
"name": "gasLimit",
|
|
80
|
+
"type": "uint256"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"internalType": "uint256",
|
|
84
|
+
"name": "value",
|
|
85
|
+
"type": "uint256"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "bool",
|
|
89
|
+
"name": "revertOnError",
|
|
90
|
+
"type": "bool"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"internalType": "struct MultiCall.Call[]",
|
|
94
|
+
"name": "_calls",
|
|
95
|
+
"type": "tuple[]"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"name": "multiCall",
|
|
99
|
+
"outputs": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "bool[]",
|
|
102
|
+
"name": "successes",
|
|
103
|
+
"type": "bool[]"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "bytes[]",
|
|
107
|
+
"name": "results",
|
|
108
|
+
"type": "bytes[]"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"stateMutability": "payable",
|
|
112
|
+
"type": "function"
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2dE080e97B0caE9825375D31f5D0eD5751fDf16D",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2f5d43cad9899fd25dd8f9d2fba78e36dd7b079a5e26271ff0bc7925c497de43",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xbb3bf05d5deec2b51e5d5773490496b9433b6e5e7701048b9b9b9736a045c3c2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x25ce351dc14a97156961a2669c2a6861ce445d0edf05cca6560534702a11eb73",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2E983A1Ba5e8b38AAAeC4B440B9dDcFBf72E15d1",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe0ef889c83e1262968329e55cfaefa7017b26b21c5b288794d6a361ca4820762",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xbb3bf05d5deec2b51e5d5773490496b9433b6e5e7701048b9b9b9736a045c3c2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|