@layerzerolabs/lz-evm-sdk-v2 3.0.148 → 3.0.149
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 +10 -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/horizen-testnet/DVN.json +1504 -0
- package/deployments/horizen-testnet/DVNFeeLib.json +690 -0
- package/deployments/horizen-testnet/DeadDVN.json +159 -0
- package/deployments/horizen-testnet/DefaultProxyAdmin.json +166 -0
- package/deployments/horizen-testnet/EndpointV2.json +2356 -0
- package/deployments/horizen-testnet/EndpointV2View.json +335 -0
- package/deployments/horizen-testnet/EndpointV2View_Implementation.json +204 -0
- package/deployments/horizen-testnet/EndpointV2View_Proxy.json +137 -0
- package/deployments/horizen-testnet/Executor.json +1476 -0
- package/deployments/horizen-testnet/ExecutorFeeLib.json +541 -0
- package/deployments/horizen-testnet/ExecutorProxyAdmin.json +176 -0
- package/deployments/horizen-testnet/Executor_Implementation.json +1345 -0
- package/deployments/horizen-testnet/Executor_Proxy.json +137 -0
- package/deployments/horizen-testnet/LzExecutor.json +641 -0
- package/deployments/horizen-testnet/LzExecutor_Implementation.json +510 -0
- package/deployments/horizen-testnet/LzExecutor_Proxy.json +137 -0
- package/deployments/horizen-testnet/MultiCall.json +115 -0
- package/deployments/horizen-testnet/PriceFeed.json +820 -0
- package/deployments/horizen-testnet/PriceFeedProxyAdmin.json +176 -0
- package/deployments/horizen-testnet/PriceFeed_Implementation.json +689 -0
- package/deployments/horizen-testnet/PriceFeed_Proxy.json +137 -0
- package/deployments/horizen-testnet/ReceiveUln301.json +995 -0
- package/deployments/horizen-testnet/ReceiveUln301View.json +252 -0
- package/deployments/horizen-testnet/ReceiveUln301View_Implementation.json +121 -0
- package/deployments/horizen-testnet/ReceiveUln301View_Proxy.json +137 -0
- package/deployments/horizen-testnet/ReceiveUln302.json +752 -0
- package/deployments/horizen-testnet/ReceiveUln302View.json +377 -0
- package/deployments/horizen-testnet/ReceiveUln302View_Implementation.json +246 -0
- package/deployments/horizen-testnet/ReceiveUln302View_Proxy.json +137 -0
- package/deployments/horizen-testnet/SendUln301.json +1273 -0
- package/deployments/horizen-testnet/SendUln302.json +1254 -0
- package/deployments/horizen-testnet/Treasury.json +304 -0
- package/deployments/horizen-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/sagaevm-testnet/DVN.json +2 -2
- package/deployments/sagaevm-testnet/DVNFeeLib.json +2 -2
- package/deployments/sagaevm-testnet/DeadDVN.json +2 -2
- package/deployments/sagaevm-testnet/DefaultProxyAdmin.json +2 -2
- package/deployments/sagaevm-testnet/EndpointV2.json +17 -2
- package/deployments/sagaevm-testnet/EndpointV2View.json +2 -2
- package/deployments/sagaevm-testnet/EndpointV2View_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/EndpointV2View_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/Executor.json +2 -2
- package/deployments/sagaevm-testnet/ExecutorFeeLib.json +2 -2
- package/deployments/sagaevm-testnet/ExecutorProxyAdmin.json +2 -2
- package/deployments/sagaevm-testnet/Executor_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/Executor_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/LzExecutor.json +2 -2
- package/deployments/sagaevm-testnet/LzExecutor_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/LzExecutor_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/MultiCall.json +2 -2
- package/deployments/sagaevm-testnet/PriceFeed.json +2 -2
- package/deployments/sagaevm-testnet/PriceFeedProxyAdmin.json +2 -2
- package/deployments/sagaevm-testnet/PriceFeed_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/PriceFeed_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln301.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln301View.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln301View_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln301View_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln302.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln302View.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln302View_Implementation.json +2 -2
- package/deployments/sagaevm-testnet/ReceiveUln302View_Proxy.json +2 -2
- package/deployments/sagaevm-testnet/SendUln301.json +2 -2
- package/deployments/sagaevm-testnet/SendUln302.json +2 -2
- package/deployments/sagaevm-testnet/Treasury.json +2 -2
- package/deployments/sagaevm-testnet/TreasuryFeeHandler.json +2 -2
- 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": "0xe92474ba15ebdd2eb0b099651676d377a6bf8b691f476f33fa685e979a1531a2",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0124189Fc71496f8660dB5189F296055ED757632",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xeb156a313f91d87b275d86ff424b018f24040475c49f52704150e75fc83097db",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x5C7c905B505f0Cf40Ab6600d05e677F717916F6B",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xb6900c17f27d89c2ea2e27e0b9d312f284ecf74ccfd2e964dbb714281a5521d5",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xba92e8a7ab52c365240ed29b887fa04be0d2c2af7f0c4a8a57c132d7ba52a82e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x4F41b941940005aE25D5ecB0F01BaDbc7065E2dD",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x0876af14d27dd7d8da9fc8d3aa715d69a856aba8112b3464b7cf21d3ab1fd0b1",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x544eAe853EA3774A8857573C6423E6Db95b79258",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xba92e8a7ab52c365240ed29b887fa04be0d2c2af7f0c4a8a57c132d7ba52a82e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x73eccD6288e117cAcA738BDAD4FEC51312166C1A",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x39dcac0338699990fb62b49cdfce8b01ff2a7a733bf2637c74ef11567920cd54",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xe6b98F104c1BEf218F3893ADab4160Dc73Eb8367",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xc0ba48f6496574fbb21673df2df78c5853476dcdc52309f412b9106cc1fc5ec7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x0f5D1ef48f12b6f691401bfe88c2037c690a6afe",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x2324b170f56ba6c813f5a79f22ab8b5e95734bb5268b235b803bccc74fdfe9f3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0x90118d110B07ABB82Ba8980D1c5cC96EeA810d2C",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0x6011e3d0331b590e30dcbe0bd892564f57672658253d910bff043181f1cfdec6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"address": "0xcA03Dc4665A8C3603cb4Fd5Ce71Af9649dC00d44",
|
|
3
|
-
"transactionHash": "
|
|
3
|
+
"transactionHash": "0xa17b56389368ff1107ac68e0c93635a8659586c60e78489453b204c1c0698f68",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x4Cb3E5dFa5568e3508d4f15726092856E5E79a49",
|
|
3
|
+
"transactionHash": "0xcbe86a681e68325220deaca25791f866e0b2aebec4aa374c05eb0d251f971d92",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x737af4B47dF8d5cF419c7aF933B79f3De80543c1",
|
|
3
|
+
"transactionHash": "0x9af5c5534180c33b07fe2b284d862405a39c078311e351eb05e222a4d5a147f6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9BfA498bAAD476427d86FD79579484534F80b092",
|
|
3
|
+
"transactionHash": "0xa067c1020f724b2b5f776b54d22121bdab1fc3b86ebda1a1004d2205a126c5ba",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x6f7443320Ec82B24a9DbBc347eB2ecF1498E6b8F",
|
|
3
|
+
"transactionHash": "0xd9229ca9227d636227c4740a07f116080a4707474d4a54066ede0e0933505dbf",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x619Eb6de16b479Ec0bE4c81d5ca9402dd4746681",
|
|
3
|
+
"transactionHash": "0x5f290b231dd89af3500b3e275921646ec2ac19bf2227a37ccd9594d85b48e2ee",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"internalType": "address",
|
|
14
14
|
"name": "_owner",
|
|
15
15
|
"type": "address"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"internalType": "address",
|
|
19
|
+
"name": "_altToken",
|
|
20
|
+
"type": "address"
|
|
16
21
|
}
|
|
17
22
|
],
|
|
18
23
|
"stateMutability": "nonpayable",
|
|
@@ -80,6 +85,11 @@
|
|
|
80
85
|
"name": "LZ_InsufficientFee",
|
|
81
86
|
"type": "error"
|
|
82
87
|
},
|
|
88
|
+
{
|
|
89
|
+
"inputs": [],
|
|
90
|
+
"name": "LZ_InvalidArgument",
|
|
91
|
+
"type": "error"
|
|
92
|
+
},
|
|
83
93
|
{
|
|
84
94
|
"inputs": [],
|
|
85
95
|
"name": "LZ_InvalidExpiry",
|
|
@@ -111,6 +121,11 @@
|
|
|
111
121
|
"name": "LZ_LzTokenUnavailable",
|
|
112
122
|
"type": "error"
|
|
113
123
|
},
|
|
124
|
+
{
|
|
125
|
+
"inputs": [],
|
|
126
|
+
"name": "LZ_OnlyAltToken",
|
|
127
|
+
"type": "error"
|
|
128
|
+
},
|
|
114
129
|
{
|
|
115
130
|
"inputs": [],
|
|
116
131
|
"name": "LZ_OnlyNonDefaultLib",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x4a7BE0Cd029af7980e5a23e166Caabbeb4c9ef75",
|
|
3
|
+
"transactionHash": "0xd32502ca7c91baf6ce95a1270d70033022eb57dc529d865869b8ce7e0c110f30",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xCEd04bDbe89441458398c7f9d228Ca9C62b8A8BA",
|
|
3
|
+
"transactionHash": "0x7a88796c0bcbbda1f5d8fdb4386141ac4a63967c4b58a5dd721fdd0cb8b9561a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x4a7BE0Cd029af7980e5a23e166Caabbeb4c9ef75",
|
|
3
|
+
"transactionHash": "0xd32502ca7c91baf6ce95a1270d70033022eb57dc529d865869b8ce7e0c110f30",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xDaF24Ddd2a52f0ed3c1528B11B7A69F8fcf72B79",
|
|
3
|
+
"transactionHash": "0xe0cc8d891d3135a08b6088f1ee5694225c29c3bc4522931f91c98d86c2df4590",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x58e333F40C3d3a42fa1238D167611056a71E0434",
|
|
3
|
+
"transactionHash": "0xc8bb07be08ac769170952729c1094fd404f5f430a9f8d4edc4d1a1c18de86bc4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x0ac2924460A5b285fd205DeDB46738Ad46971061",
|
|
3
|
+
"transactionHash": "0xa62c64d893cec4c988c567986ff6e4c825537a1c07b020735faa168b6bd6ff11",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x98098B5b92bB443FE3b1065dFa666C9D0C59F323",
|
|
3
|
+
"transactionHash": "0xaf709956ea31828a66793e07399a7525a81edd7996f3975910536f4a365876e6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xDaF24Ddd2a52f0ed3c1528B11B7A69F8fcf72B79",
|
|
3
|
+
"transactionHash": "0xe0cc8d891d3135a08b6088f1ee5694225c29c3bc4522931f91c98d86c2df4590",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x63E7f4aEAbC92bE04Ba12A02F2E893FC47Bc7CAc",
|
|
3
|
+
"transactionHash": "0x7b65872bbfc1ac79d252a6655370095a7b95bba52b0be53405a6f348b978cc1a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8538372B69EE59083E03661bB06b28CE51237845",
|
|
3
|
+
"transactionHash": "0x395654bc67e420eb3a35d47d494d2e18175a42a0471642562cb56c6aa3e1f9a4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x63E7f4aEAbC92bE04Ba12A02F2E893FC47Bc7CAc",
|
|
3
|
+
"transactionHash": "0x7b65872bbfc1ac79d252a6655370095a7b95bba52b0be53405a6f348b978cc1a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x0aea570Ca89C43B1266938e77f52a8102eC29a18",
|
|
3
|
+
"transactionHash": "0x46ac1239bf1491ee3b9c6cd769f753d054a816a8e1871520eab299dafd9ef748",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xb63c87D146cbE60B3C0419003Ebd24F21374c8Ae",
|
|
3
|
+
"transactionHash": "0xd5c00e176235d97d1688f13e97b55bc2d4f18805b69e0622b260eb5693a27032",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x7b642c3b3815104Ee6cF381dFDd5aB8Bc4B0C53f",
|
|
3
|
+
"transactionHash": "0x0ae9d43238129f1e87bcc5f150a518e82f769286556639d34d1f79974183dd34",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x21b6F370103257de0E0AaFc7081f8805532Af64D",
|
|
3
|
+
"transactionHash": "0x14cb399185bad9c4844b30b12aed4767c4782634a89801de2abbe2b9df534ed8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xb63c87D146cbE60B3C0419003Ebd24F21374c8Ae",
|
|
3
|
+
"transactionHash": "0xd5c00e176235d97d1688f13e97b55bc2d4f18805b69e0622b260eb5693a27032",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x0406793028088E3944cC828953a7BFF2a60e5D84",
|
|
3
|
+
"transactionHash": "0x8de57776ebfbbd0f734defe3f1514667f5a179b348020e3dbb880ae71e80708c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9424763EB5ab44be20B7F5D96072415C2CD5De14",
|
|
3
|
+
"transactionHash": "0xcc9db2e3087f9ffdcaa0a3ebd01f5b15f6b5d36b736310c2f64492ad4a222179",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xE665f5dFD91DFe883D36Cc8552D4Cc385aC23687",
|
|
3
|
+
"transactionHash": "0x2db35f5e9c6335e57d145b0c86ea4a91de95a4cd3ecb9ae3b9952d78bbbc641f",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9424763EB5ab44be20B7F5D96072415C2CD5De14",
|
|
3
|
+
"transactionHash": "0xcc9db2e3087f9ffdcaa0a3ebd01f5b15f6b5d36b736310c2f64492ad4a222179",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9Fc33fBBDEA0e188baA1770aF6Ca2bC38bDA65d6",
|
|
3
|
+
"transactionHash": "0x8ab9a5cc2673739a6238eb1043df2de4483d585ccadd326ea5530dd1a5728189",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xD7D4A5095272f7963A5c8287b416f2fCFB436eeC",
|
|
3
|
+
"transactionHash": "0xacfbf5da7363db45fde87ac95a8184d355615bbd00f91cf26f9681ced2f515e8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x236B9303d513dDF3f4c4E93A640fB80A178872f1",
|
|
3
|
+
"transactionHash": "0x80b4c598936c3348b0202256eed1d2d5feb70e78dbc1f476f1513b5af8ef4ed0",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xD7D4A5095272f7963A5c8287b416f2fCFB436eeC",
|
|
3
|
+
"transactionHash": "0xacfbf5da7363db45fde87ac95a8184d355615bbd00f91cf26f9681ced2f515e8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xf099778b6639d51cfdF07dd7Eb5137f2e78761FF",
|
|
3
|
+
"transactionHash": "0xb498e3f39fc93b1b4b15b18a7c788333a07f4d0088e23f3a9b3e5709737ee6bb",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x662d02b68F5c07D59Df53f5bB5cd9fe7f1966569",
|
|
3
|
+
"transactionHash": "0x051d2f5f7ef1804c0a0e94cff5e54c0f66629a61745c080ea4b5a4d53b5b55ae",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8bb6Dfb477b9CA5Bb6CFe597e7AA1857F0FA4a47",
|
|
3
|
+
"transactionHash": "0x3c64a70c28641c17a628ad0b48d0a35e1536f57705352c7e494c8ed20dce2c30",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x5bee129AC5B0a594B877616B36C7dAcea598a076",
|
|
3
|
+
"transactionHash": "0x0975eb8137f53665c5350a34c50a6e073d34f90f8173e56577830ccc505a0c8c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8751107AAa6bCFBeC4A597e90B9b760b6390Ee43",
|
|
3
|
+
"transactionHash": "0x33a5399330ff84ab512212a2d3f1286c92b9fe12e1e1532039808b93c3deffa7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa197C3F9f7d99F7ecE988A6733f64619b95649e3",
|
|
3
|
+
"transactionHash": "0xbdeb99597d3f5eb2f2227a7fe7d4725ec1c71355cde63aa35b3589dbc113c8de",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x94b46713D993874dF99e5151c1772cDB19539b01",
|
|
3
|
+
"transactionHash": "0x5612f37ba52acd41b6c38ed739637f6708db321ac928413fbd953eb3e2cd77f6",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xD83C6674eB83CBC323897a3FB7d7E2498985e28A",
|
|
3
|
+
"transactionHash": "0x84533e1c6ddf66b71f347290d3a053dd8f2f21afa2b4f52ee557a7a5e65afc06",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xed4431Bb71820EAA65525E58980b8D1EA5F62eB4",
|
|
3
|
+
"transactionHash": "0x6cff08d6b6e1c58fe2af862c490265fa25d5e11c08ce0d131b9d35c140a66613",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8cFBb5476da4A9B19dF2fA5156a22F2a0f5e0c94",
|
|
3
|
+
"transactionHash": "0xf561be16fcb99019981e2c1d6d2d21227f7ce645ea3b4ce78b4af0305572a224",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa13Db4748025BC5f9D1439d3683407cd7C14180D",
|
|
3
|
+
"transactionHash": "0xf1024c6aa70966357edb65267f1e09914d12cf0af3fa90663916c717832a4861",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x8cFBb5476da4A9B19dF2fA5156a22F2a0f5e0c94",
|
|
3
|
+
"transactionHash": "0xf561be16fcb99019981e2c1d6d2d21227f7ce645ea3b4ce78b4af0305572a224",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xc9DB9d1519Ba7BBbAEC28c9c943390d89B5f9281",
|
|
3
|
+
"transactionHash": "0x816e90202c3a525155ea793e99e179f62f220e8e69aae5457be959a39b218dab",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xA04f6A3B348d2AC633F54Cb0F7FA0f2f94E524C2",
|
|
3
|
+
"transactionHash": "0x71b7d7922502b04fb9506e7d955cf1d82245c2cd744c0a37151af1be8574c828",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xCD2Ec96c0097B450CAca02dD5d8E7eD4288892A5",
|
|
3
|
+
"transactionHash": "0xcfee428a887f470b4d1489aa581c9e72d28f6c09aabedf550bb6bc83e2155a92",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xFB2FebDE0E9F105B021dAf6E8805033EC65cD293",
|
|
3
|
+
"transactionHash": "0x8c6cd843ab940ca80099fcbf98a951ead1ce560950f224e040a832afc6ce80d9",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xf18d5af86439032CA7030C6A5C6b261200519110",
|
|
3
|
+
"transactionHash": "0x2b4487330999c8170f235497245fb3bb504913d861367604358a5088fedb0fc4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xc9DB9d1519Ba7BBbAEC28c9c943390d89B5f9281",
|
|
3
|
+
"transactionHash": "0x816e90202c3a525155ea793e99e179f62f220e8e69aae5457be959a39b218dab",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|