@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": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -248,64 +248,64 @@
|
|
|
248
248
|
"type": "constructor"
|
|
249
249
|
}
|
|
250
250
|
],
|
|
251
|
-
"transactionHash": "
|
|
251
|
+
"transactionHash": "0x049023639ef86c07753ca4bbb4e35c0073e8ef52ba470534ff99356495cdb75a",
|
|
252
252
|
"receipt": {
|
|
253
253
|
"to": null,
|
|
254
254
|
"from": "0xc13b65f7c53Cd6db2EA205a4b574b4a0858720A6",
|
|
255
|
-
"contractAddress": "
|
|
256
|
-
"transactionIndex":
|
|
257
|
-
"gasUsed": "
|
|
258
|
-
"logsBloom": "
|
|
259
|
-
"blockHash": "
|
|
260
|
-
"transactionHash": "
|
|
255
|
+
"contractAddress": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
256
|
+
"transactionIndex": 1,
|
|
257
|
+
"gasUsed": "671645",
|
|
258
|
+
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000000000210000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000002000000000000000000000000000000000000080000000000000800000000000200000000000000000000400000000000000000000000010000000000000000020000000000000000000040000000000000400000000000000000000000000000000000000000000000000000000004000000000000000000000000000",
|
|
259
|
+
"blockHash": "0x125201789f8d0dd62c9e61b7f569e754841f2e44e66c4c5101426e8e24d6c9c7",
|
|
260
|
+
"transactionHash": "0x049023639ef86c07753ca4bbb4e35c0073e8ef52ba470534ff99356495cdb75a",
|
|
261
261
|
"logs": [
|
|
262
262
|
{
|
|
263
|
-
"transactionIndex":
|
|
264
|
-
"blockNumber":
|
|
265
|
-
"transactionHash": "
|
|
266
|
-
"address": "
|
|
263
|
+
"transactionIndex": 1,
|
|
264
|
+
"blockNumber": 1235213,
|
|
265
|
+
"transactionHash": "0x049023639ef86c07753ca4bbb4e35c0073e8ef52ba470534ff99356495cdb75a",
|
|
266
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
267
267
|
"topics": [
|
|
268
268
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
269
|
-
"
|
|
269
|
+
"0x000000000000000000000000073f5b4fdf17bbc16b0980d49f6c56123477bb51"
|
|
270
270
|
],
|
|
271
271
|
"data": "0x",
|
|
272
272
|
"logIndex": 0,
|
|
273
|
-
"blockHash": "
|
|
273
|
+
"blockHash": "0x125201789f8d0dd62c9e61b7f569e754841f2e44e66c4c5101426e8e24d6c9c7"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
"transactionIndex":
|
|
277
|
-
"blockNumber":
|
|
278
|
-
"transactionHash": "
|
|
279
|
-
"address": "
|
|
276
|
+
"transactionIndex": 1,
|
|
277
|
+
"blockNumber": 1235213,
|
|
278
|
+
"transactionHash": "0x049023639ef86c07753ca4bbb4e35c0073e8ef52ba470534ff99356495cdb75a",
|
|
279
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
280
280
|
"topics": [
|
|
281
281
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
282
282
|
],
|
|
283
283
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
284
284
|
"logIndex": 1,
|
|
285
|
-
"blockHash": "
|
|
285
|
+
"blockHash": "0x125201789f8d0dd62c9e61b7f569e754841f2e44e66c4c5101426e8e24d6c9c7"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
|
-
"transactionIndex":
|
|
289
|
-
"blockNumber":
|
|
290
|
-
"transactionHash": "
|
|
291
|
-
"address": "
|
|
288
|
+
"transactionIndex": 1,
|
|
289
|
+
"blockNumber": 1235213,
|
|
290
|
+
"transactionHash": "0x049023639ef86c07753ca4bbb4e35c0073e8ef52ba470534ff99356495cdb75a",
|
|
291
|
+
"address": "0xF0196DEa83b47244222B315AbbbcF6b9fD2F705c",
|
|
292
292
|
"topics": [
|
|
293
293
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
294
294
|
],
|
|
295
|
-
"data": "
|
|
295
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cf1b0f4106b0324f96fefcc31ba9498caa80701c",
|
|
296
296
|
"logIndex": 2,
|
|
297
|
-
"blockHash": "
|
|
297
|
+
"blockHash": "0x125201789f8d0dd62c9e61b7f569e754841f2e44e66c4c5101426e8e24d6c9c7"
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
|
-
"blockNumber":
|
|
301
|
-
"cumulativeGasUsed": "
|
|
300
|
+
"blockNumber": 1235213,
|
|
301
|
+
"cumulativeGasUsed": "671645",
|
|
302
302
|
"status": 1,
|
|
303
303
|
"byzantium": true
|
|
304
304
|
},
|
|
305
305
|
"args": [
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
306
|
+
"0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
307
|
+
"0xcF1B0F4106B0324F96fEfcC31bA9498caa80701C",
|
|
308
|
+
"0xc1554a4b00000000000000000000000083c73da98cf733b03315afa8758834b36a195b87000000000000000000000000000000000000000000000000000000000000282a000000000000000000000000b0487596a0b62d1a71d0c33294bd6eb635fc6b09"
|
|
309
309
|
],
|
|
310
310
|
"numDeployments": 1,
|
|
311
311
|
"solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
|
|
@@ -316,11 +316,11 @@
|
|
|
316
316
|
"methodName": "initialize",
|
|
317
317
|
"args": [
|
|
318
318
|
"0x83c73Da98cf733B03315aFa8758834b36a195b87",
|
|
319
|
-
|
|
320
|
-
"
|
|
319
|
+
10282,
|
|
320
|
+
"0xB0487596a0B62D1A71D0C33294bd6eB635Fc6B09"
|
|
321
321
|
]
|
|
322
322
|
},
|
|
323
|
-
"implementation": "
|
|
323
|
+
"implementation": "0x073f5b4FdF17BBC16b0980d49f6C56123477bb51",
|
|
324
324
|
"devdoc": {
|
|
325
325
|
"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.",
|
|
326
326
|
"kind": "dev",
|