@layerzerolabs/lz-evm-sdk-v2 3.0.111 → 3.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/deployments/bsc-sandbox-local/DVN.json +1 -1
- package/deployments/bsc-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/DVNFeeLib.json +1 -1
- package/deployments/bsc-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/Executor.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/bsc-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/MultiCall.json +1 -1
- package/deployments/bsc-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReadLib1002View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/bsc-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln301.json +1 -1
- package/deployments/bsc-sandbox-local/SendUln302.json +1 -1
- package/deployments/bsc-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/bsc-sandbox-local/Treasury.json +1 -1
- package/deployments/bsc-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/camp-mainnet/DVN.json +1504 -0
- package/deployments/camp-mainnet/DVNFeeLib.json +690 -0
- package/deployments/camp-mainnet/DeadDVN.json +159 -0
- package/deployments/camp-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/camp-mainnet/EndpointV2.json +2356 -0
- package/deployments/camp-mainnet/EndpointV2View.json +335 -0
- package/deployments/camp-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/camp-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/camp-mainnet/Executor.json +1476 -0
- package/deployments/camp-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/camp-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/camp-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/camp-mainnet/Executor_Proxy.json +137 -0
- package/deployments/camp-mainnet/LzExecutor.json +641 -0
- package/deployments/camp-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/camp-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/camp-mainnet/MultiCall.json +115 -0
- package/deployments/camp-mainnet/PriceFeed.json +820 -0
- package/deployments/camp-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/camp-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/camp-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/camp-mainnet/ReceiveUln301.json +995 -0
- package/deployments/camp-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/camp-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/camp-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/camp-mainnet/ReceiveUln302.json +752 -0
- package/deployments/camp-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/camp-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/camp-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/camp-mainnet/SendUln301.json +1273 -0
- package/deployments/camp-mainnet/SendUln302.json +1254 -0
- package/deployments/camp-mainnet/Treasury.json +304 -0
- package/deployments/camp-mainnet/TreasuryFeeHandler.json +89 -0
- package/deployments/converge-mainnet/DVN.json +1504 -0
- package/deployments/converge-mainnet/DVNFeeLib.json +690 -0
- package/deployments/converge-mainnet/DeadDVN.json +159 -0
- package/deployments/converge-mainnet/DefaultProxyAdmin.json +166 -0
- package/deployments/converge-mainnet/EndpointV2.json +2356 -0
- package/deployments/converge-mainnet/EndpointV2View.json +335 -0
- package/deployments/converge-mainnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/converge-mainnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/converge-mainnet/Executor.json +1476 -0
- package/deployments/converge-mainnet/ExecutorFeeLib.json +541 -0
- package/deployments/converge-mainnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/converge-mainnet/Executor_Implementation.json +1345 -0
- package/deployments/converge-mainnet/Executor_Proxy.json +137 -0
- package/deployments/converge-mainnet/LzExecutor.json +641 -0
- package/deployments/converge-mainnet/LzExecutor_Implementation.json +510 -0
- package/deployments/converge-mainnet/LzExecutor_Proxy.json +137 -0
- package/deployments/converge-mainnet/MultiCall.json +115 -0
- package/deployments/converge-mainnet/PriceFeed.json +820 -0
- package/deployments/converge-mainnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/converge-mainnet/PriceFeed_Implementation.json +689 -0
- package/deployments/converge-mainnet/PriceFeed_Proxy.json +137 -0
- package/deployments/converge-mainnet/ReceiveUln301.json +995 -0
- package/deployments/converge-mainnet/ReceiveUln301View.json +252 -0
- package/deployments/converge-mainnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/converge-mainnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/converge-mainnet/ReceiveUln302.json +752 -0
- package/deployments/converge-mainnet/ReceiveUln302View.json +377 -0
- package/deployments/converge-mainnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/converge-mainnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/converge-mainnet/SendUln301.json +1273 -0
- package/deployments/converge-mainnet/SendUln302.json +1254 -0
- package/deployments/converge-mainnet/Treasury.json +304 -0
- package/deployments/converge-mainnet/TreasuryFeeHandler.json +89 -0
- package/deployments/injective1439-testnet/DVN.json +1504 -0
- package/deployments/injective1439-testnet/DVNFeeLib.json +690 -0
- package/deployments/injective1439-testnet/DeadDVN.json +159 -0
- package/deployments/injective1439-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/injective1439-testnet/EndpointV2.json +2356 -0
- package/deployments/injective1439-testnet/EndpointV2View.json +335 -0
- package/deployments/injective1439-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/injective1439-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/Executor.json +1476 -0
- package/deployments/injective1439-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/injective1439-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/injective1439-testnet/Executor_Implementation.json +1345 -0
- package/deployments/injective1439-testnet/Executor_Proxy.json +137 -0
- package/deployments/injective1439-testnet/LzExecutor.json +641 -0
- package/deployments/injective1439-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/injective1439-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/injective1439-testnet/MultiCall.json +115 -0
- package/deployments/injective1439-testnet/PriceFeed.json +820 -0
- package/deployments/injective1439-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/injective1439-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/injective1439-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/injective1439-testnet/ReceiveUln301.json +995 -0
- package/deployments/injective1439-testnet/ReceiveUln301View.json +252 -0
- package/deployments/injective1439-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/injective1439-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/ReceiveUln302.json +752 -0
- package/deployments/injective1439-testnet/ReceiveUln302View.json +377 -0
- package/deployments/injective1439-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/injective1439-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/injective1439-testnet/SendUln301.json +1273 -0
- package/deployments/injective1439-testnet/SendUln302.json +1254 -0
- package/deployments/injective1439-testnet/Treasury.json +304 -0
- package/deployments/injective1439-testnet/TreasuryFeeHandler.json +89 -0
- package/deployments/plasma-testnet/DVN.json +1504 -0
- package/deployments/plasma-testnet/DVNFeeLib.json +690 -0
- package/deployments/plasma-testnet/DeadDVN.json +159 -0
- package/deployments/plasma-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/plasma-testnet/EndpointV2.json +2356 -0
- package/deployments/plasma-testnet/EndpointV2View.json +335 -0
- package/deployments/plasma-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/plasma-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/plasma-testnet/Executor.json +1476 -0
- package/deployments/plasma-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/plasma-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/plasma-testnet/Executor_Implementation.json +1345 -0
- package/deployments/plasma-testnet/Executor_Proxy.json +137 -0
- package/deployments/plasma-testnet/LzExecutor.json +641 -0
- package/deployments/plasma-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/plasma-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/plasma-testnet/MultiCall.json +115 -0
- package/deployments/plasma-testnet/PriceFeed.json +820 -0
- package/deployments/plasma-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/plasma-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/plasma-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/plasma-testnet/ReceiveUln301.json +995 -0
- package/deployments/plasma-testnet/ReceiveUln301View.json +252 -0
- package/deployments/plasma-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/plasma-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/plasma-testnet/ReceiveUln302.json +752 -0
- package/deployments/plasma-testnet/ReceiveUln302View.json +377 -0
- package/deployments/plasma-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/plasma-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/plasma-testnet/SendUln301.json +1273 -0
- package/deployments/plasma-testnet/SendUln302.json +1254 -0
- package/deployments/plasma-testnet/Treasury.json +304 -0
- package/deployments/plasma-testnet/TreasuryFeeHandler.json +89 -0
- package/deployments/polygon-sandbox-local/DVN.json +1 -1
- package/deployments/polygon-sandbox-local/DVNDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +1 -1
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/Executor.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorDecompressor.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +1 -1
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/MultiCall.json +1 -1
- package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002ViewProxyAdmin.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReadLib1002View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +1 -1
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln301.json +1 -1
- package/deployments/polygon-sandbox-local/SendUln302.json +1 -1
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +1 -1
- package/deployments/polygon-sandbox-local/Treasury.json +1 -1
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
- package/deployments/tron-sandbox-local/DVN.json +2 -2
- package/deployments/tron-sandbox-local/DVNDecompressor.json +2 -2
- package/deployments/tron-sandbox-local/DVNFeeLib.json +2 -2
- package/deployments/tron-sandbox-local/DefaultProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/EndpointV2View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/Executor.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorDecompressor.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorFeeLib.json +2 -2
- package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/Executor_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/Executor_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/LzExecutor_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/MultiCall.json +2 -2
- package/deployments/tron-sandbox-local/NonceContractMock.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/PriceFeed_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002ViewProxyAdmin.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReadLib1002View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln301View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View_Implementation.json +2 -2
- package/deployments/tron-sandbox-local/ReceiveUln302View_Proxy.json +2 -2
- package/deployments/tron-sandbox-local/SendUln301.json +2 -2
- package/deployments/tron-sandbox-local/SendUln302.json +2 -2
- package/deployments/tron-sandbox-local/SimpleMessageLib.json +2 -2
- package/deployments/tron-sandbox-local/Treasury.json +2 -2
- package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +2 -2
- package/package.json +9 -9
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x6cffa31dd31cF649fb24AC7cEfE87579324bD89c",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2d6ae083cc1bdef2a74660bc7ce90374522a2d163a44f66e26338a953ec90cca",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x99421b2721506658d1e7c7ce6029eac55663324d8a9d95a6d25f10c2ca0d4404",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x64830c04f7ea023e6d29856c393ede717e222356c089b60248daecdb543d5bf7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc2f31ecd2d4e29f996f27d6020e7efa7263edb02ffbfaa55c693a8bb30205bad",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x4F41b941940005aE25D5ecB0F01BaDbc7065E2dD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x264e0cf611ba9677ffeffaf4749bf998673659225bc49fd10e82f52fddce524e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc2f31ecd2d4e29f996f27d6020e7efa7263edb02ffbfaa55c693a8bb30205bad",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x651d9107912a8e76cb944b6a06e4b39542b4e6b053a1335ec1f63ed26624977d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x8695b0f66213eafe19e494693ca00a81c7a61309c8af037319e7466d939debfe",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x284a7c5fe46eae018c2752ee0d72405789c6c885b25f5310e02424e33b30167d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x90118d110B07ABB82Ba8980D1c5cC96EeA810d2C",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x8f6948058cfa7e6a13781482396925238d03ce7461a0d52117a881dd7236cd5a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xcA03Dc4665A8C3603cb4Fd5Ce71Af9649dC00d44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x1c48d7f153bfd1103d062467518f9d9f3e9d75f9428bb441825dd4348e1c7877",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x241B4deebaD70A5B6FA94F0D6F491c53fF22a906",
|
|
3
|
+
"transactionHash": "0xd301e81f85579c48e126d4b33dca6eef9c87d03b1b66f97dc5318a85810a19b5",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x5AFd3Ea494198A7b7083A3BFc533580bfAF44bD5",
|
|
3
|
+
"transactionHash": "0x9fd74fd5d0051d364f865bc658aca2c114d56ee3163bb39c1cea4242fbce6600",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xde380899cECD8A8CA5E42b4d453dF07a3579F68A",
|
|
3
|
+
"transactionHash": "0x9b2ffe1b2afd0912d9e192e17d46dd9bc782c4e233ca9e73376678431a8c3a5f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x83aA2d60d0464e952075e61330Fd8B2EBA08e78c",
|
|
3
|
+
"transactionHash": "0xc38e458fdb99faf8731c0485e1182753b452b62b428335e3e9d7fbef5386210e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x931F3275257F28ceF0CF530B63D32Fb44aC1fA6A",
|
|
3
|
+
"transactionHash": "0x94f904a00b1ae354f6c0b879b6618bd86e97c8aabd750f72963ff3e07976d33f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xea7D9aDF9B5dF0f6dB8EEd67252Fc43c3B526E48",
|
|
3
|
+
"transactionHash": "0x3656f208c5e3bf178a001181f4806ac33fda3c7d2f37839d0912f49b248b78c8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x74F3a47114b51E2f43bea0323C8F30cf3C053E7E",
|
|
3
|
+
"transactionHash": "0x7c7be51076784f8161919997da4234504a4f0c8ddb4a9e2e6a3322ab35cabfcc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xea7D9aDF9B5dF0f6dB8EEd67252Fc43c3B526E48",
|
|
3
|
+
"transactionHash": "0x3656f208c5e3bf178a001181f4806ac33fda3c7d2f37839d0912f49b248b78c8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x3407B8ebD8Bb55A53F280129311Bd7e5C2d3e267",
|
|
3
|
+
"transactionHash": "0x9c146d9cfe985667665f7f481d245dd050705a4e475757ed8d099f4a950deadc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xe93C42007233E372c7bAcD34F8a9Ee615cd918D9",
|
|
3
|
+
"transactionHash": "0x4e05cd4a1cff6058a0841a7876705d5c273b4f38b5af2c2e9c78a36792b9af90",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xb8c93F3EA748Cbb77fea1572B70702DDCC71cce1",
|
|
3
|
+
"transactionHash": "0x097f475e2d4bd67657280f50dcb8e6718c7323fccd2fa0e42a8dd126a385289d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x18b8c2b5A82b4121A22292582D3dBB86744AD003",
|
|
3
|
+
"transactionHash": "0x367f78c3aa39f861379b2d71c30f58da9e1faf8721245fcbb30d470b21f93d3e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xc6685DB5D618F2B3deb7e85670444D575d9b83dd",
|
|
3
|
+
"transactionHash": "0x3393be60e1199217877a033f04f5c7eb53f8c5bb6d746d028455d25f5181d7d1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x3407B8ebD8Bb55A53F280129311Bd7e5C2d3e267",
|
|
3
|
+
"transactionHash": "0x9c146d9cfe985667665f7f481d245dd050705a4e475757ed8d099f4a950deadc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x2EDCCF172156a4263c6F60AC5B615a08A2aFE029",
|
|
3
|
+
"transactionHash": "0x53f6c8aaae7455b119c301574199f669087bcff3c549adcf4fbd33f3fea3b9f4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xb2459d6Bb3fEd9026a1EAac9224d96721d2958fD",
|
|
3
|
+
"transactionHash": "0x16e84b54cd2f277ddedec184d9edb66aea13c3174222cf0bb1a23faa5f986d39",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x2EDCCF172156a4263c6F60AC5B615a08A2aFE029",
|
|
3
|
+
"transactionHash": "0x53f6c8aaae7455b119c301574199f669087bcff3c549adcf4fbd33f3fea3b9f4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x37A7C0b386597742ebD777ADD1839c896750F374",
|
|
3
|
+
"transactionHash": "0xd1858f1dc3cdd88534dc2d61477557195acdce14db0f9542af23ad84eb7e6e63",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xaBA33137A41a2040bff5A1C3Dd04D3927e4C2B9F",
|
|
3
|
+
"transactionHash": "0xf2a6b57df41663b2cc93e0da9917afd648bd4ec7b4295b746447de3dd1829784",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xC2D51A59F5CfeFF94897628E12C9F657CEB68dda",
|
|
3
|
+
"transactionHash": "0x7ab641be62981bfb39a14dba7fc9869a26797b9bf49a6340799ba47d9efb4f04",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xdD7658a5ab3bD0Ef66c3782A079Ad92333F9CD59",
|
|
3
|
+
"transactionHash": "0xa1e95b3b7ceadd59bc4925bf124231acb27544112604265fa8f99e415c26e28d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xe2A76eb783ebD46653E0855ff607D6B13EC86A86",
|
|
3
|
+
"transactionHash": "0x692886758a353133155d977d218edf291fd4fb314d7cc8b53c6f04d54d72dc9a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xC2D51A59F5CfeFF94897628E12C9F657CEB68dda",
|
|
3
|
+
"transactionHash": "0x7ab641be62981bfb39a14dba7fc9869a26797b9bf49a6340799ba47d9efb4f04",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x6ff9f1D11D6d7eB37b2C4a893a8C9E977cB94E88",
|
|
3
|
+
"transactionHash": "0x4775483bfd5ccc6772ca7d5e683829a196fb2b6529a38b806b486f4167077470",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x6804E93e0ADD7B7ED6B30Ffd9132aDbECcC5577E",
|
|
3
|
+
"transactionHash": "0x2de32f892c85fe950cdd9e4beca25fe6294d3fefe7c49cf0adb8ae6d0b1ce822",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xbCBF9695C071814F2bF6A1dA15914E820a88252B",
|
|
3
|
+
"transactionHash": "0x25ee904d3cd3b6c5475fb0b00093e8ab267a21c7df8b771ba0e6fe8491afc61a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x1ea146AC833A6953E394e1556aE3E351D65BD401",
|
|
3
|
+
"transactionHash": "0xb58b6681a5ce9132ef0e5f7c2f194b1fdf569cb7c6dcb957945c91f330c56cfc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x6804E93e0ADD7B7ED6B30Ffd9132aDbECcC5577E",
|
|
3
|
+
"transactionHash": "0x2de32f892c85fe950cdd9e4beca25fe6294d3fefe7c49cf0adb8ae6d0b1ce822",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x5F5c1B8747c32db5534656FF40Eab8C2969323BC",
|
|
3
|
+
"transactionHash": "0x82059a4f9f025aa59a2169a710196d41d58baeb7c5a90cbe7a834d2f7644e77c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xeD3BAB55B3ED4F38B68E781251C6ff3B6E1bb08c",
|
|
3
|
+
"transactionHash": "0x4d3be65b4389c843f5ab9e365f5b419e7be406226f644fb5c7dfb52343b3fb6b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x60824b74237A39e808C68c4604ea70e2fa1953F1",
|
|
3
|
+
"transactionHash": "0xc04d41be58533a585497421d188964ffd91413d288e774f434662ddf9877a26f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xeD3BAB55B3ED4F38B68E781251C6ff3B6E1bb08c",
|
|
3
|
+
"transactionHash": "0x4d3be65b4389c843f5ab9e365f5b419e7be406226f644fb5c7dfb52343b3fb6b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x0FF8794d74bD3A8418cFACb4552269DBfE2Df967",
|
|
3
|
+
"transactionHash": "0x437dc77958a93febd20e501da820fa9371f50467e199afc7842cf3084c727bfc",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa3814E9E44A13870F275C7545B5C2578552F4b4D",
|
|
3
|
+
"transactionHash": "0x4bb0b061cef9c44ca9d2e79ec541cb8610ef39866cefea948509c6542f4d41ad",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xCabb7EbBCBA08ec6e7E20eFfA39C898E2d9F6144",
|
|
3
|
+
"transactionHash": "0xb41f238e7454dcdb9cff1e17ade79d08468fa77ce2060cf5c33d1c3ba52d6f06",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa3814E9E44A13870F275C7545B5C2578552F4b4D",
|
|
3
|
+
"transactionHash": "0x4bb0b061cef9c44ca9d2e79ec541cb8610ef39866cefea948509c6542f4d41ad",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xF16e44E4e9339Da2CdbD4370d68B13630d3d6f0D",
|
|
3
|
+
"transactionHash": "0x797f88b33fd6cf96e62bfda4399925b03498abd8f9ef88490be6f531b646899d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x3e40b12C335Eb6578B6A9CFcBe74483a46B2E180",
|
|
3
|
+
"transactionHash": "0x3c016c36dd0e9cb652f858cb0992f8a9f8b5b5c06b780b7e40a10b010a26493a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xc4D1e0da92AFE9530D95EdF35C6c8020D204073e",
|
|
3
|
+
"transactionHash": "0x244a8db7b8b3adfa8e45fa943ef6c8a56cfe8729fa9c0cc800e22f377d0dac93",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x423E790bD91F64fd63cdcaC1AE82040F61459F4D",
|
|
3
|
+
"transactionHash": "0x9a2c15b57035567026698e5b21dac0b218686ea792bc1b79e5a5f5cd53a520cf",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xB6f24370D286AD93f74f093b9675bFAf645f9137",
|
|
3
|
+
"transactionHash": "0x891db2b3e47fa159b28908f40065755703232d66547b121424abf18894ac9134",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-sdk-v2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.112",
|
|
4
4
|
"license": "LZBL-1.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"populate": "$npm_execpath ts-node scripts/populate.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@layerzerolabs/evm-sdks-core": "^3.0.
|
|
42
|
+
"@layerzerolabs/evm-sdks-core": "^3.0.112",
|
|
43
43
|
"ethers": "^5.8.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@ethersproject/abi": "^5.8.0",
|
|
47
47
|
"@ethersproject/providers": "^5.8.0",
|
|
48
|
-
"@layerzerolabs/evm-sdks-build": "^3.0.
|
|
49
|
-
"@layerzerolabs/lz-definitions": "^3.0.
|
|
50
|
-
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.
|
|
51
|
-
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.
|
|
52
|
-
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.
|
|
48
|
+
"@layerzerolabs/evm-sdks-build": "^3.0.112",
|
|
49
|
+
"@layerzerolabs/lz-definitions": "^3.0.112",
|
|
50
|
+
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.112",
|
|
51
|
+
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.112",
|
|
52
|
+
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.112",
|
|
53
53
|
"@layerzerolabs/monorepo-utilities": "^0.0.0",
|
|
54
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
55
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
54
|
+
"@layerzerolabs/tsup-config-next": "^3.0.112",
|
|
55
|
+
"@layerzerolabs/typescript-config-next": "^3.0.112",
|
|
56
56
|
"@openzeppelin/contracts": "^4.8.1",
|
|
57
57
|
"@typechain/ethers-v5": "^10.2.1",
|
|
58
58
|
"@types/node": "^20.10.5",
|