@layerzerolabs/lz-aptos-sdk-v1 3.0.85 → 3.0.87

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/deployments/aptos-mainnet/Common.json +9 -0
  3. package/deployments/aptos-mainnet/Endpoint.json +9 -0
  4. package/deployments/aptos-mainnet/ExecutorExt.json +9 -0
  5. package/deployments/aptos-mainnet/ExecutorV2.json +9 -0
  6. package/deployments/aptos-mainnet/MsgLibV1.json +9 -0
  7. package/deployments/aptos-mainnet/MsgLibV2.json +9 -0
  8. package/deployments/aptos-mainnet/Zro.json +9 -0
  9. package/deployments/aptos-sandbox-local/Common.json +12 -0
  10. package/deployments/aptos-sandbox-local/Endpoint.json +12 -0
  11. package/deployments/aptos-sandbox-local/ExecutorAuth.json +12 -0
  12. package/deployments/aptos-sandbox-local/ExecutorExt.json +12 -0
  13. package/deployments/aptos-sandbox-local/ExecutorV2.json +12 -0
  14. package/deployments/aptos-sandbox-local/MsgLibV1.json +12 -0
  15. package/deployments/aptos-sandbox-local/MsgLibV2.json +12 -0
  16. package/deployments/aptos-sandbox-local/MsgLibV21.json +12 -0
  17. package/deployments/aptos-sandbox-local/MsgLibV3.json +12 -0
  18. package/deployments/aptos-sandbox-local/MsglibAuth.json +12 -0
  19. package/deployments/aptos-sandbox-local/Zro.json +12 -0
  20. package/deployments/aptos-sandbox-local/executor_v2_register.json +12 -0
  21. package/deployments/aptos-sandbox-local/fa_converter.json +12 -0
  22. package/deployments/aptos-sandbox-local/layerzero_view.json +12 -0
  23. package/deployments/aptos-sandbox-local/msglib_routing_helper.json +12 -0
  24. package/deployments/aptos-sandbox-local/packet_converter.json +12 -0
  25. package/deployments/aptos-sandbox-local/uln_301.json +12 -0
  26. package/deployments/aptos-sandbox-local/uln_301_receive_helper.json +12 -0
  27. package/deployments/aptos-testnet/Common.json +9 -0
  28. package/deployments/aptos-testnet/Endpoint.json +9 -0
  29. package/deployments/aptos-testnet/ExecutorExt.json +9 -0
  30. package/deployments/aptos-testnet/ExecutorV2.json +9 -0
  31. package/deployments/aptos-testnet/MsgLibV1.json +9 -0
  32. package/deployments/aptos-testnet/MsgLibV2.json +9 -0
  33. package/deployments/aptos-testnet/Zro.json +9 -0
  34. package/dist/index.cjs +648 -48
  35. package/dist/index.cjs.map +1 -1
  36. package/dist/index.d.cts +290 -17
  37. package/dist/index.d.ts +290 -17
  38. package/dist/index.mjs +648 -48
  39. package/dist/index.mjs.map +1 -1
  40. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @layerzerolabs/lz-aptos-sdk-v1
2
2
 
3
+ ## 3.0.87
4
+
5
+ ### Patch Changes
6
+
7
+ - e92c65d: Update initia.js version
8
+ - Updated dependencies [e92c65d]
9
+ - @layerzerolabs/lz-definitions@3.0.87
10
+ - @layerzerolabs/lz-serdes@3.0.87
11
+ - @layerzerolabs/lz-utilities@3.0.87
12
+ - @layerzerolabs/lz-movevm-sdk-v2@3.0.87
13
+ - @layerzerolabs/lz-v2-utilities@3.0.87
14
+
15
+ ## 3.0.86
16
+
17
+ ### Patch Changes
18
+
19
+ - a372bd0: Fix import bugs in generated test codes and add feature for testing malicious DVNs in ton-sdk-tools.
20
+ - Updated dependencies [a372bd0]
21
+ - @layerzerolabs/lz-definitions@3.0.86
22
+
3
23
  ## 3.0.85
4
24
 
