@layerzerolabs/lz-aptos-sdk-v2 3.0.19-ton.0 → 3.0.19
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 -8
- package/deployments/aptos-sandbox-local/blocked_msglib.json +4 -3
- package/deployments/aptos-sandbox-local/counter.json +4 -3
- package/deployments/aptos-sandbox-local/deployer.json +12 -0
- package/deployments/aptos-sandbox-local/dvn.json +4 -3
- package/deployments/aptos-sandbox-local/dvn_fee_lib_0.json +4 -3
- package/deployments/aptos-sandbox-local/dvn_fee_lib_router_0.json +4 -3
- package/deployments/aptos-sandbox-local/dvn_fee_lib_router_1.json +4 -3
- package/deployments/aptos-sandbox-local/endpoint_v2.json +4 -3
- package/deployments/aptos-sandbox-local/endpoint_v2_common.json +4 -3
- package/deployments/aptos-sandbox-local/executor.json +4 -3
- package/deployments/aptos-sandbox-local/executor_fee_lib_0.json +4 -3
- package/deployments/aptos-sandbox-local/executor_fee_lib_router_0.json +4 -3
- package/deployments/aptos-sandbox-local/executor_fee_lib_router_1.json +4 -3
- package/deployments/aptos-sandbox-local/layerzero_views.json +4 -3
- package/deployments/aptos-sandbox-local/msglib_types.json +4 -3
- package/deployments/aptos-sandbox-local/oft-TokenOne.json +4 -3
- package/deployments/aptos-sandbox-local/oft-TokenThree.json +4 -3
- package/deployments/aptos-sandbox-local/oft-TokenTwo.json +4 -3
- package/deployments/aptos-sandbox-local/oft_common.json +4 -3
- package/deployments/aptos-sandbox-local/price_feed_module_0.json +4 -3
- package/deployments/aptos-sandbox-local/price_feed_router_0.json +4 -3
- package/deployments/aptos-sandbox-local/price_feed_router_1.json +4 -3
- package/deployments/aptos-sandbox-local/router_node_0.json +4 -3
- package/deployments/aptos-sandbox-local/router_node_1.json +4 -3
- package/deployments/aptos-sandbox-local/simple_msglib.json +4 -3
- package/deployments/aptos-sandbox-local/treasury.json +4 -3
- package/deployments/aptos-sandbox-local/uln_302.json +4 -3
- package/deployments/aptos-sandbox-local/worker_common.json +4 -3
- package/package.json +8 -8
- package/deployments/aptos-sandbox-local/dvn_fee_lib_1.json +0 -11
- package/deployments/aptos-sandbox-local/executor_fee_lib_1.json +0 -11
- package/deployments/aptos-sandbox-local/mock_coin.json +0 -11
- package/deployments/aptos-sandbox-local/msglib_3.json +0 -11
- package/deployments/aptos-sandbox-local/msglib_4.json +0 -11
- package/deployments/aptos-sandbox-local/oft-TokenFour.json +0 -11
- package/deployments/aptos-sandbox-local/price_feed_module_1.json +0 -11
- package/deployments/aptos-sandbox-local/price_feed_module_2.json +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @layerzerolabs/lz-aptos-sdk-v2
|
|
2
2
|
|
|
3
|
-
## 3.0.19
|
|
3
|
+
## 3.0.19
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @layerzerolabs/lz-corekit-aptos@3.0.19
|
|
10
|
-
- @layerzerolabs/lz-core@3.0.19
|
|
11
|
-
- @layerzerolabs/lz-definitions@3.0.19
|
|
12
|
-
- @layerzerolabs/lz-movevm-sdk-v2@3.0.19
|
|
13
|
-
- @layerzerolabs/move-definitions@3.0.19
|
|
7
|
+
- c81884e: testnets
|
|
8
|
+
- Updated dependencies [c81884e]
|
|
9
|
+
- @layerzerolabs/lz-corekit-aptos@3.0.19
|
|
10
|
+
- @layerzerolabs/lz-core@3.0.19
|
|
11
|
+
- @layerzerolabs/lz-definitions@3.0.19
|
|
12
|
+
- @layerzerolabs/lz-movevm-sdk-v2@3.0.19
|
|
13
|
+
- @layerzerolabs/move-definitions@3.0.19
|
|
14
14
|
|
|
15
15
|
## 3.0.18
|
|
16
16
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xfe58a1557dd30f5f69df9ebd0466f514840fba81a4c6fbcd536f088fe9e58100",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "blocked_msglib",
|
|
4
5
|
"moduleName": "blocked_msglib",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "a5933a7021049e8871ceca541433838d24b65179f90fc2e4e5eeefbf8404a572",
|
|
11
|
+
"transactionHash": "0x0e5abbfd617074a0750cb820546799a24e04624b9a9db1e2b6af2fa3436f3989"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xbf1258595a80969371696c798d481a47dd0a1e8fe087c1c8e2a94e17801bec6e",
|
|
3
|
+
"deployer": "0xbd4d9a38bb4789c9fb32d1cdbf269df52bb2771145cf41afc1a6087acf3bfc6d",
|
|
3
4
|
"name": "counter",
|
|
4
5
|
"moduleName": "counter",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "d71b854d27cad451215b5f50e2871cd1205af89e93bd076df1c9fa95266fdd64",
|
|
11
|
+
"transactionHash": "0x64835c94fa25f34bfc097d895aa47336a3be1debbb59d2de6e8c15988f71800c"
|
|
11
12
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x68b674103753edaa1c3a38ef06ba92e038ff5b0fd76e066a57ad7fecd19815a6",
|
|
3
|
+
"deployer": "0x68b674103753edaa1c3a38ef06ba92e038ff5b0fd76e066a57ad7fecd19815a6",
|
|
4
|
+
"name": "deployer",
|
|
5
|
+
"moduleName": "deployer",
|
|
6
|
+
"network": "aptos-sandbox-local",
|
|
7
|
+
"compatibleVersions": [
|
|
8
|
+
"v2"
|
|
9
|
+
],
|
|
10
|
+
"bytecodeHash": "e92d5ede350125885b8111a3d4300b30b0a35b551c7577553522ba9f02a2eef8",
|
|
11
|
+
"transactionHash": "0xab07c06895a64e4f88a389b8266ab2e0591f33746829f445028e2e00e32e6a27"
|
|
12
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x1f79b324153abe0ca18a279822f3b561acbaabb4d68d47ed3639b5a53e4d3470",
|
|
3
|
+
"deployer": "0x0100ee640b091eae215a628c37c45d3ec6f165e373e8a6b0d6e4ce8f6eed73d5",
|
|
3
4
|
"name": "dvn",
|
|
4
5
|
"moduleName": "dvn",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "0e7badc6d45d70e3d92cbf762b0ad32b07a893ff27b6a091501d9e0653b2b42c",
|
|
11
|
+
"transactionHash": "0xc3e25c20cf72c9e33a6bb043bb300dfd0c7d6ee1f47a13cec25129e7d34cf667"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf63f6b01ea6688189e09e2be035bef512049288ff1d307c2470a913f3831330f",
|
|
3
|
+
"deployer": "0x0100ee640b091eae215a628c37c45d3ec6f165e373e8a6b0d6e4ce8f6eed73d5",
|
|
3
4
|
"name": "dvn_fee_lib_0",
|
|
4
5
|
"moduleName": "dvn_fee_lib_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "42363195f888b1946eae194b6bdb4b6ecdbbc62e9837097e108d59e2d3dd97a6",
|
|
11
|
+
"transactionHash": "0xa9c351129b4f757b073a9993ec5ed67fddf535cad55a04b2ee8e1c3a1b1980c9"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xc09c085aafdb39e4aa66f3311f3d293fe67ee88dab2aec772df9c2f0a1d60abd",
|
|
3
|
+
"deployer": "0x0100ee640b091eae215a628c37c45d3ec6f165e373e8a6b0d6e4ce8f6eed73d5",
|
|
3
4
|
"name": "dvn_fee_lib_router_0",
|
|
4
5
|
"moduleName": "dvn_fee_lib_router_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "8a0bf7e33a1c03fffa9e413fca83ab13ab01e5b24ef509474ddd29f68d1dd126",
|
|
11
|
+
"transactionHash": "0x9526989d930e1f67b015b4c996b583ebdb6d36f21582a1480404f5811af4f04e"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xd9df2854349456b32d482d25db0b3917964f6fbae9737b3b4b62bf6d0a27ed51",
|
|
3
|
+
"deployer": "0x0100ee640b091eae215a628c37c45d3ec6f165e373e8a6b0d6e4ce8f6eed73d5",
|
|
3
4
|
"name": "dvn_fee_lib_router_1",
|
|
4
5
|
"moduleName": "dvn_fee_lib_router_1",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "99ce1ddb0d488f62c9a443a8f0724c5a94b61590a7090a98d1143f932a77f3b8",
|
|
11
|
+
"transactionHash": "0x86cc112a6b0a914306fee977030d2f63216669f5803fe5cd0649205c3ce496d3"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x824f76b2794de0a0bf25384f2fde4db5936712e6c5c45cf2c3f9ef92e75709c",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "endpoint_v2",
|
|
4
5
|
"moduleName": "endpoint_v2",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "e75a9144a9e8ce7b14b1faa2e4a3bbc728e7276b988eb282f2e1383a6956b2a7",
|
|
11
|
+
"transactionHash": "0x793d58473f8e4afa181c5b48cd7f1bf6aa7293bd72dd64d7d94d6f35471e715f"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf8ce9f0030cb1fa5fb48f481d9b2da3909cd922992e7085e76a196653a707bbf",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "endpoint_v2_common",
|
|
4
5
|
"moduleName": "endpoint_v2_common",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "469450540e45368e034cb76ba9232b8e78f1d5de5be874a73f9071ecfbb0f626",
|
|
11
|
+
"transactionHash": "0xe6c99ea31087d98fd5f61d41a7455e8992fbf50552361523e7ee34252a159fb0"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x806020afea680a0c0f32431acdfcf1a7e31ace28ce81b73da4f27c5898155590",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "executor",
|
|
4
5
|
"moduleName": "executor",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "6e923e27207e41e4cf7b53ee86a8fa3601be9197d9e7046b2ce80f316bf14140",
|
|
11
|
+
"transactionHash": "0x219bd9ae7d4fe43335f71597d9c0d71a77b171ae87c797b3f15921df54c86ace"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xff72f529a579e922e0edba30f384b4c9c86d05020cbd2401a23fe708f29c6664",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "executor_fee_lib_0",
|
|
4
5
|
"moduleName": "executor_fee_lib_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "cbe33a0713b9bb71a08b6b86b3f2dbb866760acef82e8d77a36ae68803f5457e",
|
|
11
|
+
"transactionHash": "0x47812890426012f08920a71c8ac53d5358e6768b579054471f60e911c89f396f"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x551bd1f03eaba95f5aae59c0f382acf74e051b3d0890d63574069e45fce0118e",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "executor_fee_lib_router_0",
|
|
4
5
|
"moduleName": "executor_fee_lib_router_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "1195c8f1ac347cc1cd5ef064ce3e3aabd0a50106eedf7b6d66d8e80ea16bd18e",
|
|
11
|
+
"transactionHash": "0xcbed2d61d0d95c57ccf0cd9b00df2484921346df59d014d533cf83835f59dcfc"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf1265e9c0ae38b49f099355587290d830ab46484df87d95cbad66c4ee3af8967",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "executor_fee_lib_router_1",
|
|
4
5
|
"moduleName": "executor_fee_lib_router_1",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "ad789d87ce1e2a8015b056f1fef2c772d813b7d8f5403d19dc87b934a9e7af58",
|
|
11
|
+
"transactionHash": "0xe6262486a3181ac3a4c3cb911d13ebe4995a523f3062ff896c90d9bef11af0b5"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x9f03c64333c99c9d319ffc034c13618d309a8fa6f18636261d7e5d3e21e2d8d8",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "layerzero_views",
|
|
4
5
|
"moduleName": "layerzero_views",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "599fedcc222fb49fa99338014c46b84f8933e3578cf10c2e68fec06a0c51ba96",
|
|
11
|
+
"transactionHash": "0x09540f9fb009fc75b7ebc9b1feafdcc8738a03642994d5d085a063502afdc7a6"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x147b2ca35d8d6101a49690b3c108e67b174665d13b0fbba515e3b99d48b9fe42",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "msglib_types",
|
|
4
5
|
"moduleName": "msglib_types",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "07d51549a6e24e647f6ccc406fc80c71440841ff20f4d7debe9993d7363cf943",
|
|
11
|
+
"transactionHash": "0xed1272b195f8fcf083982bb81cc304a83ddd9c1ef12ac6b13817bc68b998e6a0"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x40cf3d168e49851d6423b919338aba1c42f018a9996395e777548a7e9ce956c9",
|
|
3
|
+
"deployer": "0xfc07ed99874d8dab5174934e2e5ecafd5bc4fad2253cd4f7a7b23d5268a9b3e3",
|
|
3
4
|
"name": "oft-TokenOne",
|
|
4
5
|
"moduleName": "oft",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "20476ea09559605cdd00572bdd0a97d6ce045fff98f593c9f722e1b96406f1bf",
|
|
11
|
+
"transactionHash": "0xb443d780cb5e85928b7e77697df17ef79302b9d7c7c7e309ad94d53a5a6bf8d6"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x39714ce2cf4b6900a235f9deed54cf11f781b067c2944bf7e18e1d97d210610d",
|
|
3
|
+
"deployer": "0x2bec91daac49fb7ce8116ce5370090de27dfa6d8b20b9c9877ce03d2e54ebbaf",
|
|
3
4
|
"name": "oft-TokenThree",
|
|
4
5
|
"moduleName": "oft",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "83bce3c3030f2792b6f6d9de3c64622c17495f03599c1de3457874e845059467",
|
|
11
|
+
"transactionHash": "0xe4337db9aa1b2234c378dab968080b5ecb0ae24eac826a0d727e410262a4a271"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x870b32619c48435bbe46e8609f788a87a5955acb53546e0cfe4666731a64887",
|
|
3
|
+
"deployer": "0x3dee41dbefc700d4c12dd4aea9affc733dada9eefa642a4875afd3ba7906b81a",
|
|
3
4
|
"name": "oft-TokenTwo",
|
|
4
5
|
"moduleName": "oft",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "308ad5d070b6ec85cd4542e59ddbcb4f10aae1bf9f8dff373be01e9c88e05c96",
|
|
11
|
+
"transactionHash": "0xa784ac88b3a097aa40bdbd25256c28973a5c8111657c27b8c718273274af8c7e"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x49eec680042ba13d54b2343f1551aadfb3dbf549da4f5a3ab55dd49316c1732f",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "oft_common",
|
|
4
5
|
"moduleName": "oft_common",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "1054a92fca5085d18ea403b6bd28ba499417df626766eacc93eca8d32f892992",
|
|
11
|
+
"transactionHash": "0x06f297aac9ea78f7e5654e533ce044bc8c7e1af67a0c9fbc96ee760838e5093a"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x894473c4f48d05a65d5bfb106ab91bc0881c7a1c7e9c66fbea2859c2ba9bff83",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "price_feed_module_0",
|
|
4
5
|
"moduleName": "price_feed_module_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "768ec310f6a5129f02426e7dcd08bb6cae9873b028da99cf23b37984cd71dd81",
|
|
11
|
+
"transactionHash": "0x6b49a013bfce80aca52c489912403ef0373351a7c42da0171f98bd9e16478ea7"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x86c53b1187769b354e59b44111d90ab74f3162240d3f35ea1ca451281137cf2c",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "price_feed_router_0",
|
|
4
5
|
"moduleName": "price_feed_router_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "05b5e7e811cd86b9c5d851e6aa80c714cd91c98a563c1fb8a2eccae11914a7a5",
|
|
11
|
+
"transactionHash": "0xb2868978d278f0bc62f3b3b41a3d2295de54c5276613534e087657485fa48434"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xd78078a798d87940a9783ea4b8b09eb47117f36f23f57fe31a96faeb775046c4",
|
|
3
|
+
"deployer": "0x51ec85b4cf4d7ac03a2a42853a5f0cfbd22f56fda66726e1f98906d5829b7c22",
|
|
3
4
|
"name": "price_feed_router_1",
|
|
4
5
|
"moduleName": "price_feed_router_1",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "73ef9d5d5ef39c25bbcee1da5802ec2db85994dced79cc6acc622fc431c9865e",
|
|
11
|
+
"transactionHash": "0x588e63d7d16ebf08be3abfdd2e6585d9b876d4ba30308ba89b9f317a4dbf1462"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xde8f887ac62c3ddad6de4df32e30977f0327c8cfeca56e5981dec1f111e189c1",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "router_node_0",
|
|
4
5
|
"moduleName": "router_node_0",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "7844c12d46c57d23e3804ee90c7822c41bcb75ad72778846d30e341d9f1812fe",
|
|
11
|
+
"transactionHash": "0x8736952af687e236044aad9042d94a129b37c6f85c405f77c76f5cea3d2981da"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x3dc5c01fde9a92724de233adc32878638ddc98b2178282d137ba2bafb1f4b935",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "router_node_1",
|
|
4
5
|
"moduleName": "router_node_1",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "b0ba81e31d5b3059c793e823be2d1933df8ea6c3d0feed678c5912e3da4cac76",
|
|
11
|
+
"transactionHash": "0xe5c185e1d66a433a6e82bb205e4ffd908547576ee3ba224e68a970c32846506a"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xbb29964fac328dc2cd1dbf03982e51fad9de67e2a525c35d6e52cde4b66e7997",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "simple_msglib",
|
|
4
5
|
"moduleName": "simple_msglib",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "86df979af7ef485478d46c2fd97f15a0ee2b445a8767002e15fe2523850ab5ea",
|
|
11
|
+
"transactionHash": "0x8cf261b03b61f63246a8033101acf20e4ad5f71c57a427f0d4c33471ffca27c0"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xd83cb5c494daec692964a3599c3b36d4bd618dc54e7bcb2bbe444a7f9732f740",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "treasury",
|
|
4
5
|
"moduleName": "treasury",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "1e26550b460a8eccfc343964a7d2d803a89137f590072bfff6922ef21ad320de",
|
|
11
|
+
"transactionHash": "0x02c55db48ee4fb05bdd3bf0c361f45d3604da7f77d267b8c3634c9054cedae31"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x3f2714ef2d63f1128f45e4a3d31b354c1c940ccdb38aca697c9797ef95e7a09f",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "uln_302",
|
|
4
5
|
"moduleName": "uln_302",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "a1669a08a3e1e3bb9c49934f3b4d6625da45119125f10371fa001e4e61628ec6",
|
|
11
|
+
"transactionHash": "0xe99fa633383040bd41aa9b5fc848577e5884e09920ec7a4aeca3f64a0102cf01"
|
|
11
12
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x9d8a2cc4cd5563028107b792fd3c7f4068064405ef1bc4fce1cbc3af916032e8",
|
|
3
|
+
"deployer": "0x75de231a1ea32a14ed5be6a52475b16d7d8eeac35d378afd4c361979c0ae1531",
|
|
3
4
|
"name": "worker_common",
|
|
4
5
|
"moduleName": "worker_common",
|
|
5
6
|
"network": "aptos-sandbox-local",
|
|
6
7
|
"compatibleVersions": [
|
|
7
8
|
"v2"
|
|
8
9
|
],
|
|
9
|
-
"bytecodeHash": "
|
|
10
|
-
"transactionHash": "
|
|
10
|
+
"bytecodeHash": "0056f2c76b80955061af32bafa34fd139191b2c8480ddc07000fcd3cd03e2eb4",
|
|
11
|
+
"transactionHash": "0xfc6b4595a85b8f623465caa6ede4de3a14febd60f1d8eb6339fdf6495307775a"
|
|
11
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-aptos-sdk-v2",
|
|
3
|
-
"version": "3.0.19
|
|
3
|
+
"version": "3.0.19",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aptos-labs/ts-sdk": "^1.26.0",
|
|
29
|
-
"@layerzerolabs/lz-core": "^3.0.19
|
|
30
|
-
"@layerzerolabs/lz-corekit-aptos": "^3.0.19
|
|
31
|
-
"@layerzerolabs/lz-definitions": "^3.0.19
|
|
32
|
-
"@layerzerolabs/lz-movevm-sdk-v2": "^3.0.19
|
|
33
|
-
"@layerzerolabs/move-definitions": "^3.0.19
|
|
29
|
+
"@layerzerolabs/lz-core": "^3.0.19",
|
|
30
|
+
"@layerzerolabs/lz-corekit-aptos": "^3.0.19",
|
|
31
|
+
"@layerzerolabs/lz-definitions": "^3.0.19",
|
|
32
|
+
"@layerzerolabs/lz-movevm-sdk-v2": "^3.0.19",
|
|
33
|
+
"@layerzerolabs/move-definitions": "^3.0.19",
|
|
34
34
|
"aptos": "^1.20.0",
|
|
35
35
|
"tiny-invariant": "^1.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@jest/globals": "^29.7.0",
|
|
39
39
|
"@layerzerolabs/runtime-config": "^0.0.0",
|
|
40
|
-
"@layerzerolabs/tsup-config-next": "^3.0.19
|
|
41
|
-
"@layerzerolabs/typescript-config-next": "^3.0.19
|
|
40
|
+
"@layerzerolabs/tsup-config-next": "^3.0.19",
|
|
41
|
+
"@layerzerolabs/typescript-config-next": "^3.0.19",
|
|
42
42
|
"@types/node": "^20.10.5",
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
44
|
"rimraf": "^5.0.5",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x9cb9b6bcb57afbb2f6ce3b9508d92ec1bed8f0cf37affcf8de5f12ac7e10f21d",
|
|
3
|
-
"name": "dvn_fee_lib_1",
|
|
4
|
-
"moduleName": "dvn_fee_lib_1",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "a4f8f33ff9b0e3e5b41a08cd00980878411d70f5176b9e2224b3facd07cf7b05",
|
|
10
|
-
"transactionHash": "0xd2b291a227c6caff959ef0b56c22e38aff758483954cb01428d803253d85d36e"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xae03a7f45aa4aac7cc166c34fecd658424f791e0aec5888a8986a27060c4fabd",
|
|
3
|
-
"name": "executor_fee_lib_1",
|
|
4
|
-
"moduleName": "executor_fee_lib_1",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "fba616923b19aceb3f143520e43b84703227cd5e6b763328adf4b68aee3edee4",
|
|
10
|
-
"transactionHash": "0x5fa7edd532a0bb417491e19b459612619051b4fb93f942588726577ff81a1ffc"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x55e29775f39fbebd61aa545aef0ee79205717e936ae265a5bab8da20658bc1ae",
|
|
3
|
-
"name": "mock_coin",
|
|
4
|
-
"moduleName": "mock_coin",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "0289c4167b889a89c93dbbbd91b0d529391cf02133724b6d157afccb71856e09",
|
|
10
|
-
"transactionHash": "0x18ee5f8afac54e7400e0d134cc4ef745266516ba1dc76be90715e63886e459a3"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x06a2b400118817c4a514e8be8994ef01f49d2b2f9233f94341d8fce3f6f5c12d",
|
|
3
|
-
"name": "msglib_3",
|
|
4
|
-
"moduleName": "msglib_3",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "f561c0446f27726d5eae262e1f6d1d5096ea2a3f5f5a58c89d5e8fe1883285f9",
|
|
10
|
-
"transactionHash": "0x2039793feef3d31f18c2d7f3ce6ceca58f2b9fe3b62de7d694dad0fc72a251e4"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x29947cd436768ab77d68d6b144779a5b40fc22e86609ce305e525ddd29b1049f",
|
|
3
|
-
"name": "msglib_4",
|
|
4
|
-
"moduleName": "msglib_4",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "d5811c95313f2ea3dd3797f3553cf2b0fcc4bcb89e510a69e0306606cb0a8fe9",
|
|
10
|
-
"transactionHash": "0x41cbfa2b25dbbea8c0f4ede2be7400d6e207973e40050b68837df5d89758f229"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x55e29775f39fbebd61aa545aef0ee79205717e936ae265a5bab8da20658bc1ae",
|
|
3
|
-
"name": "oft-TokenFour",
|
|
4
|
-
"moduleName": "oft",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "65cc2607492c96b062d926e44804a96ddd6a3dfdd5bb444c26bc3f99e24e72c9",
|
|
10
|
-
"transactionHash": "0x6d0c59aa2eabb84e3d935fe2a3f46f06ecea70ee80c918b808dd85fb96773ff2"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xc2c5e4cbdefc3ecbd373338107970a4b77073691155d5a91ece278cab55fcef6",
|
|
3
|
-
"name": "price_feed_module_1",
|
|
4
|
-
"moduleName": "price_feed_module_1",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "4dfe62172e1f10fac951bf7ff1477f2a69ebf81c63d4074bfa31ae2b0b35ce98",
|
|
10
|
-
"transactionHash": "0x73f6c73f4dd7579959446c26b968a8c62fa1dc3128c4734831a2a8f675ec4177"
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xf31974b7a92a5c191162741391c7bc8234c853bbc047589bc432800fb554d173",
|
|
3
|
-
"name": "price_feed_module_2",
|
|
4
|
-
"moduleName": "price_feed_module_2",
|
|
5
|
-
"network": "aptos-sandbox-local",
|
|
6
|
-
"compatibleVersions": [
|
|
7
|
-
"v2"
|
|
8
|
-
],
|
|
9
|
-
"bytecodeHash": "445479944ecb4c019274f28ee577c77c42df9bfdb09880ead75161dba45bc899",
|
|
10
|
-
"transactionHash": "0x1c843aed48a02435c9c34b83d18ee7ebfbd524ddf423367fc0802ba9b6108a63"
|
|
11
|
-
}
|