@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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x13D69Cf7d6CE4218F646B759Dcf334D82c023d8e",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x9f24343ff70c6ecbf91d52788a1cc2ea417a703b06d62f51a1efdedf8b365704",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8cDbD76bB6Cf0293e07deEEEd460cf579873aF44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xf6fbce055d05b4b165adb8bc6d1514eaa6db3ddb0d7fd6a9aea712815c1df27e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x36B22905A1211A55E0d62eF46720172e2b0f24BD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xde8c3265b8e1413014e6bed46005e53ef8f04062b2590db55ba6e15264b1dd2d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -516,6 +516,30 @@
|
|
|
516
516
|
"stateMutability": "nonpayable",
|
|
517
517
|
"type": "function"
|
|
518
518
|
},
|
|
519
|
+
{
|
|
520
|
+
"inputs": [
|
|
521
|
+
{
|
|
522
|
+
"internalType": "address",
|
|
523
|
+
"name": "_sender",
|
|
524
|
+
"type": "address"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"internalType": "bytes",
|
|
528
|
+
"name": "_options",
|
|
529
|
+
"type": "bytes"
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"name": "assignJob",
|
|
533
|
+
"outputs": [
|
|
534
|
+
{
|
|
535
|
+
"internalType": "uint256",
|
|
536
|
+
"name": "fee",
|
|
537
|
+
"type": "uint256"
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"stateMutability": "nonpayable",
|
|
541
|
+
"type": "function"
|
|
542
|
+
},
|
|
519
543
|
{
|
|
520
544
|
"inputs": [
|
|
521
545
|
{
|
|
@@ -738,6 +762,30 @@
|
|
|
738
762
|
"stateMutability": "view",
|
|
739
763
|
"type": "function"
|
|
740
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"inputs": [
|
|
767
|
+
{
|
|
768
|
+
"internalType": "address",
|
|
769
|
+
"name": "_sender",
|
|
770
|
+
"type": "address"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"internalType": "bytes",
|
|
774
|
+
"name": "_options",
|
|
775
|
+
"type": "bytes"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"name": "getFee",
|
|
779
|
+
"outputs": [
|
|
780
|
+
{
|
|
781
|
+
"internalType": "uint256",
|
|
782
|
+
"name": "fee",
|
|
783
|
+
"type": "uint256"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"stateMutability": "view",
|
|
787
|
+
"type": "function"
|
|
788
|
+
},
|
|
741
789
|
{
|
|
742
790
|
"inputs": [
|
|
743
791
|
{
|
|
@@ -877,7 +925,7 @@
|
|
|
877
925
|
},
|
|
878
926
|
{
|
|
879
927
|
"inputs": [],
|
|
880
|
-
"name": "
|
|
928
|
+
"name": "localEidV2",
|
|
881
929
|
"outputs": [
|
|
882
930
|
{
|
|
883
931
|
"internalType": "uint32",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5F1e91d509cFEB544809B0749284DEB25C3a113a",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x5cfb039649a7aebd3dda98412e7c378a667846d4baf07a6c7df64734a7afb4b8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x558785b76e29e5b9f8Bf428936480B49d71F3d76",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x1bdfe40169619453ac4dc6fc211bc963a2c217ba295b69d1e702f40dc1243c5d",
|
|
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": "0x6a66b84617e71c4485028fcd78235aef10e509374ddaaf84133e5ce3ac41778f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x71550ac84Ba7599220eAEf5C756b847cB4486606",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xfefeb3a6a3914c342d160bb529fef06b1579c988de78187fe8be0982a8f93625",
|
|
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": "0xde8c3265b8e1413014e6bed46005e53ef8f04062b2590db55ba6e15264b1dd2d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb8b70aad6011e0629fa140e11955059c45640ec4223ee7a542bf3b3b4c9eecfb",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xE8BBb5F22E6b3d6CD9157B8FD2b59C076e57a9Fc",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xe3bdbda1891649be01a5e6770b0c6d179d265f4512322bb33c68e539f4aab00d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x050499eBdbBBc1216011dE07A48b5182c983Ae74",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb8b70aad6011e0629fa140e11955059c45640ec4223ee7a542bf3b3b4c9eecfb",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x9E7088C23e5C0B2D02cD7886A1BDbC7FE8b71016",
|
|
3
|
+
"transactionHash": "0xd96cf3f008a5325a1a3b9580cc3ed03c6d6f87937eb28bec4ab9c3730f00d7cc",
|
|
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": "0x70e8edad00e00e6ad6d85df20c2183339b7add12834ba23f82f59bcefd3f9144",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x52652b813a752adc7e81f39a448eee3573669d4108d347b1ae9ef311a268ffb6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x663F3ad617193148711d28f5334eE4Ed07016602",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x057ecfd3fda1976328fd549d9c46f5d804c721f8e42ea4917c66a9dc52609404",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x2E983A1Ba5e8b38AAAeC4B440B9dDcFBf72E15d1",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x0f6e61b58f2d42049f5fab6f8eb3c98131ab866ad374c933211dc2b100d7e937",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x8438Ad1C834623CfF278AB6829a248E37C2D7E3f",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x52652b813a752adc7e81f39a448eee3573669d4108d347b1ae9ef311a268ffb6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|