@layerzerolabs/lz-evm-sdk-v2 2.3.2 → 2.3.4
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 +7 -7
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +11 -11
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/bob-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/bob-mainnet/DVN.json +1914 -0
- package/deployments/bob-mainnet/DVNFeeLib.json +399 -0
- package/deployments/bob-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/bob-mainnet/EndpointV2.json +2965 -0
- package/deployments/bob-mainnet/EndpointV2View.json +436 -0
- package/deployments/bob-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/bob-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/bob-mainnet/Executor.json +1621 -0
- package/deployments/bob-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/bob-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/bob-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/bob-mainnet/Executor_Proxy.json +336 -0
- package/deployments/bob-mainnet/LzExecutor.json +758 -0
- package/deployments/bob-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/bob-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/bob-mainnet/PriceFeed.json +935 -0
- package/deployments/bob-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/bob-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/bob-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/bob-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/bob-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/bob-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/bob-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/bob-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/bob-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/bob-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/bob-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/bob-mainnet/SendUln301.json +1570 -0
- package/deployments/bob-mainnet/SendUln302.json +1528 -0
- package/deployments/bob-mainnet/Treasury.json +413 -0
- package/deployments/bob-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/botanix-testnet/DVN.json +1930 -0
- package/deployments/botanix-testnet/DVNFeeLib.json +399 -0
- package/deployments/botanix-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/botanix-testnet/EndpointV2.json +2989 -0
- package/deployments/botanix-testnet/EndpointV2View.json +436 -0
- package/deployments/botanix-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/botanix-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/botanix-testnet/Executor.json +1653 -0
- package/deployments/botanix-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/botanix-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/botanix-testnet/Executor_Implementation.json +1720 -0
- package/deployments/botanix-testnet/Executor_Proxy.json +366 -0
- package/deployments/botanix-testnet/LzExecutor.json +758 -0
- package/deployments/botanix-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/botanix-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/botanix-testnet/PriceFeed.json +935 -0
- package/deployments/botanix-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/botanix-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/botanix-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/botanix-testnet/ReceiveUln301.json +1293 -0
- package/deployments/botanix-testnet/ReceiveUln301View.json +355 -0
- package/deployments/botanix-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/botanix-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/botanix-testnet/ReceiveUln302.json +1007 -0
- package/deployments/botanix-testnet/ReceiveUln302View.json +479 -0
- package/deployments/botanix-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/botanix-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/botanix-testnet/SendUln301.json +1570 -0
- package/deployments/botanix-testnet/SendUln302.json +1528 -0
- package/deployments/botanix-testnet/Treasury.json +413 -0
- package/deployments/botanix-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/bsc-sandbox-local/DVN.json +16 -16
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/bsc-sandbox-local/EndpointV2.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/Executor.json +43 -43
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +43 -43
- package/deployments/bsc-sandbox-local/LzExecutor.json +16 -16
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed.json +16 -16
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/bsc-sandbox-local/SendUln301.json +7 -7
- package/deployments/bsc-sandbox-local/SendUln302.json +7 -7
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/bsc-sandbox-local/Treasury.json +7 -7
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/ebi-testnet/DVN.json +1930 -0
- package/deployments/ebi-testnet/DVNFeeLib.json +399 -0
- package/deployments/ebi-testnet/DefaultProxyAdmin.json +259 -0
- package/deployments/ebi-testnet/EndpointV2.json +2989 -0
- package/deployments/ebi-testnet/EndpointV2View.json +436 -0
- package/deployments/ebi-testnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/ebi-testnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/ebi-testnet/Executor.json +1653 -0
- package/deployments/ebi-testnet/ExecutorFeeLib.json +439 -0
- package/deployments/ebi-testnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/ebi-testnet/Executor_Implementation.json +1720 -0
- package/deployments/ebi-testnet/Executor_Proxy.json +366 -0
- package/deployments/ebi-testnet/LzExecutor.json +758 -0
- package/deployments/ebi-testnet/LzExecutor_Implementation.json +704 -0
- package/deployments/ebi-testnet/LzExecutor_Proxy.json +245 -0
- package/deployments/ebi-testnet/PriceFeed.json +935 -0
- package/deployments/ebi-testnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/ebi-testnet/PriceFeed_Implementation.json +977 -0
- package/deployments/ebi-testnet/PriceFeed_Proxy.json +245 -0
- package/deployments/ebi-testnet/ReceiveUln301.json +1293 -0
- package/deployments/ebi-testnet/ReceiveUln301View.json +355 -0
- package/deployments/ebi-testnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/ebi-testnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/ebi-testnet/ReceiveUln302.json +1007 -0
- package/deployments/ebi-testnet/ReceiveUln302View.json +479 -0
- package/deployments/ebi-testnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/ebi-testnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/ebi-testnet/SendUln301.json +1570 -0
- package/deployments/ebi-testnet/SendUln302.json +1528 -0
- package/deployments/ebi-testnet/Treasury.json +413 -0
- package/deployments/ebi-testnet/TreasuryFeeHandler.json +126 -0
- package/deployments/ethereum-sandbox-local/DVN.json +11 -11
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/ethereum-sandbox-local/EndpointV2.json +9 -9
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/Executor.json +29 -29
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +29 -29
- package/deployments/ethereum-sandbox-local/LzExecutor.json +11 -11
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed.json +11 -11
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/ethereum-sandbox-local/SendUln301.json +5 -5
- package/deployments/ethereum-sandbox-local/SendUln302.json +5 -5
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/ethereum-sandbox-local/Treasury.json +5 -5
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +3 -3
- package/deployments/polygon-sandbox-local/DVN.json +16 -16
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/EndpointV2.json +13 -13
- package/deployments/polygon-sandbox-local/EndpointV2View.json +13 -13
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/Executor.json +43 -43
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +7 -7
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +7 -7
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +10 -10
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +43 -43
- package/deployments/polygon-sandbox-local/LzExecutor.json +16 -16
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +16 -16
- package/deployments/polygon-sandbox-local/NonceContractMock.json +4 -4
- package/deployments/polygon-sandbox-local/PriceFeed.json +16 -16
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +7 -7
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +7 -7
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +13 -13
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +4 -4
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +13 -13
- package/deployments/polygon-sandbox-local/SendUln301.json +7 -7
- package/deployments/polygon-sandbox-local/SendUln302.json +7 -7
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +7 -7
- package/deployments/polygon-sandbox-local/Treasury.json +7 -7
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +4 -4
- package/deployments/sanko-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/sanko-mainnet/DVN.json +1914 -0
- package/deployments/sanko-mainnet/DVNFeeLib.json +399 -0
- package/deployments/sanko-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/sanko-mainnet/EndpointV2.json +2965 -0
- package/deployments/sanko-mainnet/EndpointV2View.json +436 -0
- package/deployments/sanko-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/sanko-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/Executor.json +1621 -0
- package/deployments/sanko-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/sanko-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/sanko-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/sanko-mainnet/Executor_Proxy.json +336 -0
- package/deployments/sanko-mainnet/LzExecutor.json +758 -0
- package/deployments/sanko-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/sanko-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/sanko-mainnet/PriceFeed.json +935 -0
- package/deployments/sanko-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/sanko-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/sanko-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/sanko-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/sanko-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/sanko-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/sanko-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/sanko-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/sanko-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/sanko-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/sanko-mainnet/SendUln301.json +1570 -0
- package/deployments/sanko-mainnet/SendUln302.json +1528 -0
- package/deployments/sanko-mainnet/Treasury.json +413 -0
- package/deployments/sanko-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/skale-mainnet/BlockedMessageLib.json +128 -0
- package/deployments/skale-mainnet/DVN.json +1898 -0
- package/deployments/skale-mainnet/DVNFeeLib.json +399 -0
- package/deployments/skale-mainnet/DefaultProxyAdmin.json +259 -0
- package/deployments/skale-mainnet/EndpointV2.json +2949 -0
- package/deployments/skale-mainnet/EndpointV2View.json +436 -0
- package/deployments/skale-mainnet/EndpointV2View_Implementation.json +314 -0
- package/deployments/skale-mainnet/EndpointV2View_Proxy.json +231 -0
- package/deployments/skale-mainnet/Executor.json +1605 -0
- package/deployments/skale-mainnet/ExecutorFeeLib.json +439 -0
- package/deployments/skale-mainnet/ExecutorProxyAdmin.json +284 -0
- package/deployments/skale-mainnet/Executor_Implementation.json +1720 -0
- package/deployments/skale-mainnet/Executor_Proxy.json +321 -0
- package/deployments/skale-mainnet/LzExecutor.json +758 -0
- package/deployments/skale-mainnet/LzExecutor_Implementation.json +704 -0
- package/deployments/skale-mainnet/LzExecutor_Proxy.json +245 -0
- package/deployments/skale-mainnet/PriceFeed.json +2 -8
- package/deployments/skale-mainnet/PriceFeed_Implementation.json +11 -11
- package/deployments/skale-mainnet/ReceiveUln301.json +1293 -0
- package/deployments/skale-mainnet/ReceiveUln301View.json +355 -0
- package/deployments/skale-mainnet/ReceiveUln301View_Implementation.json +232 -0
- package/deployments/skale-mainnet/ReceiveUln301View_Proxy.json +231 -0
- package/deployments/skale-mainnet/ReceiveUln302.json +1007 -0
- package/deployments/skale-mainnet/ReceiveUln302View.json +479 -0
- package/deployments/skale-mainnet/ReceiveUln302View_Implementation.json +385 -0
- package/deployments/skale-mainnet/ReceiveUln302View_Proxy.json +231 -0
- package/deployments/skale-mainnet/SendUln301.json +1570 -0
- package/deployments/skale-mainnet/SendUln302.json +1528 -0
- package/deployments/skale-mainnet/Treasury.json +413 -0
- package/deployments/skale-mainnet/TreasuryFeeHandler.json +126 -0
- package/deployments/tron-mainnet/PriceFeed.json +935 -0
- package/deployments/tron-mainnet/PriceFeedProxyAdmin.json +284 -0
- package/deployments/tron-mainnet/PriceFeed_Implementation.json +977 -0
- package/deployments/tron-mainnet/PriceFeed_Proxy.json +245 -0
- package/deployments/tron-sandbox-local/DVN.json +17 -17
- package/deployments/tron-sandbox-local/DVNDecompressor.json +12 -12
- package/deployments/tron-sandbox-local/DVNFeeLib.json +10 -10
- package/deployments/tron-sandbox-local/PriceFeed.json +27 -27
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +14 -14
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +6 -6
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +26 -26
- package/deployments/xchain-testnet/DVN.json +74 -74
- package/deployments/xchain-testnet/DVNFeeLib.json +20 -20
- package/deployments/xchain-testnet/DefaultProxyAdmin.json +15 -15
- package/deployments/xchain-testnet/EndpointV2.json +128 -137
- package/deployments/xchain-testnet/EndpointV2View.json +30 -30
- package/deployments/xchain-testnet/EndpointV2View_Implementation.json +17 -17
- package/deployments/xchain-testnet/EndpointV2View_Proxy.json +29 -29
- package/deployments/xchain-testnet/Executor.json +204 -84
- package/deployments/xchain-testnet/ExecutorFeeLib.json +37 -22
- package/deployments/xchain-testnet/ExecutorProxyAdmin.json +25 -25
- package/deployments/xchain-testnet/Executor_Implementation.json +172 -44
- package/deployments/xchain-testnet/Executor_Proxy.json +77 -77
- package/deployments/xchain-testnet/LzExecutor.json +38 -38
- package/deployments/xchain-testnet/LzExecutor_Implementation.json +24 -24
- package/deployments/xchain-testnet/LzExecutor_Proxy.json +35 -35
- package/deployments/xchain-testnet/PriceFeed.json +80 -36
- package/deployments/xchain-testnet/PriceFeedProxyAdmin.json +20 -20
- package/deployments/xchain-testnet/PriceFeed_Implementation.json +113 -49
- package/deployments/xchain-testnet/PriceFeed_Proxy.json +23 -23
- package/deployments/xchain-testnet/ReceiveUln301.json +48 -48
- package/deployments/xchain-testnet/ReceiveUln301View.json +33 -33
- package/deployments/xchain-testnet/ReceiveUln301View_Implementation.json +22 -22
- package/deployments/xchain-testnet/ReceiveUln301View_Proxy.json +30 -30
- package/deployments/xchain-testnet/ReceiveUln302.json +44 -44
- package/deployments/xchain-testnet/ReceiveUln302View.json +32 -32
- package/deployments/xchain-testnet/ReceiveUln302View_Implementation.json +22 -22
- package/deployments/xchain-testnet/ReceiveUln302View_Proxy.json +30 -30
- package/deployments/xchain-testnet/SendUln301.json +49 -49
- package/deployments/xchain-testnet/SendUln302.json +45 -45
- package/deployments/xchain-testnet/Treasury.json +23 -23
- package/deployments/xchain-testnet/TreasuryFeeHandler.json +13 -13
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -159,7 +159,12 @@
|
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"internalType": "uint64",
|
|
162
|
-
"name": "
|
|
162
|
+
"name": "lzReceiveBaseGas",
|
|
163
|
+
"type": "uint64"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"internalType": "uint64",
|
|
167
|
+
"name": "lzComposeBaseGas",
|
|
163
168
|
"type": "uint64"
|
|
164
169
|
},
|
|
165
170
|
{
|
|
@@ -510,6 +515,49 @@
|
|
|
510
515
|
"stateMutability": "nonpayable",
|
|
511
516
|
"type": "function"
|
|
512
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"inputs": [
|
|
520
|
+
{
|
|
521
|
+
"internalType": "address",
|
|
522
|
+
"name": "_from",
|
|
523
|
+
"type": "address"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"internalType": "address",
|
|
527
|
+
"name": "_to",
|
|
528
|
+
"type": "address"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"internalType": "bytes32",
|
|
532
|
+
"name": "_guid",
|
|
533
|
+
"type": "bytes32"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"internalType": "uint16",
|
|
537
|
+
"name": "_index",
|
|
538
|
+
"type": "uint16"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"internalType": "bytes",
|
|
542
|
+
"name": "_message",
|
|
543
|
+
"type": "bytes"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"internalType": "bytes",
|
|
547
|
+
"name": "_extraData",
|
|
548
|
+
"type": "bytes"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"internalType": "uint256",
|
|
552
|
+
"name": "_gasLimit",
|
|
553
|
+
"type": "uint256"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"name": "compose302",
|
|
557
|
+
"outputs": [],
|
|
558
|
+
"stateMutability": "payable",
|
|
559
|
+
"type": "function"
|
|
560
|
+
},
|
|
513
561
|
{
|
|
514
562
|
"inputs": [],
|
|
515
563
|
"name": "defaultMultiplierBps",
|
|
@@ -535,7 +583,7 @@
|
|
|
535
583
|
"outputs": [
|
|
536
584
|
{
|
|
537
585
|
"internalType": "uint64",
|
|
538
|
-
"name": "
|
|
586
|
+
"name": "lzReceiveBaseGas",
|
|
539
587
|
"type": "uint64"
|
|
540
588
|
},
|
|
541
589
|
{
|
|
@@ -552,6 +600,11 @@
|
|
|
552
600
|
"internalType": "uint128",
|
|
553
601
|
"name": "nativeCap",
|
|
554
602
|
"type": "uint128"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"internalType": "uint64",
|
|
606
|
+
"name": "lzComposeBaseGas",
|
|
607
|
+
"type": "uint64"
|
|
555
608
|
}
|
|
556
609
|
],
|
|
557
610
|
"stateMutability": "view",
|
|
@@ -588,6 +641,68 @@
|
|
|
588
641
|
"stateMutability": "nonpayable",
|
|
589
642
|
"type": "function"
|
|
590
643
|
},
|
|
644
|
+
{
|
|
645
|
+
"inputs": [
|
|
646
|
+
{
|
|
647
|
+
"components": [
|
|
648
|
+
{
|
|
649
|
+
"internalType": "address",
|
|
650
|
+
"name": "receiver",
|
|
651
|
+
"type": "address"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"components": [
|
|
655
|
+
{
|
|
656
|
+
"internalType": "uint32",
|
|
657
|
+
"name": "srcEid",
|
|
658
|
+
"type": "uint32"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"internalType": "bytes32",
|
|
662
|
+
"name": "sender",
|
|
663
|
+
"type": "bytes32"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"internalType": "uint64",
|
|
667
|
+
"name": "nonce",
|
|
668
|
+
"type": "uint64"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"internalType": "struct Origin",
|
|
672
|
+
"name": "origin",
|
|
673
|
+
"type": "tuple"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"internalType": "bytes32",
|
|
677
|
+
"name": "guid",
|
|
678
|
+
"type": "bytes32"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"internalType": "bytes",
|
|
682
|
+
"name": "message",
|
|
683
|
+
"type": "bytes"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"internalType": "bytes",
|
|
687
|
+
"name": "extraData",
|
|
688
|
+
"type": "bytes"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"internalType": "uint256",
|
|
692
|
+
"name": "gasLimit",
|
|
693
|
+
"type": "uint256"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"internalType": "struct IExecutor.ExecutionParams",
|
|
697
|
+
"name": "_executionParams",
|
|
698
|
+
"type": "tuple"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"name": "execute302",
|
|
702
|
+
"outputs": [],
|
|
703
|
+
"stateMutability": "payable",
|
|
704
|
+
"type": "function"
|
|
705
|
+
},
|
|
591
706
|
{
|
|
592
707
|
"inputs": [
|
|
593
708
|
{
|
|
@@ -1092,7 +1207,12 @@
|
|
|
1092
1207
|
},
|
|
1093
1208
|
{
|
|
1094
1209
|
"internalType": "uint64",
|
|
1095
|
-
"name": "
|
|
1210
|
+
"name": "lzReceiveBaseGas",
|
|
1211
|
+
"type": "uint64"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"internalType": "uint64",
|
|
1215
|
+
"name": "lzComposeBaseGas",
|
|
1096
1216
|
"type": "uint64"
|
|
1097
1217
|
},
|
|
1098
1218
|
{
|
|
@@ -1278,35 +1398,35 @@
|
|
|
1278
1398
|
"type": "constructor"
|
|
1279
1399
|
}
|
|
1280
1400
|
],
|
|
1281
|
-
"transactionHash": "
|
|
1401
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1282
1402
|
"receipt": {
|
|
1283
1403
|
"to": null,
|
|
1284
1404
|
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
1285
|
-
"contractAddress": "
|
|
1286
|
-
"transactionIndex":
|
|
1287
|
-
"gasUsed": "
|
|
1288
|
-
"logsBloom": "
|
|
1289
|
-
"blockHash": "
|
|
1290
|
-
"transactionHash": "
|
|
1405
|
+
"contractAddress": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1406
|
+
"transactionIndex": 1,
|
|
1407
|
+
"gasUsed": "996830",
|
|
1408
|
+
"logsBloom": "0x00000004000000000000000000000000400000000000000000000000000000100000000000000000000000020000000000002000000000000000020000000000000400000000000000000000000002000000000020000000000000000020200000000000030008000200000000000800000000800000000800000200000000000000000010100000080000000080004000000000008080000000000000800000000000000000000000800002000400404000000000010000001000000000000000000020000000000000000000040000002000000400000100004000008060000000000000000000000200000800000000000000400008000000000020800800",
|
|
1409
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a",
|
|
1410
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1291
1411
|
"logs": [
|
|
1292
1412
|
{
|
|
1293
|
-
"transactionIndex":
|
|
1294
|
-
"blockNumber":
|
|
1295
|
-
"transactionHash": "
|
|
1296
|
-
"address": "
|
|
1413
|
+
"transactionIndex": 1,
|
|
1414
|
+
"blockNumber": 1235240,
|
|
1415
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1416
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1297
1417
|
"topics": [
|
|
1298
1418
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1299
|
-
"
|
|
1419
|
+
"0x000000000000000000000000c1868e054425d378095a003ecba3823a5d0135c9"
|
|
1300
1420
|
],
|
|
1301
1421
|
"data": "0x",
|
|
1302
1422
|
"logIndex": 0,
|
|
1303
|
-
"blockHash": "
|
|
1423
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1304
1424
|
},
|
|
1305
1425
|
{
|
|
1306
|
-
"transactionIndex":
|
|
1307
|
-
"blockNumber":
|
|
1308
|
-
"transactionHash": "
|
|
1309
|
-
"address": "
|
|
1426
|
+
"transactionIndex": 1,
|
|
1427
|
+
"blockNumber": 1235240,
|
|
1428
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1429
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1310
1430
|
"topics": [
|
|
1311
1431
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1312
1432
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1315,43 +1435,43 @@
|
|
|
1315
1435
|
],
|
|
1316
1436
|
"data": "0x",
|
|
1317
1437
|
"logIndex": 1,
|
|
1318
|
-
"blockHash": "
|
|
1438
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1319
1439
|
},
|
|
1320
1440
|
{
|
|
1321
|
-
"transactionIndex":
|
|
1322
|
-
"blockNumber":
|
|
1323
|
-
"transactionHash": "
|
|
1324
|
-
"address": "
|
|
1441
|
+
"transactionIndex": 1,
|
|
1442
|
+
"blockNumber": 1235240,
|
|
1443
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1444
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1325
1445
|
"topics": [
|
|
1326
1446
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1327
1447
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1328
|
-
"
|
|
1448
|
+
"0x00000000000000000000000045841dd1ca50265da7614fc43a361e526c0e6160",
|
|
1329
1449
|
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1330
1450
|
],
|
|
1331
1451
|
"data": "0x",
|
|
1332
1452
|
"logIndex": 2,
|
|
1333
|
-
"blockHash": "
|
|
1453
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1334
1454
|
},
|
|
1335
1455
|
{
|
|
1336
|
-
"transactionIndex":
|
|
1337
|
-
"blockNumber":
|
|
1338
|
-
"transactionHash": "
|
|
1339
|
-
"address": "
|
|
1456
|
+
"transactionIndex": 1,
|
|
1457
|
+
"blockNumber": 1235240,
|
|
1458
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1459
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1340
1460
|
"topics": [
|
|
1341
1461
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1342
1462
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
1343
|
-
"
|
|
1463
|
+
"0x0000000000000000000000009ecf72299027e8aefee5dc5351d6d92294f46d2b",
|
|
1344
1464
|
"0x000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1345
1465
|
],
|
|
1346
1466
|
"data": "0x",
|
|
1347
1467
|
"logIndex": 3,
|
|
1348
|
-
"blockHash": "
|
|
1468
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1349
1469
|
},
|
|
1350
1470
|
{
|
|
1351
|
-
"transactionIndex":
|
|
1352
|
-
"blockNumber":
|
|
1353
|
-
"transactionHash": "
|
|
1354
|
-
"address": "
|
|
1471
|
+
"transactionIndex": 1,
|
|
1472
|
+
"blockNumber": 1235240,
|
|
1473
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1474
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1355
1475
|
"topics": [
|
|
1356
1476
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1357
1477
|
"0x724aface199fe5bed93ae8508474576a9adf3dc443b2c451842a2242919f19de",
|
|
@@ -1360,13 +1480,13 @@
|
|
|
1360
1480
|
],
|
|
1361
1481
|
"data": "0x",
|
|
1362
1482
|
"logIndex": 4,
|
|
1363
|
-
"blockHash": "
|
|
1483
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1364
1484
|
},
|
|
1365
1485
|
{
|
|
1366
|
-
"transactionIndex":
|
|
1367
|
-
"blockNumber":
|
|
1368
|
-
"transactionHash": "
|
|
1369
|
-
"address": "
|
|
1486
|
+
"transactionIndex": 1,
|
|
1487
|
+
"blockNumber": 1235240,
|
|
1488
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1489
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1370
1490
|
"topics": [
|
|
1371
1491
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1372
1492
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1375,13 +1495,13 @@
|
|
|
1375
1495
|
],
|
|
1376
1496
|
"data": "0x",
|
|
1377
1497
|
"logIndex": 5,
|
|
1378
|
-
"blockHash": "
|
|
1498
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1379
1499
|
},
|
|
1380
1500
|
{
|
|
1381
|
-
"transactionIndex":
|
|
1382
|
-
"blockNumber":
|
|
1383
|
-
"transactionHash": "
|
|
1384
|
-
"address": "
|
|
1501
|
+
"transactionIndex": 1,
|
|
1502
|
+
"blockNumber": 1235240,
|
|
1503
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1504
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1385
1505
|
"topics": [
|
|
1386
1506
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1387
1507
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1390,13 +1510,13 @@
|
|
|
1390
1510
|
],
|
|
1391
1511
|
"data": "0x",
|
|
1392
1512
|
"logIndex": 6,
|
|
1393
|
-
"blockHash": "
|
|
1513
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1394
1514
|
},
|
|
1395
1515
|
{
|
|
1396
|
-
"transactionIndex":
|
|
1397
|
-
"blockNumber":
|
|
1398
|
-
"transactionHash": "
|
|
1399
|
-
"address": "
|
|
1516
|
+
"transactionIndex": 1,
|
|
1517
|
+
"blockNumber": 1235240,
|
|
1518
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1519
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1400
1520
|
"topics": [
|
|
1401
1521
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1402
1522
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1405,13 +1525,13 @@
|
|
|
1405
1525
|
],
|
|
1406
1526
|
"data": "0x",
|
|
1407
1527
|
"logIndex": 7,
|
|
1408
|
-
"blockHash": "
|
|
1528
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1409
1529
|
},
|
|
1410
1530
|
{
|
|
1411
|
-
"transactionIndex":
|
|
1412
|
-
"blockNumber":
|
|
1413
|
-
"transactionHash": "
|
|
1414
|
-
"address": "
|
|
1531
|
+
"transactionIndex": 1,
|
|
1532
|
+
"blockNumber": 1235240,
|
|
1533
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1534
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1415
1535
|
"topics": [
|
|
1416
1536
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1417
1537
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1420,13 +1540,13 @@
|
|
|
1420
1540
|
],
|
|
1421
1541
|
"data": "0x",
|
|
1422
1542
|
"logIndex": 8,
|
|
1423
|
-
"blockHash": "
|
|
1543
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1424
1544
|
},
|
|
1425
1545
|
{
|
|
1426
|
-
"transactionIndex":
|
|
1427
|
-
"blockNumber":
|
|
1428
|
-
"transactionHash": "
|
|
1429
|
-
"address": "
|
|
1546
|
+
"transactionIndex": 1,
|
|
1547
|
+
"blockNumber": 1235240,
|
|
1548
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1549
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1430
1550
|
"topics": [
|
|
1431
1551
|
"0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d",
|
|
1432
1552
|
"0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775",
|
|
@@ -1435,42 +1555,42 @@
|
|
|
1435
1555
|
],
|
|
1436
1556
|
"data": "0x",
|
|
1437
1557
|
"logIndex": 9,
|
|
1438
|
-
"blockHash": "
|
|
1558
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1439
1559
|
},
|
|
1440
1560
|
{
|
|
1441
|
-
"transactionIndex":
|
|
1442
|
-
"blockNumber":
|
|
1443
|
-
"transactionHash": "
|
|
1444
|
-
"address": "
|
|
1561
|
+
"transactionIndex": 1,
|
|
1562
|
+
"blockNumber": 1235240,
|
|
1563
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1564
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1445
1565
|
"topics": [
|
|
1446
1566
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1447
1567
|
],
|
|
1448
1568
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1449
1569
|
"logIndex": 10,
|
|
1450
|
-
"blockHash": "
|
|
1570
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1451
1571
|
},
|
|
1452
1572
|
{
|
|
1453
|
-
"transactionIndex":
|
|
1454
|
-
"blockNumber":
|
|
1455
|
-
"transactionHash": "
|
|
1456
|
-
"address": "
|
|
1573
|
+
"transactionIndex": 1,
|
|
1574
|
+
"blockNumber": 1235240,
|
|
1575
|
+
"transactionHash": "0x1b6427e69df3b58d97ee0b4b8384a60881115e676c37fb0fd1a6b9771f4a47a5",
|
|
1576
|
+
"address": "0x12523de19dc41c91F7d2093E0CFbB76b17012C8d",
|
|
1457
1577
|
"topics": [
|
|
1458
1578
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1459
1579
|
],
|
|
1460
|
-
"data": "
|
|
1580
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cf1b0f4106b0324f96fefcc31ba9498caa80701c",
|
|
1461
1581
|
"logIndex": 11,
|
|
1462
|
-
"blockHash": "
|
|
1582
|
+
"blockHash": "0xba531469e9fb1c685d7a1655ff23f38f333d1bf748cb9a7f5027d074e193cf5a"
|
|
1463
1583
|
}
|
|
1464
1584
|
],
|
|
1465
|
-
"blockNumber":
|
|
1466
|
-
"cumulativeGasUsed": "
|
|
1585
|
+
"blockNumber": 1235240,
|
|
1586
|
+
"cumulativeGasUsed": "996830",
|
|
1467
1587
|
"status": 1,
|
|
1468
1588
|
"byzantium": true
|
|
1469
1589
|
},
|
|
1470
1590
|
"args": [
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1591
|
+
"0xC1868e054425D378095A003EcbA3823a5D0135C9",
|
|
1592
|
+
"0xcF1B0F4106B0324F96fEfcC31bA9498caa80701C",
|
|
1593
|
+
"0x009fc6810000000000000000000000006edce65403992e310a62460808c4b910d972f10f000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b0900000000000000000000000000000000000000000000000000000000000000c00000000000000000000000008b14d287b4150ff22ac73df8be720e933f659abc000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a60000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000300000000000000000000000045841dd1ca50265da7614fc43a361e526c0e61600000000000000000000000009ecf72299027e8aefee5dc5351d6d92294f46d2b00000000000000000000000055370e0fbb5f5b8daed978ba1c075a499eb107b80000000000000000000000000000000000000000000000000000000000000005000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9000000000000000000000000f5e8a439c599205c1ab06b535de46681aed1007a0000000000000000000000000e251d9095dd128292a28eb383127d05d95bbd17000000000000000000000000c48cab17fcb3eb38030bc4ea54b62353d2802ba8000000000000000000000000c13b65f7c53cd6db2ea205a4b574b4a0858720a6"
|
|
1474
1594
|
],
|
|
1475
1595
|
"numDeployments": 1,
|
|
1476
1596
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -1481,10 +1601,10 @@
|
|
|
1481
1601
|
"methodName": "initialize",
|
|
1482
1602
|
"args": [
|
|
1483
1603
|
"0x6EDCE65403992e310A62460808c4b910D972f10f",
|
|
1484
|
-
"
|
|
1604
|
+
"0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09",
|
|
1485
1605
|
[
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1606
|
+
"0x45841dd1ca50265Da7614fC43A361e526c0e6160",
|
|
1607
|
+
"0x9eCf72299027e8AeFee5DC5351D6d92294F46d2b",
|
|
1488
1608
|
"0x55370E0fBB5f5b8dAeD978BA1c075a499eB107B8"
|
|
1489
1609
|
],
|
|
1490
1610
|
"0x8b14D287B4150Ff22Ac73DF8BE720e933f659abc",
|
|
@@ -1498,7 +1618,7 @@
|
|
|
1498
1618
|
]
|
|
1499
1619
|
]
|
|
1500
1620
|
},
|
|
1501
|
-
"implementation": "
|
|
1621
|
+
"implementation": "0xC1868e054425D378095A003EcbA3823a5D0135C9",
|
|
1502
1622
|
"devdoc": {
|
|
1503
1623
|
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1504
1624
|
"kind": "dev",
|