@layerzerolabs/lz-evm-sdk-v2 2.3.12 → 2.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/artifacts-zk/contracts/decompressor/DVNDecoder.sol/DVNDecoder.json +11 -0
- package/artifacts-zk/contracts/decompressor/DVNDecompressor.sol/DVNDecompressor.json +330 -0
- package/artifacts-zk/contracts/decompressor/DecompressorExtension.sol/DecompressorExtension.json +93 -0
- package/artifacts-zk/contracts/decompressor/ExecutorDecoder.sol/ExecutorDecoder.json +11 -0
- package/artifacts-zk/contracts/decompressor/ExecutorDecompressor.sol/ExecutorDecompressor.json +221 -0
- package/artifacts-zk/contracts/oapp/OApp.sol/OApp.json +333 -0
- package/artifacts-zk/contracts/oapp/OAppCore.sol/OAppCore.json +196 -0
- package/artifacts-zk/contracts/oapp/OAppReceiver.sol/OAppReceiver.json +317 -0
- package/artifacts-zk/contracts/oapp/OAppSender.sol/OAppSender.json +212 -0
- package/artifacts-zk/contracts/oapp/examples/OmniCounter.sol/MsgCodec.json +11 -0
- package/artifacts-zk/contracts/oapp/examples/OmniCounter.sol/OmniCounter.json +875 -0
- package/artifacts-zk/contracts/oapp/examples/OmniCounterPreCrime.sol/OmniCounterPreCrime.json +374 -0
- package/artifacts-zk/contracts/oapp/interfaces/IOAppComposer.sol/IOAppComposer.json +45 -0
- package/artifacts-zk/contracts/oapp/interfaces/IOAppCore.sol/IOAppCore.json +144 -0
- package/artifacts-zk/contracts/oapp/interfaces/IOAppMsgInspector.sol/IOAppMsgInspector.json +52 -0
- package/artifacts-zk/contracts/oapp/interfaces/IOAppOptionsType3.sol/IOAppOptionsType3.json +112 -0
- package/artifacts-zk/contracts/oapp/libs/OAppOptionsType3.sol/OAppOptionsType3.json +188 -0
- package/artifacts-zk/contracts/oapp/libs/OptionsBuilder.sol/OptionsBuilder.json +39 -0
- package/artifacts-zk/contracts/oft/OFT.sol/OFT.json +1467 -0
- package/artifacts-zk/contracts/oft/OFTAdapter.sol/OFTAdapter.json +1205 -0
- package/artifacts-zk/contracts/oft/OFTCore.sol/OFTCore.json +1171 -0
- package/artifacts-zk/contracts/oft/interfaces/IOFT.sol/IOFT.json +473 -0
- package/artifacts-zk/contracts/oft/libs/OFTComposeMsgCodec.sol/OFTComposeMsgCodec.json +11 -0
- package/artifacts-zk/contracts/oft/libs/OFTMsgCodec.sol/OFTMsgCodec.json +11 -0
- package/artifacts-zk/contracts/precrime/OAppPreCrimeSimulator.sol/OAppPreCrimeSimulator.json +278 -0
- package/artifacts-zk/contracts/precrime/PreCrime.sol/PreCrime.json +353 -0
- package/artifacts-zk/contracts/precrime/extensions/PreCrimeE1.sol/PreCrimeE1.json +353 -0
- package/artifacts-zk/contracts/precrime/interfaces/IOAppPreCrimeSimulator.sol/IOAppPreCrimeSimulator.json +176 -0
- package/artifacts-zk/contracts/precrime/interfaces/IPreCrime.sol/IPreCrime.json +189 -0
- package/artifacts-zk/contracts/precrime/libs/Packet.sol/PacketDecoder.json +11 -0
- package/deployments/arbitrum-sandbox-local/DVN.json +10 -10
- package/deployments/arbitrum-sandbox-local/DVNDecompressor.json +7 -7
- package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +7 -7
- package/deployments/arbitrum-sandbox-local/PriceFeed.json +16 -16
- package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +10 -10
- package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +4 -4
- package/deployments/arbitrum-sandbox-local/PriceFeed_Proxy.json +16 -16
- package/deployments/bsc-sandbox-local/DVN.json +5 -5
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/bsc-sandbox-local/EndpointV2.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View.json +4 -4
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/Executor.json +14 -14
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/bsc-sandbox-local/LzExecutor.json +5 -5
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +5 -5
- package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed.json +5 -5
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +4 -4
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
- package/deployments/bsc-sandbox-local/SendUln301.json +2 -2
- package/deployments/bsc-sandbox-local/SendUln302.json +2 -2
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/bsc-sandbox-local/Treasury.json +2 -2
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/ethereum-sandbox-local/DVN.json +5 -5
- package/deployments/ethereum-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +4 -4
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/Executor.json +14 -14
- package/deployments/ethereum-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
- package/deployments/ethereum-sandbox-local/LzExecutor.json +5 -5
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +4 -4
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +4 -4
- package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
- package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/polygon-sandbox-local/DVN.json +11 -11
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +5 -5
- package/deployments/polygon-sandbox-local/EndpointV2.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View.json +9 -9
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/Executor.json +29 -29
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +5 -5
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +29 -29
- package/deployments/polygon-sandbox-local/LzExecutor.json +11 -11
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/NonceContractMock.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed.json +11 -11
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +7 -7
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +11 -11
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +9 -9
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +3 -3
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +9 -9
- package/deployments/polygon-sandbox-local/SendUln301.json +5 -5
- package/deployments/polygon-sandbox-local/SendUln302.json +5 -5
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +5 -5
- package/deployments/polygon-sandbox-local/Treasury.json +5 -5
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +3 -3
- 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/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -816,35 +816,35 @@
|
|
|
816
816
|
"type": "constructor"
|
|
817
817
|
}
|
|
818
818
|
],
|
|
819
|
-
"transactionHash": "
|
|
819
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
820
820
|
"receipt": {
|
|
821
821
|
"to": null,
|
|
822
822
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
823
|
-
"contractAddress": "
|
|
823
|
+
"contractAddress": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
824
824
|
"transactionIndex": 0,
|
|
825
825
|
"gasUsed": "646277",
|
|
826
826
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
827
|
-
"blockHash": "
|
|
828
|
-
"transactionHash": "
|
|
827
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a",
|
|
828
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
829
829
|
"logs": [
|
|
830
830
|
{
|
|
831
831
|
"transactionIndex": 0,
|
|
832
|
-
"blockNumber":
|
|
833
|
-
"transactionHash": "
|
|
834
|
-
"address": "
|
|
832
|
+
"blockNumber": 44,
|
|
833
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
834
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
835
835
|
"topics": [
|
|
836
836
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
837
|
-
"
|
|
837
|
+
"0x000000000000000000000000faaf49e11d60dbaca8879fae03a9b6d4bb0c225a"
|
|
838
838
|
],
|
|
839
839
|
"data": "0x",
|
|
840
840
|
"logIndex": 0,
|
|
841
|
-
"blockHash": "
|
|
841
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
844
|
"transactionIndex": 0,
|
|
845
|
-
"blockNumber":
|
|
846
|
-
"transactionHash": "
|
|
847
|
-
"address": "
|
|
845
|
+
"blockNumber": 44,
|
|
846
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
847
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
848
848
|
"topics": [
|
|
849
849
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
850
850
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -852,41 +852,41 @@
|
|
|
852
852
|
],
|
|
853
853
|
"data": "0x",
|
|
854
854
|
"logIndex": 1,
|
|
855
|
-
"blockHash": "
|
|
855
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
856
856
|
},
|
|
857
857
|
{
|
|
858
858
|
"transactionIndex": 0,
|
|
859
|
-
"blockNumber":
|
|
860
|
-
"transactionHash": "
|
|
861
|
-
"address": "
|
|
859
|
+
"blockNumber": 44,
|
|
860
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
861
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
862
862
|
"topics": [
|
|
863
863
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
864
864
|
],
|
|
865
865
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
866
866
|
"logIndex": 2,
|
|
867
|
-
"blockHash": "
|
|
867
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
870
|
"transactionIndex": 0,
|
|
871
|
-
"blockNumber":
|
|
872
|
-
"transactionHash": "
|
|
873
|
-
"address": "
|
|
871
|
+
"blockNumber": 44,
|
|
872
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
873
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
874
874
|
"topics": [
|
|
875
875
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
876
876
|
],
|
|
877
|
-
"data": "
|
|
877
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000023cbe21a99d750e1c38a832d43316d8d6841e3e2",
|
|
878
878
|
"logIndex": 3,
|
|
879
|
-
"blockHash": "
|
|
879
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
880
880
|
}
|
|
881
881
|
],
|
|
882
|
-
"blockNumber":
|
|
882
|
+
"blockNumber": 44,
|
|
883
883
|
"cumulativeGasUsed": "646277",
|
|
884
884
|
"status": 1,
|
|
885
885
|
"byzantium": true
|
|
886
886
|
},
|
|
887
887
|
"args": [
|
|
888
|
-
"
|
|
889
|
-
"
|
|
888
|
+
"0xFaAf49e11D60dbACa8879FAe03a9b6d4bB0C225A",
|
|
889
|
+
"0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
890
890
|
"0xc4d66de8000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9"
|
|
891
891
|
],
|
|
892
892
|
"numDeployments": 1,
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
"0xB9Cb228D7498d6F02B0F88F7b16d2Cf836d2aeA9"
|
|
901
901
|
]
|
|
902
902
|
},
|
|
903
|
-
"implementation": "
|
|
903
|
+
"implementation": "0xFaAf49e11D60dbACa8879FAe03a9b6d4bB0C225A",
|
|
904
904
|
"devdoc": {
|
|
905
905
|
"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.",
|
|
906
906
|
"kind": "dev",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -172,22 +172,22 @@
|
|
|
172
172
|
"type": "function"
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"transactionHash": "
|
|
175
|
+
"transactionHash": "0x7fdf035833ade6af96a8471476b0405d383cc69fa306f9d606f9d73196edfe12",
|
|
176
176
|
"receipt": {
|
|
177
177
|
"to": null,
|
|
178
178
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
179
|
-
"contractAddress": "
|
|
179
|
+
"contractAddress": "0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
180
180
|
"transactionIndex": 0,
|
|
181
181
|
"gasUsed": "544138",
|
|
182
182
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
183
|
-
"blockHash": "
|
|
184
|
-
"transactionHash": "
|
|
183
|
+
"blockHash": "0x00000000000000297de2d445b09f7bdadf191fd1a78dbbbc1b71644fe1e1be27",
|
|
184
|
+
"transactionHash": "0x7fdf035833ade6af96a8471476b0405d383cc69fa306f9d606f9d73196edfe12",
|
|
185
185
|
"logs": [
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 41,
|
|
189
|
+
"transactionHash": "0x7fdf035833ade6af96a8471476b0405d383cc69fa306f9d606f9d73196edfe12",
|
|
190
|
+
"address": "0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
193
193
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
],
|
|
196
196
|
"data": "0x",
|
|
197
197
|
"logIndex": 0,
|
|
198
|
-
"blockHash": "
|
|
198
|
+
"blockHash": "0x00000000000000297de2d445b09f7bdadf191fd1a78dbbbc1b71644fe1e1be27"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"transactionIndex": 0,
|
|
202
|
-
"blockNumber":
|
|
203
|
-
"transactionHash": "
|
|
204
|
-
"address": "
|
|
202
|
+
"blockNumber": 41,
|
|
203
|
+
"transactionHash": "0x7fdf035833ade6af96a8471476b0405d383cc69fa306f9d606f9d73196edfe12",
|
|
204
|
+
"address": "0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
205
205
|
"topics": [
|
|
206
206
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
207
207
|
"0x0000000000000000000000003c44cdddb6a900fa2b585dd299e03d12fa4293bc",
|
|
@@ -209,10 +209,10 @@
|
|
|
209
209
|
],
|
|
210
210
|
"data": "0x",
|
|
211
211
|
"logIndex": 1,
|
|
212
|
-
"blockHash": "
|
|
212
|
+
"blockHash": "0x00000000000000297de2d445b09f7bdadf191fd1a78dbbbc1b71644fe1e1be27"
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
"blockNumber":
|
|
215
|
+
"blockNumber": 41,
|
|
216
216
|
"cumulativeGasUsed": "544138",
|
|
217
217
|
"status": 1,
|
|
218
218
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xFaAf49e11D60dbACa8879FAe03a9b6d4bB0C225A",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -685,18 +685,18 @@
|
|
|
685
685
|
"type": "function"
|
|
686
686
|
}
|
|
687
687
|
],
|
|
688
|
-
"transactionHash": "
|
|
688
|
+
"transactionHash": "0xc67d2e256a0128fd85501f17dd87664ee3a2fc9fb38b67ca86f42d3107a9e9fa",
|
|
689
689
|
"receipt": {
|
|
690
690
|
"to": null,
|
|
691
691
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
692
|
-
"contractAddress": "
|
|
692
|
+
"contractAddress": "0xFaAf49e11D60dbACa8879FAe03a9b6d4bB0C225A",
|
|
693
693
|
"transactionIndex": 0,
|
|
694
694
|
"gasUsed": "1840784",
|
|
695
695
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
696
|
-
"blockHash": "
|
|
697
|
-
"transactionHash": "
|
|
696
|
+
"blockHash": "0x000000000000002a066daa82bfc089baa1b32236e804beec5caf36b2f7d7ce54",
|
|
697
|
+
"transactionHash": "0xc67d2e256a0128fd85501f17dd87664ee3a2fc9fb38b67ca86f42d3107a9e9fa",
|
|
698
698
|
"logs": [],
|
|
699
|
-
"blockNumber":
|
|
699
|
+
"blockNumber": 42,
|
|
700
700
|
"cumulativeGasUsed": "1840784",
|
|
701
701
|
"status": 1,
|
|
702
702
|
"byzantium": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -133,35 +133,35 @@
|
|
|
133
133
|
"type": "receive"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
|
-
"transactionHash": "
|
|
136
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
137
137
|
"receipt": {
|
|
138
138
|
"to": null,
|
|
139
139
|
"from": "0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC",
|
|
140
|
-
"contractAddress": "
|
|
140
|
+
"contractAddress": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
141
141
|
"transactionIndex": 0,
|
|
142
142
|
"gasUsed": "646277",
|
|
143
143
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
144
|
-
"blockHash": "
|
|
145
|
-
"transactionHash": "
|
|
144
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a",
|
|
145
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
146
146
|
"logs": [
|
|
147
147
|
{
|
|
148
148
|
"transactionIndex": 0,
|
|
149
|
-
"blockNumber":
|
|
150
|
-
"transactionHash": "
|
|
151
|
-
"address": "
|
|
149
|
+
"blockNumber": 44,
|
|
150
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
151
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
152
152
|
"topics": [
|
|
153
153
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
154
|
-
"
|
|
154
|
+
"0x000000000000000000000000faaf49e11d60dbaca8879fae03a9b6d4bb0c225a"
|
|
155
155
|
],
|
|
156
156
|
"data": "0x",
|
|
157
157
|
"logIndex": 0,
|
|
158
|
-
"blockHash": "
|
|
158
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"transactionIndex": 0,
|
|
162
|
-
"blockNumber":
|
|
163
|
-
"transactionHash": "
|
|
164
|
-
"address": "
|
|
162
|
+
"blockNumber": 44,
|
|
163
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
164
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
165
165
|
"topics": [
|
|
166
166
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
167
167
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -169,41 +169,41 @@
|
|
|
169
169
|
],
|
|
170
170
|
"data": "0x",
|
|
171
171
|
"logIndex": 1,
|
|
172
|
-
"blockHash": "
|
|
172
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"transactionIndex": 0,
|
|
176
|
-
"blockNumber":
|
|
177
|
-
"transactionHash": "
|
|
178
|
-
"address": "
|
|
176
|
+
"blockNumber": 44,
|
|
177
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
178
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
179
179
|
"topics": [
|
|
180
180
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
181
181
|
],
|
|
182
182
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
183
183
|
"logIndex": 2,
|
|
184
|
-
"blockHash": "
|
|
184
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"transactionIndex": 0,
|
|
188
|
-
"blockNumber":
|
|
189
|
-
"transactionHash": "
|
|
190
|
-
"address": "
|
|
188
|
+
"blockNumber": 44,
|
|
189
|
+
"transactionHash": "0x68ab0424e3230868bbb0bd0d8748a3ea23c4466a5910f651ccba7f8eeb5b92f1",
|
|
190
|
+
"address": "0x7025041A53aBa8c8F97019a90DAb67cA828c72c0",
|
|
191
191
|
"topics": [
|
|
192
192
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
193
193
|
],
|
|
194
|
-
"data": "
|
|
194
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000023cbe21a99d750e1c38a832d43316d8d6841e3e2",
|
|
195
195
|
"logIndex": 3,
|
|
196
|
-
"blockHash": "
|
|
196
|
+
"blockHash": "0x000000000000002ced2dca2c749315900d4e7720e0ceb1386d167a306749b75a"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"blockNumber":
|
|
199
|
+
"blockNumber": 44,
|
|
200
200
|
"cumulativeGasUsed": "646277",
|
|
201
201
|
"status": 1,
|
|
202
202
|
"byzantium": true
|
|
203
203
|
},
|
|
204
204
|
"args": [
|
|
205
|
-
"
|
|
206
|
-
"
|
|
205
|
+
"0xFaAf49e11D60dbACa8879FAe03a9b6d4bB0C225A",
|
|
206
|
+
"0x23cbe21A99d750e1C38A832D43316D8D6841E3e2",
|
|
207
207
|
"0xc4d66de8000000000000000000000000b9cb228d7498d6f02b0f88f7b16d2cf836d2aea9"
|
|
208
208
|
],
|
|
209
209
|
"numDeployments": 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-sdk-v2",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.13",
|
|
4
4
|
"license": "LZBL-1.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
"populate": "$npm_execpath ts-node scripts/populate.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@layerzerolabs/evm-sdks-core": "^2.3.
|
|
40
|
+
"@layerzerolabs/evm-sdks-core": "^2.3.13",
|
|
41
41
|
"ethers": "^5.7.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@ethersproject/abi": "^5.7.0",
|
|
45
45
|
"@ethersproject/providers": "^5.7.0",
|
|
46
|
-
"@layerzerolabs/evm-sdks-build": "^2.3.
|
|
47
|
-
"@layerzerolabs/lz-definitions": "^2.3.
|
|
48
|
-
"@layerzerolabs/lz-evm-messagelib-v2": "^2.3.
|
|
49
|
-
"@layerzerolabs/lz-evm-oapp-v2": "^2.3.
|
|
50
|
-
"@layerzerolabs/lz-evm-protocol-v2": "^2.3.
|
|
46
|
+
"@layerzerolabs/evm-sdks-build": "^2.3.13",
|
|
47
|
+
"@layerzerolabs/lz-definitions": "^2.3.13",
|
|
48
|
+
"@layerzerolabs/lz-evm-messagelib-v2": "^2.3.13",
|
|
49
|
+
"@layerzerolabs/lz-evm-oapp-v2": "^2.3.13",
|
|
50
|
+
"@layerzerolabs/lz-evm-protocol-v2": "^2.3.13",
|
|
51
51
|
"@layerzerolabs/monorepo-utilities": "^0.0.0",
|
|
52
|
-
"@layerzerolabs/tsup-config-next": "^2.3.
|
|
53
|
-
"@layerzerolabs/typescript-config-next": "^2.3.
|
|
52
|
+
"@layerzerolabs/tsup-config-next": "^2.3.13",
|
|
53
|
+
"@layerzerolabs/typescript-config-next": "^2.3.13",
|
|
54
54
|
"@typechain/ethers-v5": "^10.2.1",
|
|
55
55
|
"@types/glob": "^8.1.0",
|
|
56
56
|
"@types/node": "^20.10.5",
|