@layerzerolabs/lz-evm-sdk-v2 3.0.57 → 3.0.58
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 +8 -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/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/story-mainnet/DVN.json +1504 -0
- package/deployments/story-mainnet/DVNFeeLib.json +690 -0
- package/deployments/story-mainnet/DeadDVN.json +159 -0
- package/deployments/story-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/story-mainnet/EndpointV2.json +2356 -0
- package/deployments/story-mainnet/EndpointV2View.json +335 -0
- package/deployments/story-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/story-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/story-mainnet/Executor.json +1450 -0
- package/deployments/story-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/story-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/story-mainnet/Executor_Implementation.json +1319 -0
- package/deployments/story-mainnet/Executor_Proxy.json +137 -0
- package/deployments/story-mainnet/LzExecutor.json +641 -0
- package/deployments/story-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/story-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/story-mainnet/MultiCall.json +115 -0
- package/deployments/story-mainnet/PriceFeed.json +820 -0
- package/deployments/story-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/story-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/story-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/story-mainnet/ReceiveUln301.json +995 -0
- package/deployments/story-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/story-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/story-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/story-mainnet/ReceiveUln302.json +752 -0
- package/deployments/story-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/story-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/story-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/story-mainnet/SendUln301.json +1273 -0
- package/deployments/story-mainnet/SendUln302.json +1254 -0
- package/deployments/story-mainnet/Treasury.json +304 -0
- package/deployments/story-mainnet/TreasuryFeeHandler.json +89 -0
- 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/deployments/xdc-mainnet/DVN.json +1504 -0
- package/deployments/xdc-mainnet/DVNFeeLib.json +690 -0
- package/deployments/xdc-mainnet/DeadDVN.json +159 -0
- package/deployments/xdc-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/xdc-mainnet/EndpointV2.json +2356 -0
- package/deployments/xdc-mainnet/EndpointV2View.json +335 -0
- package/deployments/xdc-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/xdc-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/xdc-mainnet/Executor.json +1450 -0
- package/deployments/xdc-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/xdc-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/xdc-mainnet/Executor_Implementation.json +1319 -0
- package/deployments/xdc-mainnet/Executor_Proxy.json +137 -0
- package/deployments/xdc-mainnet/LzExecutor.json +641 -0
- package/deployments/xdc-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/xdc-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/xdc-mainnet/MultiCall.json +115 -0
- package/deployments/xdc-mainnet/PriceFeed.json +820 -0
- package/deployments/xdc-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/xdc-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/xdc-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/xdc-mainnet/ReceiveUln301.json +995 -0
- package/deployments/xdc-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/xdc-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/xdc-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/xdc-mainnet/ReceiveUln302.json +752 -0
- package/deployments/xdc-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/xdc-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/xdc-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/xdc-mainnet/SendUln301.json +1273 -0
- package/deployments/xdc-mainnet/SendUln302.json +1254 -0
- package/deployments/xdc-mainnet/Treasury.json +304 -0
- package/deployments/xdc-mainnet/TreasuryFeeHandler.json +89 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x10Aeafac83d48E2f9ac4bAAf94311c45fACe1404",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xcf9180380cff06ffe89afce74adbf5ab58bdb24fc724967bf8508b35869999fe",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"internalType": "uint32",
|
|
9
|
+
"name": "_localEidV2",
|
|
10
|
+
"type": "uint32"
|
|
11
|
+
},
|
|
7
12
|
{
|
|
8
13
|
"internalType": "uint32",
|
|
9
14
|
"name": "_vid",
|
|
@@ -97,6 +102,11 @@
|
|
|
97
102
|
"name": "DVN_OnlySelf",
|
|
98
103
|
"type": "error"
|
|
99
104
|
},
|
|
105
|
+
{
|
|
106
|
+
"inputs": [],
|
|
107
|
+
"name": "MultiSig_InvalidSigner",
|
|
108
|
+
"type": "error"
|
|
109
|
+
},
|
|
100
110
|
{
|
|
101
111
|
"inputs": [],
|
|
102
112
|
"name": "MultiSig_OnlySigner",
|
|
@@ -139,6 +149,22 @@
|
|
|
139
149
|
"name": "MultiSig_StateAlreadySet",
|
|
140
150
|
"type": "error"
|
|
141
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"inputs": [
|
|
154
|
+
{
|
|
155
|
+
"internalType": "address",
|
|
156
|
+
"name": "signer",
|
|
157
|
+
"type": "address"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"internalType": "bool",
|
|
161
|
+
"name": "active",
|
|
162
|
+
"type": "bool"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"name": "MultiSig_StateNotSet",
|
|
166
|
+
"type": "error"
|
|
167
|
+
},
|
|
142
168
|
{
|
|
143
169
|
"inputs": [],
|
|
144
170
|
"name": "MultiSig_UnorderedSigners",
|
|
@@ -633,6 +659,40 @@
|
|
|
633
659
|
"stateMutability": "nonpayable",
|
|
634
660
|
"type": "function"
|
|
635
661
|
},
|
|
662
|
+
{
|
|
663
|
+
"inputs": [
|
|
664
|
+
{
|
|
665
|
+
"internalType": "address",
|
|
666
|
+
"name": "_sender",
|
|
667
|
+
"type": "address"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"internalType": "bytes",
|
|
671
|
+
"name": "",
|
|
672
|
+
"type": "bytes"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"internalType": "bytes",
|
|
676
|
+
"name": "_cmd",
|
|
677
|
+
"type": "bytes"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"internalType": "bytes",
|
|
681
|
+
"name": "_options",
|
|
682
|
+
"type": "bytes"
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"name": "assignJob",
|
|
686
|
+
"outputs": [
|
|
687
|
+
{
|
|
688
|
+
"internalType": "uint256",
|
|
689
|
+
"name": "fee",
|
|
690
|
+
"type": "uint256"
|
|
691
|
+
}
|
|
692
|
+
],
|
|
693
|
+
"stateMutability": "payable",
|
|
694
|
+
"type": "function"
|
|
695
|
+
},
|
|
636
696
|
{
|
|
637
697
|
"inputs": [],
|
|
638
698
|
"name": "defaultMultiplierBps",
|
|
@@ -783,6 +843,40 @@
|
|
|
783
843
|
"stateMutability": "view",
|
|
784
844
|
"type": "function"
|
|
785
845
|
},
|
|
846
|
+
{
|
|
847
|
+
"inputs": [
|
|
848
|
+
{
|
|
849
|
+
"internalType": "address",
|
|
850
|
+
"name": "_sender",
|
|
851
|
+
"type": "address"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"internalType": "bytes",
|
|
855
|
+
"name": "",
|
|
856
|
+
"type": "bytes"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"internalType": "bytes",
|
|
860
|
+
"name": "_cmd",
|
|
861
|
+
"type": "bytes"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"internalType": "bytes",
|
|
865
|
+
"name": "_options",
|
|
866
|
+
"type": "bytes"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"name": "getFee",
|
|
870
|
+
"outputs": [
|
|
871
|
+
{
|
|
872
|
+
"internalType": "uint256",
|
|
873
|
+
"name": "fee",
|
|
874
|
+
"type": "uint256"
|
|
875
|
+
}
|
|
876
|
+
],
|
|
877
|
+
"stateMutability": "view",
|
|
878
|
+
"type": "function"
|
|
879
|
+
},
|
|
786
880
|
{
|
|
787
881
|
"inputs": [
|
|
788
882
|
{
|
|
@@ -802,6 +896,19 @@
|
|
|
802
896
|
"stateMutability": "view",
|
|
803
897
|
"type": "function"
|
|
804
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"inputs": [],
|
|
901
|
+
"name": "getSigners",
|
|
902
|
+
"outputs": [
|
|
903
|
+
{
|
|
904
|
+
"internalType": "address[]",
|
|
905
|
+
"name": "",
|
|
906
|
+
"type": "address[]"
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"stateMutability": "view",
|
|
910
|
+
"type": "function"
|
|
911
|
+
},
|
|
805
912
|
{
|
|
806
913
|
"inputs": [
|
|
807
914
|
{
|
|
@@ -916,6 +1023,38 @@
|
|
|
916
1023
|
"stateMutability": "pure",
|
|
917
1024
|
"type": "function"
|
|
918
1025
|
},
|
|
1026
|
+
{
|
|
1027
|
+
"inputs": [
|
|
1028
|
+
{
|
|
1029
|
+
"internalType": "address",
|
|
1030
|
+
"name": "_signer",
|
|
1031
|
+
"type": "address"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"name": "isSigner",
|
|
1035
|
+
"outputs": [
|
|
1036
|
+
{
|
|
1037
|
+
"internalType": "bool",
|
|
1038
|
+
"name": "",
|
|
1039
|
+
"type": "bool"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"stateMutability": "view",
|
|
1043
|
+
"type": "function"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"inputs": [],
|
|
1047
|
+
"name": "localEidV2",
|
|
1048
|
+
"outputs": [
|
|
1049
|
+
{
|
|
1050
|
+
"internalType": "uint32",
|
|
1051
|
+
"name": "",
|
|
1052
|
+
"type": "uint32"
|
|
1053
|
+
}
|
|
1054
|
+
],
|
|
1055
|
+
"stateMutability": "view",
|
|
1056
|
+
"type": "function"
|
|
1057
|
+
},
|
|
919
1058
|
{
|
|
920
1059
|
"inputs": [],
|
|
921
1060
|
"name": "paused",
|
|
@@ -1172,9 +1311,9 @@
|
|
|
1172
1311
|
"name": "signerSize",
|
|
1173
1312
|
"outputs": [
|
|
1174
1313
|
{
|
|
1175
|
-
"internalType": "
|
|
1314
|
+
"internalType": "uint256",
|
|
1176
1315
|
"name": "",
|
|
1177
|
-
"type": "
|
|
1316
|
+
"type": "uint256"
|
|
1178
1317
|
}
|
|
1179
1318
|
],
|
|
1180
1319
|
"stateMutability": "view",
|
|
@@ -1184,7 +1323,7 @@
|
|
|
1184
1323
|
"inputs": [
|
|
1185
1324
|
{
|
|
1186
1325
|
"internalType": "address",
|
|
1187
|
-
"name": "
|
|
1326
|
+
"name": "_signer",
|
|
1188
1327
|
"type": "address"
|
|
1189
1328
|
}
|
|
1190
1329
|
],
|
|
@@ -1192,7 +1331,7 @@
|
|
|
1192
1331
|
"outputs": [
|
|
1193
1332
|
{
|
|
1194
1333
|
"internalType": "bool",
|
|
1195
|
-
"name": "
|
|
1334
|
+
"name": "",
|
|
1196
1335
|
"type": "bool"
|
|
1197
1336
|
}
|
|
1198
1337
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xCABEe62adFB2a4d4172Fc2F7536f324FC52C274a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x617c2d3e6724adbb02b63297e2a812c6f3352e61622f9156bc64d82fae611ed1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xfbfbfDdd6e35dA57b7B0F9a2C10E34Be70B3A4E9",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x10ef7bc54f0e1a21e30e99e2071681ce7b74010d209d6d0112ea048327c4f7b8",
|
|
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",
|
|
@@ -24,6 +29,11 @@
|
|
|
24
29
|
"name": "DVN_EidNotSupported",
|
|
25
30
|
"type": "error"
|
|
26
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [],
|
|
34
|
+
"name": "DVN_INVALID_INPUT_LENGTH",
|
|
35
|
+
"type": "error"
|
|
36
|
+
},
|
|
27
37
|
{
|
|
28
38
|
"inputs": [
|
|
29
39
|
{
|
|
@@ -35,6 +45,22 @@
|
|
|
35
45
|
"name": "DVN_InvalidDVNOptions",
|
|
36
46
|
"type": "error"
|
|
37
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "uint32",
|
|
52
|
+
"name": "eid",
|
|
53
|
+
"type": "uint32"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"internalType": "uint64",
|
|
57
|
+
"name": "timestamp",
|
|
58
|
+
"type": "uint64"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"name": "DVN_TimestampOutOfRange",
|
|
62
|
+
"type": "error"
|
|
63
|
+
},
|
|
38
64
|
{
|
|
39
65
|
"inputs": [
|
|
40
66
|
{
|
|
@@ -46,6 +72,21 @@
|
|
|
46
72
|
"name": "DVN_UnsupportedOptionType",
|
|
47
73
|
"type": "error"
|
|
48
74
|
},
|
|
75
|
+
{
|
|
76
|
+
"inputs": [],
|
|
77
|
+
"name": "InvalidCmd",
|
|
78
|
+
"type": "error"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"inputs": [],
|
|
82
|
+
"name": "InvalidType",
|
|
83
|
+
"type": "error"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"inputs": [],
|
|
87
|
+
"name": "InvalidVersion",
|
|
88
|
+
"type": "error"
|
|
89
|
+
},
|
|
49
90
|
{
|
|
50
91
|
"inputs": [
|
|
51
92
|
{
|
|
@@ -67,6 +108,11 @@
|
|
|
67
108
|
"name": "Transfer_ToAddressIsZero",
|
|
68
109
|
"type": "error"
|
|
69
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"inputs": [],
|
|
113
|
+
"name": "UnsupportedTargetEid",
|
|
114
|
+
"type": "error"
|
|
115
|
+
},
|
|
70
116
|
{
|
|
71
117
|
"anonymous": false,
|
|
72
118
|
"inputs": [
|
|
@@ -86,6 +132,68 @@
|
|
|
86
132
|
"name": "OwnershipTransferred",
|
|
87
133
|
"type": "event"
|
|
88
134
|
},
|
|
135
|
+
{
|
|
136
|
+
"inputs": [
|
|
137
|
+
{
|
|
138
|
+
"internalType": "uint32",
|
|
139
|
+
"name": "dstEid",
|
|
140
|
+
"type": "uint32"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"name": "dstBlockTimeConfigs",
|
|
144
|
+
"outputs": [
|
|
145
|
+
{
|
|
146
|
+
"internalType": "uint32",
|
|
147
|
+
"name": "avgBlockTime",
|
|
148
|
+
"type": "uint32"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"internalType": "uint64",
|
|
152
|
+
"name": "blockNum",
|
|
153
|
+
"type": "uint64"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"internalType": "uint64",
|
|
157
|
+
"name": "timestamp",
|
|
158
|
+
"type": "uint64"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"internalType": "uint32",
|
|
162
|
+
"name": "maxPastRetention",
|
|
163
|
+
"type": "uint32"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"internalType": "uint32",
|
|
167
|
+
"name": "maxFutureRetention",
|
|
168
|
+
"type": "uint32"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"stateMutability": "view",
|
|
172
|
+
"type": "function"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"inputs": [],
|
|
176
|
+
"name": "getCmdFees",
|
|
177
|
+
"outputs": [
|
|
178
|
+
{
|
|
179
|
+
"internalType": "uint120",
|
|
180
|
+
"name": "",
|
|
181
|
+
"type": "uint120"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"internalType": "uint120",
|
|
185
|
+
"name": "",
|
|
186
|
+
"type": "uint120"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"internalType": "uint16",
|
|
190
|
+
"name": "",
|
|
191
|
+
"type": "uint16"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"stateMutability": "view",
|
|
195
|
+
"type": "function"
|
|
196
|
+
},
|
|
89
197
|
{
|
|
90
198
|
"inputs": [
|
|
91
199
|
{
|
|
@@ -164,6 +272,152 @@
|
|
|
164
272
|
"stateMutability": "view",
|
|
165
273
|
"type": "function"
|
|
166
274
|
},
|
|
275
|
+
{
|
|
276
|
+
"inputs": [
|
|
277
|
+
{
|
|
278
|
+
"components": [
|
|
279
|
+
{
|
|
280
|
+
"internalType": "address",
|
|
281
|
+
"name": "priceFeed",
|
|
282
|
+
"type": "address"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"internalType": "address",
|
|
286
|
+
"name": "sender",
|
|
287
|
+
"type": "address"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"internalType": "uint64",
|
|
291
|
+
"name": "quorum",
|
|
292
|
+
"type": "uint64"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"internalType": "uint16",
|
|
296
|
+
"name": "defaultMultiplierBps",
|
|
297
|
+
"type": "uint16"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"internalType": "struct IDVNFeeLib.FeeParamsForRead",
|
|
301
|
+
"name": "_params",
|
|
302
|
+
"type": "tuple"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"components": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "uint64",
|
|
308
|
+
"name": "gas",
|
|
309
|
+
"type": "uint64"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"internalType": "uint16",
|
|
313
|
+
"name": "multiplierBps",
|
|
314
|
+
"type": "uint16"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"internalType": "uint128",
|
|
318
|
+
"name": "floorMarginUSD",
|
|
319
|
+
"type": "uint128"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"internalType": "struct IDVN.DstConfig",
|
|
323
|
+
"name": "_dstConfig",
|
|
324
|
+
"type": "tuple"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"internalType": "bytes",
|
|
328
|
+
"name": "_cmd",
|
|
329
|
+
"type": "bytes"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"internalType": "bytes",
|
|
333
|
+
"name": "_options",
|
|
334
|
+
"type": "bytes"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"name": "getFee",
|
|
338
|
+
"outputs": [
|
|
339
|
+
{
|
|
340
|
+
"internalType": "uint256",
|
|
341
|
+
"name": "",
|
|
342
|
+
"type": "uint256"
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"stateMutability": "view",
|
|
346
|
+
"type": "function"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"inputs": [
|
|
350
|
+
{
|
|
351
|
+
"components": [
|
|
352
|
+
{
|
|
353
|
+
"internalType": "address",
|
|
354
|
+
"name": "priceFeed",
|
|
355
|
+
"type": "address"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"internalType": "address",
|
|
359
|
+
"name": "sender",
|
|
360
|
+
"type": "address"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"internalType": "uint64",
|
|
364
|
+
"name": "quorum",
|
|
365
|
+
"type": "uint64"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"internalType": "uint16",
|
|
369
|
+
"name": "defaultMultiplierBps",
|
|
370
|
+
"type": "uint16"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"internalType": "struct IDVNFeeLib.FeeParamsForRead",
|
|
374
|
+
"name": "_params",
|
|
375
|
+
"type": "tuple"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"components": [
|
|
379
|
+
{
|
|
380
|
+
"internalType": "uint64",
|
|
381
|
+
"name": "gas",
|
|
382
|
+
"type": "uint64"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"internalType": "uint16",
|
|
386
|
+
"name": "multiplierBps",
|
|
387
|
+
"type": "uint16"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"internalType": "uint128",
|
|
391
|
+
"name": "floorMarginUSD",
|
|
392
|
+
"type": "uint128"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"internalType": "struct IDVN.DstConfig",
|
|
396
|
+
"name": "_dstConfig",
|
|
397
|
+
"type": "tuple"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"internalType": "bytes",
|
|
401
|
+
"name": "_cmd",
|
|
402
|
+
"type": "bytes"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"internalType": "bytes",
|
|
406
|
+
"name": "_options",
|
|
407
|
+
"type": "bytes"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"name": "getFeeOnSend",
|
|
411
|
+
"outputs": [
|
|
412
|
+
{
|
|
413
|
+
"internalType": "uint256",
|
|
414
|
+
"name": "fee",
|
|
415
|
+
"type": "uint256"
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"stateMutability": "payable",
|
|
419
|
+
"type": "function"
|
|
420
|
+
},
|
|
167
421
|
{
|
|
168
422
|
"inputs": [
|
|
169
423
|
{
|
|
@@ -242,6 +496,25 @@
|
|
|
242
496
|
"stateMutability": "payable",
|
|
243
497
|
"type": "function"
|
|
244
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"inputs": [
|
|
501
|
+
{
|
|
502
|
+
"internalType": "uint32",
|
|
503
|
+
"name": "_targetEid",
|
|
504
|
+
"type": "uint32"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"name": "getSupportedCmdTypes",
|
|
508
|
+
"outputs": [
|
|
509
|
+
{
|
|
510
|
+
"internalType": "BitMap256",
|
|
511
|
+
"name": "",
|
|
512
|
+
"type": "uint256"
|
|
513
|
+
}
|
|
514
|
+
],
|
|
515
|
+
"stateMutability": "view",
|
|
516
|
+
"type": "function"
|
|
517
|
+
},
|
|
245
518
|
{
|
|
246
519
|
"inputs": [],
|
|
247
520
|
"name": "owner",
|
|
@@ -262,6 +535,99 @@
|
|
|
262
535
|
"stateMutability": "nonpayable",
|
|
263
536
|
"type": "function"
|
|
264
537
|
},
|
|
538
|
+
{
|
|
539
|
+
"inputs": [
|
|
540
|
+
{
|
|
541
|
+
"internalType": "uint120",
|
|
542
|
+
"name": "_evmCallRequestV1FeeUSD",
|
|
543
|
+
"type": "uint120"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"internalType": "uint120",
|
|
547
|
+
"name": "_evmCallComputeV1ReduceFeeUSD",
|
|
548
|
+
"type": "uint120"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"internalType": "uint16",
|
|
552
|
+
"name": "_evmCallComputeV1MapBps",
|
|
553
|
+
"type": "uint16"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"name": "setCmdFees",
|
|
557
|
+
"outputs": [],
|
|
558
|
+
"stateMutability": "nonpayable",
|
|
559
|
+
"type": "function"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"inputs": [
|
|
563
|
+
{
|
|
564
|
+
"internalType": "uint32[]",
|
|
565
|
+
"name": "dstEids",
|
|
566
|
+
"type": "uint32[]"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"components": [
|
|
570
|
+
{
|
|
571
|
+
"internalType": "uint32",
|
|
572
|
+
"name": "avgBlockTime",
|
|
573
|
+
"type": "uint32"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"internalType": "uint64",
|
|
577
|
+
"name": "blockNum",
|
|
578
|
+
"type": "uint64"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"internalType": "uint64",
|
|
582
|
+
"name": "timestamp",
|
|
583
|
+
"type": "uint64"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"internalType": "uint32",
|
|
587
|
+
"name": "maxPastRetention",
|
|
588
|
+
"type": "uint32"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"internalType": "uint32",
|
|
592
|
+
"name": "maxFutureRetention",
|
|
593
|
+
"type": "uint32"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"internalType": "struct DVNFeeLib.BlockTimeConfig[]",
|
|
597
|
+
"name": "_blockConfigs",
|
|
598
|
+
"type": "tuple[]"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"name": "setDstBlockTimeConfigs",
|
|
602
|
+
"outputs": [],
|
|
603
|
+
"stateMutability": "nonpayable",
|
|
604
|
+
"type": "function"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"inputs": [
|
|
608
|
+
{
|
|
609
|
+
"components": [
|
|
610
|
+
{
|
|
611
|
+
"internalType": "uint32",
|
|
612
|
+
"name": "targetEid",
|
|
613
|
+
"type": "uint32"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"internalType": "BitMap256",
|
|
617
|
+
"name": "types",
|
|
618
|
+
"type": "uint256"
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"internalType": "struct DVNFeeLib.SetSupportedCmdTypesParam[]",
|
|
622
|
+
"name": "_params",
|
|
623
|
+
"type": "tuple[]"
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"name": "setSupportedCmdTypes",
|
|
627
|
+
"outputs": [],
|
|
628
|
+
"stateMutability": "nonpayable",
|
|
629
|
+
"type": "function"
|
|
630
|
+
},
|
|
265
631
|
{
|
|
266
632
|
"inputs": [
|
|
267
633
|
{
|
|
@@ -275,6 +641,24 @@
|
|
|
275
641
|
"stateMutability": "nonpayable",
|
|
276
642
|
"type": "function"
|
|
277
643
|
},
|
|
644
|
+
{
|
|
645
|
+
"inputs": [],
|
|
646
|
+
"name": "version",
|
|
647
|
+
"outputs": [
|
|
648
|
+
{
|
|
649
|
+
"internalType": "uint64",
|
|
650
|
+
"name": "major",
|
|
651
|
+
"type": "uint64"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"internalType": "uint8",
|
|
655
|
+
"name": "minor",
|
|
656
|
+
"type": "uint8"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"stateMutability": "pure",
|
|
660
|
+
"type": "function"
|
|
661
|
+
},
|
|
278
662
|
{
|
|
279
663
|
"inputs": [
|
|
280
664
|
{
|