@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
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xbf34e394edd910B4634c2C2352B37E7CFD5c20Bf",
|
|
3
|
+
"transactionHash": "0xa5f330113f8f1bb03785d9ab260a646286ab49df5832b4c2f8a76363323ee48b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x1C11e40e4d26d2207ef66D65C7AF45518DFAA53F",
|
|
3
|
+
"transactionHash": "0xf7b4e86c68b1b5d81801b7a5b268cc25788ff38779aef479354afd109aa1dbbf",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xbf34e394edd910B4634c2C2352B37E7CFD5c20Bf",
|
|
3
|
+
"transactionHash": "0xa5f330113f8f1bb03785d9ab260a646286ab49df5832b4c2f8a76363323ee48b",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9C60fcdf98A495Fcd8450f038a6760b96db93a74",
|
|
3
|
+
"transactionHash": "0xbb60cfe78c50d5e586f5e61c0976ab6eae8e4cc7b9a2f067d5cc648937e9ebc5",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xcD4010EB66a2DfC4C7aAeC91C5bC7623B4B06829",
|
|
3
|
+
"transactionHash": "0xdab9f0c5c97f7f20efa425c00ec331755f0e8b8b222d5baeee7fc5757a4fddc3",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa3eeE051112d53dA1Ea369Db1EB74D5cAC9E6849",
|
|
3
|
+
"transactionHash": "0x909c55fbbaf18bdad72cffa46b9ff2a4629a740eb006690060d9adff215450a8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xeCFc1d8b968205584c2426663D409f091c9f0F09",
|
|
3
|
+
"transactionHash": "0xe5c750d54495a25597fbf7aaae37548625ed6f78022e805f0302a82b33922bc4",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x6fbDEB2AC74a5DD7a8534082993331410B1A7C21",
|
|
3
|
+
"transactionHash": "0xa327fec4171c68db8b0c42b3eb7cc27269031c606b52e9994fa7001eda1775e7",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xa3eeE051112d53dA1Ea369Db1EB74D5cAC9E6849",
|
|
3
|
+
"transactionHash": "0x909c55fbbaf18bdad72cffa46b9ff2a4629a740eb006690060d9adff215450a8",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x86e3501643f42B92d46d97d0E057E0C7C0Ec20f7",
|
|
3
|
+
"transactionHash": "0x08e38a848ea88034e0afbd90f8be6e3abfe72a6c2d46d31e5df420ea6e5b02d9",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xe7d49D9e5b65A581bD81762E778Ba674C93a2961",
|
|
3
|
+
"transactionHash": "0x6e80ba080afaee4a3c0c3fce584eff5ff71ffb00f1e21e9febfb3a9192c33ace",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x998aa199094dda8621e057fA17eCB5996ed61C9C",
|
|
3
|
+
"transactionHash": "0x45420f91ce29a0aaaa63f121eb3021e9f4fa50b356758f044be79d5fd49f7d5c",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x9537C1356ccc11dB290df8633288B86F711B7E16",
|
|
3
|
+
"transactionHash": "0xb7f6cc887be5dae6c915442e42d4bf859743c82e790c1cf1385b3141a6bcf456",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xe7d49D9e5b65A581bD81762E778Ba674C93a2961",
|
|
3
|
+
"transactionHash": "0x6e80ba080afaee4a3c0c3fce584eff5ff71ffb00f1e21e9febfb3a9192c33ace",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xEcAF0C83a56604eBB00AC29f2331f575C3351609",
|
|
3
|
+
"transactionHash": "0x982e0ed9da8d7e69f49b243c8a75482bb72fb424fcd70572b83709e7a42ee946",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xFaa832B14273Ca4E47A0786f5b220fE68F474b4D",
|
|
3
|
+
"transactionHash": "0xb22825d7657cdfe3778300f34c6d1092ef2b6ff7dd7aff60b65cc4aa236b9358",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x00a46790A564c6639E0D059Cc69F0Af43Bb9d872",
|
|
3
|
+
"transactionHash": "0xfc558a63f38915191ff4db26a52f40ec89292c7190645ee4b553a76f36b12613",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xFaa832B14273Ca4E47A0786f5b220fE68F474b4D",
|
|
3
|
+
"transactionHash": "0xb22825d7657cdfe3778300f34c6d1092ef2b6ff7dd7aff60b65cc4aa236b9358",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xdC39aB63D22c619AB64d810083461A721CBf1680",
|
|
3
|
+
"transactionHash": "0x54d4cf7386445b6c6fe7968bd94a0fbd1ab511a125cf968f41f52618e9812515",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x89cde5a4140917917E82145e027712c3eA8D7e3F",
|
|
3
|
+
"transactionHash": "0x00e48c5fb315306a2169bc66b642fd6851114b8b36b8ee6528e5a37c6f251288",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x992Ba8C2372af93874c62A8810F69e5530ACe72b",
|
|
3
|
+
"transactionHash": "0x5c6ac7159664c4abb245a6d0172027d601cf233dfdcc68debf54ca9027b3a43a",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"anonymous": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x89cde5a4140917917E82145e027712c3eA8D7e3F",
|
|
3
|
+
"transactionHash": "0x00e48c5fb315306a2169bc66b642fd6851114b8b36b8ee6528e5a37c6f251288",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xA4f93B1E0f26f0B34a3D59d210df4113dC1a55Fd",
|
|
3
|
+
"transactionHash": "0x649832cb69cf565b87c61cbbe2f21d4ce3c23bb0bff4cbb79f67fd392b547e0e",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x0282eC87Ba542a57C3373c105e2587D10E4f30df",
|
|
3
|
+
"transactionHash": "0x4fefd4e77bcc7256e971849602a3225622c7a39b9d69d6a2c5f65ab6fabd8e48",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0xeA985C1062B1676F3eA743Cc63E382901AFc9EaC",
|
|
3
|
+
"transactionHash": "0xdf0c84960e75b060034930564dc13430e2fe951130bd3b8e2b79c56cd0e0ea3d",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x608A3a683DE4CD187b74d5b200b38D0D9E2ae11B",
|
|
3
|
+
"transactionHash": "0x53c5f2a7ed747d876354dc5284d7864f405921ad0e3dab59f8cd8c1c97672f95",
|
|
4
4
|
"abi": [
|
|
5
5
|
{
|
|
6
6
|
"inputs": [],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"transactionHash": "
|
|
2
|
+
"address": "0x1118f19b9639D1248e0F3561A47DF65cd8e7ffD3",
|
|
3
|
+
"transactionHash": "0x1c451a45860c826065ee9f45e6157ce6cb95cf3041cb96e8f928380555253760",
|
|
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.149",
|
|
4
4
|
"license": "LZBL-1.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
"populate": "$npm_execpath ts-node scripts/populate.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@layerzerolabs/evm-sdks-core": "^3.0.
|
|
46
|
+
"@layerzerolabs/evm-sdks-core": "^3.0.149",
|
|
47
47
|
"ethers": "^5.8.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@ethersproject/abi": "^5.8.0",
|
|
51
51
|
"@ethersproject/providers": "^5.8.0",
|
|
52
|
-
"@layerzerolabs/evm-sdks-build": "^3.0.
|
|
53
|
-
"@layerzerolabs/lz-definitions": "^3.0.
|
|
54
|
-
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.
|
|
55
|
-
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.
|
|
56
|
-
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.
|
|
52
|
+
"@layerzerolabs/evm-sdks-build": "^3.0.149",
|
|
53
|
+
"@layerzerolabs/lz-definitions": "^3.0.149",
|
|
54
|
+
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.149",
|
|
55
|
+
"@layerzerolabs/lz-evm-oapp-v2": "^3.0.149",
|
|
56
|
+
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.149",
|
|
57
57
|
"@layerzerolabs/monorepo-utilities": "^0.0.0",
|
|
58
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
59
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
58
|
+
"@layerzerolabs/tsup-config-next": "^3.0.149",
|
|
59
|
+
"@layerzerolabs/typescript-config-next": "^3.0.149",
|
|
60
60
|
"@openzeppelin/contracts": "^4.8.1",
|
|
61
61
|
"@typechain/ethers-v5": "^10.2.1",
|
|
62
62
|
"@types/node": "^20.10.5",
|