5
25
  ### Patch Changes
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "Common",
4
+ "moduleName": "layerzero_common",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "Endpoint",
4
+ "moduleName": "layerzero",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0xd122ac52d43736e0f524a334fc37b6750884559da7ddf1aee0b11b6ae62643d7",
3
+ "name": "ExecutorExt",
4
+ "moduleName": "executor_ext",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "ExecutorV2",
4
+ "moduleName": "executor_v2",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "MsgLibV1",
4
+ "moduleName": "msglib_v1_1",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "MsgLibV2",
4
+ "moduleName": "msglib_v2",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x54ad3d30af77b60d939ae356e6606de9a4da67583f02b962d2d3f2e481484e90",
3
+ "name": "Zro",
4
+ "moduleName": "zro",
5
+ "network": "aptos-mainnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "Common",
5
+ "moduleName": "layerzero_common",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "d257012f7d58a69eb76e3c11b65ef2c42dccc0a58f9ef424985c940ac8f4dbb3",
11
+ "transactionHash": "0x32a2ca47e6fa7209db0015b8189fedf0bbf14673c20eef431d304f7e0e4bce00"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "Endpoint",
5
+ "moduleName": "layerzero",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "23c574411ac16bca7e6691ff166d3aa695d096ce8e55402b4b310d45449dc7b6",
11
+ "transactionHash": "0x9e743e6573df84e0843d3d4fcddbbd5771888998292567d031280f62b958f8a0"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "ExecutorAuth",
5
+ "moduleName": "executor_auth",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "f65f21429f10242d85b762e09e3b7b53710987eb99e12f026ae62ee45d8d08a0",
11
+ "transactionHash": "0x7608bbbe01111863a064dd993515d5491a2421eb3482406db6bfc6f4f9a4f237"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xd8f318cab62a1142e1cd60f3f090331becc9a462a1a85180de8a99e2a27eadc0",
3
+ "deployer": "0xd8f318cab62a1142e1cd60f3f090331becc9a462a1a85180de8a99e2a27eadc0",
4
+ "name": "ExecutorExt",
5
+ "moduleName": "executor_ext",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "f194aa4e9a7477a990e3b21a00737523784803b762a074c815bad7732f012b36",
11
+ "transactionHash": "0xce93ed4cc192cc0dcb9037c996489691afed484f7171803ae5eb4816c13e5cf2"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "ExecutorV2",
5
+ "moduleName": "executor_v2",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "19234a70feab8f06bb973e4f905be7f182d5e7f8c76fc309d45ffc17b0be43d3",
11
+ "transactionHash": "0x56de2404a08df85faf448d6e3a20f492f03272e31d12969245965dfd96fa5000"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "MsgLibV1",
5
+ "moduleName": "msglib_v1_1",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "88d910540543c7d36f544f1163f8756d3fe4f79d8412660cafd361acaff8dd4c",
11
+ "transactionHash": "0x1799f921d7384a7544a02989b72db3d79843e7647bcde0a20ebb502bc416f506"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "MsgLibV2",
5
+ "moduleName": "msglib_v2",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "32018b756565de9b33976aec4ab0906fee7ea3dafdd21422019e4b33677304fd",
11
+ "transactionHash": "0x8668148ef273a7096ac373babd41b600ca0194e2be530148b68a2e22fdccc173"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x6314e99966b1a1dd66118e837abe903fcbdef322b39795f95bba45fd628e5d4a",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "MsgLibV21",
5
+ "moduleName": "msglib_v2_1",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "3acce5bc015062156dab22b5a18c3a46ca4b0a49feb4108e1b9ff86678417a04",
11
+ "transactionHash": "0xbe89154e50bcb3cf6672864b99d9ca3f9fdfdbd26f0051c1484129c50f76e818"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x17aa7e9bfd31c668c2f517a7f52999b9161cba973370049beafaeaf1993ebe65",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "MsgLibV3",
5
+ "moduleName": "msglib_v3",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "24e119914d5e2ac4a45497ae5b0d696adc5620fdc10c099058b94cc2f612615d",
11
+ "transactionHash": "0xb0d6988ccb4729366aa157c62b7458a84c9056927d3862b08eca27a0caeab6f4"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "MsglibAuth",
5
+ "moduleName": "msglib_auth",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "d36386bf031f909917a6732ee61e6f04d0fc16745f3ebb54d87fa4a118837554",
11
+ "transactionHash": "0x4b160552c652facc670ce35d3ef0337b28173e03baaa40a2dd4bcc7d764f6477"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "Zro",
5
+ "moduleName": "zro",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "f30380d4344631dcb83a661490e6d408572d7919b17acf6260fefd4d6574619f",
11
+ "transactionHash": "0x8a4e55a942cc1cfd68360544200198fd46d002fddd5c50581e4b7d613ba560c8"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "executor_v2_register",
5
+ "moduleName": "executor_v2_register",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "6f2ed0f17311420a805f879798fc2a7fb8dc86f494166de980cbc943f6c392d6",
11
+ "transactionHash": "0xbd21784c8b5cab9048d51b2d14d61017e60b4361decad9c530346b3d551c14e2"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x62b34adf4e0295be41ff3e2b7c5ee371f905cedec75a9732148643d61ed359fa",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "fa_converter",
5
+ "moduleName": "fa_converter",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "bb99e7025d58db0b128dca4b5e645bc4ecc533104f6930b58fb95f9b2183f881",
11
+ "transactionHash": "0x34aad786ae239277ab704db9d8b14226f789a99648b7b52fab616bf74c8ed4a2"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xaebc3f4f27559ea378f21d75b43236ea0f8038a2c171224eb01be7a7dfe918ab",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "layerzero_view",
5
+ "moduleName": "layerzero_view",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "57a28ce31c2456688749b54fdf45fec26c206c83e3765065da91688bb57b6beb",
11
+ "transactionHash": "0xaabcc46c755b5981e8d75b107ce712e2bab315296d64c7b0588a5b0867473ce9"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0xda0ee3324a739cf664fedfba5174fbc6a11ffbb669b6ead9dc366415b9a37114",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "msglib_routing_helper",
5
+ "moduleName": "msglib_routing_helper",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "79724aa6f5a4cc2515c92b1a723d79a0046dff510db5e135b81e30be74040750",
11
+ "transactionHash": "0xb15907a2b24549736c270dd5a93bf2497313cd6344f0e470f4137ed97effd346"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x7b08a371234474602f6b9fdac95e60cb85d3150dc5061ff7326a5b8a73491932",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "packet_converter",
5
+ "moduleName": "packet_converter",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "91d12ffcc364268cff228bcf251e5dbaae41562c6d59a1751d06d6587c376cd3",
11
+ "transactionHash": "0xb935530043234c9eb3ebe1630857cb1eb814133dc1a1b1e8d1d01f370bc176c3"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x1050fe8b6900532a0fc312c1635f3e0bfb1153cc9ef55bc190ce48f0db471514",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "uln_301",
5
+ "moduleName": "uln_301",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "bdabb13fb65eb69268bf566cd2a0f6a0c1dc2a40d6b072c604593dfc5b50df0c",
11
+ "transactionHash": "0xbf5cd58f24ab8c83dc04edddf36482e65b27f7b7bae5e11c497999a964d2ac0c"
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "address": "0x4198b568d9044d0165f8c357e88a7b12dd76fecd3016e7726e5512f668164be9",
3
+ "deployer": "0xf2e1e034475dc0439487dd09dfc3950c462f731599e53a6b015dd85502352e68",
4
+ "name": "uln_301_receive_helper",
5
+ "moduleName": "uln_301_receive_helper",
6
+ "network": "aptos-sandbox-local",
7
+ "compatibleVersions": [
8
+ "v1"
9
+ ],
10
+ "bytecodeHash": "79ffa7027f94ffde3371e310afd8fc06ec37ae484b766ebcda915548b714e1ba",
11
+ "transactionHash": "0xc29318e3951ca518257ed357b2c2dd2293eb023f7a68c451b66a7ca4b53115b3"
12
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "Common",
4
+ "moduleName": "layerzero_common",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "Endpoint",
4
+ "moduleName": "layerzero",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x39942f4bd78e899f162644b5ec5998a19cb6de1ff8b7321070cb75cf96e5cf6c",
3
+ "name": "ExecutorExt",
4
+ "moduleName": "executor_ext",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "ExecutorV2",
4
+ "moduleName": "executor_v2",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "MsgLibV1",
4
+ "moduleName": "msglib_v1_1",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "MsgLibV2",
4
+ "moduleName": "msglib_v2",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "address": "0x1759cc0d3161f1eb79f65847d4feb9d1f74fb79014698a23b16b28b9cd4c37e3",
3
+ "name": "Zro",
4
+ "moduleName": "zro",
5
+ "network": "aptos-testnet",
6
+ "compatibleVersions": [
7
+ "v1"
8
+ ]
9
+ }