@layerzerolabs/lz-sui-sdk-v2 3.0.132 → 3.0.134-sui.0
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 +16 -0
- package/deployments/sui-sandbox-local/blocked_message_lib.json +26 -26
- package/deployments/sui-sandbox-local/blocked_msglib_ptb_builder.json +26 -26
- package/deployments/sui-sandbox-local/call.json +20 -20
- package/deployments/sui-sandbox-local/counter.json +81 -46
- package/deployments/sui-sandbox-local/dvn.json +23 -22
- package/deployments/sui-sandbox-local/dvn_call_type.json +21 -21
- package/deployments/sui-sandbox-local/dvn_fee_lib.json +31 -31
- package/deployments/sui-sandbox-local/dvn_layerzero.json +25 -25
- package/deployments/sui-sandbox-local/dvn_ptb_builder.json +14 -14
- package/deployments/sui-sandbox-local/endpoint_ptb_builder.json +31 -31
- package/deployments/sui-sandbox-local/endpoint_v2.json +26 -26
- package/deployments/sui-sandbox-local/executor.json +21 -20
- package/deployments/sui-sandbox-local/executor_call_type.json +14 -14
- package/deployments/sui-sandbox-local/executor_fee_lib.json +27 -27
- package/deployments/sui-sandbox-local/executor_layerzero.json +22 -22
- package/deployments/sui-sandbox-local/executor_ptb_builder.json +14 -14
- package/deployments/sui-sandbox-local/layerzero_views.json +14 -14
- package/deployments/sui-sandbox-local/message_lib_common.json +22 -22
- package/deployments/sui-sandbox-local/msglib_ptb_builder_call_types.json +14 -14
- package/deployments/sui-sandbox-local/oapp.json +16 -14
- package/deployments/sui-sandbox-local/object-BlockedMessageLib.json +5 -5
- package/deployments/sui-sandbox-local/object-BlockedMsglibPtbBuilder.json +5 -5
- package/deployments/sui-sandbox-local/object-Counter.json +5 -5
- package/deployments/sui-sandbox-local/object-CounterAdminCap.json +5 -5
- package/deployments/sui-sandbox-local/object-CounterOApp.json +5 -5
- package/deployments/sui-sandbox-local/object-DVN.json +2 -2
- package/deployments/sui-sandbox-local/object-DVNCap.json +5 -5
- package/deployments/sui-sandbox-local/object-DVNFeeLib.json +5 -5
- package/deployments/sui-sandbox-local/object-EndpointPtbBuilder.json +5 -5
- package/deployments/sui-sandbox-local/object-EndpointPtbBuilderAdminCap.json +5 -5
- package/deployments/sui-sandbox-local/object-EndpointV2.json +4 -4
- package/deployments/sui-sandbox-local/object-EndpointV2AdminCap.json +4 -4
- package/deployments/sui-sandbox-local/object-Executor.json +2 -2
- package/deployments/sui-sandbox-local/object-ExecutorCap.json +4 -4
- package/deployments/sui-sandbox-local/object-ExecutorFeeLib.json +5 -5
- package/deployments/sui-sandbox-local/object-ExecutorOwnerCap.json +2 -2
- package/deployments/sui-sandbox-local/object-PackageWhitelistValidator.json +5 -5
- package/deployments/sui-sandbox-local/object-PriceFeed.json +5 -5
- package/deployments/sui-sandbox-local/object-PriceFeedOwnerCap.json +5 -5
- package/deployments/sui-sandbox-local/object-SimpleMessageLib.json +5 -5
- package/deployments/sui-sandbox-local/object-SimpleMessageLibAdminCap.json +5 -5
- package/deployments/sui-sandbox-local/object-SmlPtbBuilder.json +5 -5
- package/deployments/sui-sandbox-local/object-Treasury.json +5 -5
- package/deployments/sui-sandbox-local/object-TreasuryAdminCap.json +5 -5
- package/deployments/sui-sandbox-local/object-ULN302.json +5 -5
- package/deployments/sui-sandbox-local/object-ULN302AdminCap.json +5 -5
- package/deployments/sui-sandbox-local/object-Uln302PtbBuilder.json +5 -5
- package/deployments/sui-sandbox-local/object-Uln302Verification.json +5 -5
- package/deployments/sui-sandbox-local/object-WorkerRegistry.json +9 -0
- package/deployments/sui-sandbox-local/object-ZroCoinMetadata.json +4 -4
- package/deployments/sui-sandbox-local/object-ZroTreasuryCap.json +4 -4
- package/deployments/sui-sandbox-local/package_whitelist_validator.json +51 -51
- package/deployments/sui-sandbox-local/price_feed.json +42 -42
- package/deployments/sui-sandbox-local/price_feed_call_types.json +13 -13
- package/deployments/sui-sandbox-local/ptb_move_call.json +14 -14
- package/deployments/sui-sandbox-local/simple_message_lib.json +34 -34
- package/deployments/sui-sandbox-local/simple_msglib_ptb_builder.json +27 -27
- package/deployments/sui-sandbox-local/treasury.json +38 -38
- package/deployments/sui-sandbox-local/uln_302.json +29 -29
- package/deployments/sui-sandbox-local/uln_302_ptb_builder.json +26 -26
- package/deployments/sui-sandbox-local/utils.json +14 -14
- package/deployments/sui-sandbox-local/worker_common.json +16 -15
- package/deployments/sui-sandbox-local/worker_registry.json +58 -0
- package/deployments/sui-sandbox-local/zro.json +23 -23
- package/dist/index.cjs +840 -300
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +541 -316
- package/dist/index.d.ts +541 -316
- package/dist/index.mjs +834 -301
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
- package/src/bcs/index.ts +2 -1
- package/src/bcs/oapp.ts +14 -0
- package/src/generated/addresses.ts +72 -54
- package/src/module-manager.ts +15 -3
- package/src/modules/endpoint.ts +2 -3
- package/src/modules/oapps/counter.ts +30 -47
- package/src/modules/oapps/oapp.ts +468 -62
- package/src/modules/ptb-builders/ptb-builder.ts +10 -4
- package/src/modules/workers/dvn-layerzero.ts +1 -0
- package/src/modules/workers/dvn.ts +59 -0
- package/src/modules/workers/executor-layerzero.ts +1 -0
- package/src/modules/workers/executor.ts +59 -0
- package/src/modules/workers/index.ts +1 -0
- package/src/modules/workers/worker-registry.ts +109 -0
- package/src/resource.ts +3 -0
- package/src/sdk.ts +7 -2
- package/src/types/endpoint.ts +2 -1
- package/src/types/modules.ts +1 -0
- package/src/types/oapp.ts +6 -0
- package/src/types/options.ts +15 -0
- package/src/utils/transaction.ts +3 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "executor_fee_lib",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0x16af1b65c0af5533ad82973fdc3b2caeec16123e2154f08ab3c96f03c8bae327",
|
|
4
|
+
"originalAddress": "0x16af1b65c0af5533ad82973fdc3b2caeec16123e2154f08ab3c96f03c8bae327",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "f8f6bee619cbc68ff5bae94aea253ed660687a62fca5eec8f2c69701b2d7b3d9",
|
|
8
|
+
"transactionHash": "HzX7B9aj91MVNKVcAZ1GvoKqYvtxUhinU2xi8xwmT3L3",
|
|
9
|
+
"upgradeCapId": "0xc97a5198c4746815f607c29af4018d3ebb211b56066b524d72aff565c233a156",
|
|
10
10
|
"deployer": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,27 +16,16 @@
|
|
|
16
16
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "created",
|
|
26
|
-
"sender": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
27
|
-
"owner": {
|
|
28
|
-
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
29
|
-
},
|
|
30
|
-
"objectType": "0x2::package::UpgradeCap",
|
|
31
|
-
"objectId": "0x0d3bcca931e0041ffca50b75972ce569905e50de826c3b894964dd8861d65da1",
|
|
32
|
-
"version": "13",
|
|
33
|
-
"digest": "B8W5DkXokJYwv6QvJ4dZoCVW8KBZSZ6BzHYNt2Zi8iNS"
|
|
19
|
+
"objectId": "0x23f1ddbb183113178ec4e439311a790d7a001315f2577915203e213e6fcf8874",
|
|
20
|
+
"version": "19",
|
|
21
|
+
"previousVersion": "18",
|
|
22
|
+
"digest": "42F5KhmZQoLhUsJHkpkAGGoD6BuYExfiHkHhWLpyeNKu"
|
|
34
23
|
},
|
|
35
24
|
{
|
|
36
25
|
"type": "published",
|
|
37
|
-
"packageId": "
|
|
26
|
+
"packageId": "0x16af1b65c0af5533ad82973fdc3b2caeec16123e2154f08ab3c96f03c8bae327",
|
|
38
27
|
"version": "1",
|
|
39
|
-
"digest": "
|
|
28
|
+
"digest": "BGNxuhC6geL5wLoakuCSWCiSLHLKHnVeDvY5Huu86vj6",
|
|
40
29
|
"modules": [
|
|
41
30
|
"executor_fee_lib",
|
|
42
31
|
"executor_fee_lib_witness",
|
|
@@ -48,13 +37,24 @@
|
|
|
48
37
|
"sender": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
49
38
|
"owner": {
|
|
50
39
|
"Shared": {
|
|
51
|
-
"initial_shared_version":
|
|
40
|
+
"initial_shared_version": 19
|
|
52
41
|
}
|
|
53
42
|
},
|
|
54
|
-
"objectType": "
|
|
55
|
-
"objectId": "
|
|
56
|
-
"version": "
|
|
57
|
-
"digest": "
|
|
43
|
+
"objectType": "0x16af1b65c0af5533ad82973fdc3b2caeec16123e2154f08ab3c96f03c8bae327::executor_fee_lib::ExecutorFeeLib",
|
|
44
|
+
"objectId": "0x2c673198b2703cb2676896a97a2332c229487ea2e94ee254a095e2d0524ae376",
|
|
45
|
+
"version": "19",
|
|
46
|
+
"digest": "8my2VgVPxnc35RArRvogRmeFgGYuiUtx8fds1NJaQTux"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"type": "created",
|
|
50
|
+
"sender": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
51
|
+
"owner": {
|
|
52
|
+
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
53
|
+
},
|
|
54
|
+
"objectType": "0x2::package::UpgradeCap",
|
|
55
|
+
"objectId": "0xc97a5198c4746815f607c29af4018d3ebb211b56066b524d72aff565c233a156",
|
|
56
|
+
"version": "19",
|
|
57
|
+
"digest": "HkwXbShSJALeuPd4g7xumfYa8BZYZRU7HMyuEeVHF8ZT"
|
|
58
58
|
}
|
|
59
59
|
]
|
|
60
60
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "executor_layerzero",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0xe6ee1ecfa811c75d386287dcf25308109c4f872e7680b89857b6ef8c30956391",
|
|
4
|
+
"originalAddress": "0xe6ee1ecfa811c75d386287dcf25308109c4f872e7680b89857b6ef8c30956391",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "684560aec7bada857d2e2499da7b1a6d77be5876abac5c2a736e961495ca0b20",
|
|
8
|
+
"transactionHash": "Ehn8rqYV2hmqQciXKigCF1Gr8MJDqqhkVj5SgXWWLyt3",
|
|
9
|
+
"upgradeCapId": "0x7e57f38d46c4c77a339db321416504b1d20b88f4fefee819110a95d050b279e7",
|
|
10
10
|
"deployer": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,19 +16,10 @@
|
|
|
16
16
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
19
|
+
"objectId": "0x23f1ddbb183113178ec4e439311a790d7a001315f2577915203e213e6fcf8874",
|
|
20
20
|
"version": "11",
|
|
21
21
|
"previousVersion": "10",
|
|
22
|
-
"digest": "
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"type": "published",
|
|
26
|
-
"packageId": "0x319de6be3c6a667a423aa89b893f9c1f758687e9dd6742cf82e342a423ddae96",
|
|
27
|
-
"version": "1",
|
|
28
|
-
"digest": "CmMcGbre1vmwiosfKSDeSt2uhCyxtPk1ZJyY2DoDd9Fu",
|
|
29
|
-
"modules": [
|
|
30
|
-
"executor_layerzero"
|
|
31
|
-
]
|
|
22
|
+
"digest": "2YWC4vfk45iVwKKZHZnNDBBMj9nT5BTFDQcxyqZhJMkQ"
|
|
32
23
|
},
|
|
33
24
|
{
|
|
34
25
|
"type": "created",
|
|
@@ -36,10 +27,10 @@
|
|
|
36
27
|
"owner": {
|
|
37
28
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
38
29
|
},
|
|
39
|
-
"objectType": "
|
|
40
|
-
"objectId": "
|
|
30
|
+
"objectType": "0xd7f51d8b568d98158a635304c44f1235a95df746ef2d53e69f0c9f082912b3b8::call_cap::CallCap",
|
|
31
|
+
"objectId": "0x2afea3cb8704594b3074b9b63b13f119f6548932b308cbd6e47d5847ef172d1d",
|
|
41
32
|
"version": "11",
|
|
42
|
-
"digest": "
|
|
33
|
+
"digest": "BWn8KGtGnV4qzrneDtsPfuqMasQHc7B5driZFNC22VDV"
|
|
43
34
|
},
|
|
44
35
|
{
|
|
45
36
|
"type": "created",
|
|
@@ -47,10 +38,19 @@
|
|
|
47
38
|
"owner": {
|
|
48
39
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
49
40
|
},
|
|
50
|
-
"objectType": "
|
|
51
|
-
"objectId": "
|
|
41
|
+
"objectType": "0x2::package::UpgradeCap",
|
|
42
|
+
"objectId": "0x7e57f38d46c4c77a339db321416504b1d20b88f4fefee819110a95d050b279e7",
|
|
52
43
|
"version": "11",
|
|
53
|
-
"digest": "
|
|
44
|
+
"digest": "8ZhUckBHmsTNCxf9SGZA9e8B3xqUC6vDZDS8SurZgAyc"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"type": "published",
|
|
48
|
+
"packageId": "0xe6ee1ecfa811c75d386287dcf25308109c4f872e7680b89857b6ef8c30956391",
|
|
49
|
+
"version": "1",
|
|
50
|
+
"digest": "BMtaJZpoRpz4cVyjTVY5KbuzBjytPztYGbnz66awDuWr",
|
|
51
|
+
"modules": [
|
|
52
|
+
"executor_layerzero"
|
|
53
|
+
]
|
|
54
54
|
}
|
|
55
55
|
]
|
|
56
56
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "executor_ptb_builder",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0x95cb0c629555b19839bb028868e4a8d78d9649b04e975fc9526325120609d84b",
|
|
4
|
+
"originalAddress": "0x95cb0c629555b19839bb028868e4a8d78d9649b04e975fc9526325120609d84b",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "0c6c51aa16a2b70adfc0ebedd3b02011b51d57e73ac7bd3048be55a66d3e7b2a",
|
|
8
|
+
"transactionHash": "FeGWJoCn7UDx2aQDj3ZXKk2VhtnoTGxgt4EMy5HZP4h8",
|
|
9
|
+
"upgradeCapId": "0xc1a8b4327b33c9022a73e9a97b74df88caf20f664b856f336ec19c3c0dc1be2d",
|
|
10
10
|
"deployer": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
19
|
+
"objectId": "0x23f1ddbb183113178ec4e439311a790d7a001315f2577915203e213e6fcf8874",
|
|
20
|
+
"version": "20",
|
|
21
|
+
"previousVersion": "19",
|
|
22
|
+
"digest": "B3rFnUyCfpGZrt9xr77ynNVk5bEhoNmi4MNP4gH6MCu1"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"type": "published",
|
|
26
|
-
"packageId": "
|
|
26
|
+
"packageId": "0x95cb0c629555b19839bb028868e4a8d78d9649b04e975fc9526325120609d84b",
|
|
27
27
|
"version": "1",
|
|
28
|
-
"digest": "
|
|
28
|
+
"digest": "CZeBoVEiQSjeLxbwMdMAxaLdPaSCa9bjZL2jSEHZapnK",
|
|
29
29
|
"modules": [
|
|
30
30
|
"executor_ptb_builder"
|
|
31
31
|
]
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"AddressOwner": "0x8bea8cc9198365e90381511c52464ceee189df04a3891e6d76d28461de8165ef"
|
|
38
38
|
},
|
|
39
39
|
"objectType": "0x2::package::UpgradeCap",
|
|
40
|
-
"objectId": "
|
|
41
|
-
"version": "
|
|
42
|
-
"digest": "
|
|
40
|
+
"objectId": "0xc1a8b4327b33c9022a73e9a97b74df88caf20f664b856f336ec19c3c0dc1be2d",
|
|
41
|
+
"version": "20",
|
|
42
|
+
"digest": "9dxZoZT7CcRpkJn4HfMhEgo2QYoHTAG3ArZVbwgyrD1b"
|
|
43
43
|
}
|
|
44
44
|
]
|
|
45
45
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerzero_views",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0x0f5efe78da0d3bae509c45ef677b112f8723e2f40941fe69c0bfa6bb429548e0",
|
|
4
|
+
"originalAddress": "0x0f5efe78da0d3bae509c45ef677b112f8723e2f40941fe69c0bfa6bb429548e0",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "64a79c4d75cbdcbdfb9d7947d6adfab5c277fe78466575191ac8f5961a5e4433",
|
|
8
|
+
"transactionHash": "6Msk1Hfu92Sy9xidAy2a7T5dqEHqnhT56PjSo7FGwdpV",
|
|
9
|
+
"upgradeCapId": "0x9f7c1cd3bc592e7376529a560ec7c4900768c18f4b232e305c783da3f175cb1b",
|
|
10
10
|
"deployer": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
19
|
+
"objectId": "0x24e4d5c1d20887115687fd7031e7b48c68637c6990447b67715417cfce89f290",
|
|
20
|
+
"version": "22",
|
|
21
|
+
"previousVersion": "21",
|
|
22
|
+
"digest": "GF3eVEBnSNJdoZ4HXoR1PbUNSjFmPrNDRKSiuRAF3wdP"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"type": "published",
|
|
26
|
-
"packageId": "
|
|
26
|
+
"packageId": "0x0f5efe78da0d3bae509c45ef677b112f8723e2f40941fe69c0bfa6bb429548e0",
|
|
27
27
|
"version": "1",
|
|
28
|
-
"digest": "
|
|
28
|
+
"digest": "61swbDmGaDExJFwNo5NdbfJXKgdbh3ivvdoJ6898qKqf",
|
|
29
29
|
"modules": [
|
|
30
30
|
"endpoint_views",
|
|
31
31
|
"uln_302_views"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
39
39
|
},
|
|
40
40
|
"objectType": "0x2::package::UpgradeCap",
|
|
41
|
-
"objectId": "
|
|
42
|
-
"version": "
|
|
43
|
-
"digest": "
|
|
41
|
+
"objectId": "0x9f7c1cd3bc592e7376529a560ec7c4900768c18f4b232e305c783da3f175cb1b",
|
|
42
|
+
"version": "22",
|
|
43
|
+
"digest": "CCSr2a5d1TuBPEieB8QMWX8oxnTSuX7nQaz28pPec9EW"
|
|
44
44
|
}
|
|
45
45
|
]
|
|
46
46
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "message_lib_common",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0xcf97913080de07842b82176303bf9c4a0778ecffb41c0c7003c44cf317fdd3d1",
|
|
4
|
+
"originalAddress": "0xcf97913080de07842b82176303bf9c4a0778ecffb41c0c7003c44cf317fdd3d1",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "58ca5d7a8105f21b838b15454c820a990e587e25fb1b921d40292007d190d94d",
|
|
8
|
+
"transactionHash": "BGZN6zm1Ra8yMfPXuRoWUUVwi8hbknNKSfgUkMCPD951",
|
|
9
|
+
"upgradeCapId": "0xa459c00b728866aa7d14cc56da9bc67470f99d1f90cee3dfd0f1a457f7383bc9",
|
|
10
10
|
"deployer": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,32 +16,32 @@
|
|
|
16
16
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
19
|
+
"objectId": "0x24e4d5c1d20887115687fd7031e7b48c68637c6990447b67715417cfce89f290",
|
|
20
|
+
"version": "10",
|
|
21
|
+
"previousVersion": "9",
|
|
22
|
+
"digest": "Hjja7wSS5XmG732MC2QN3p3yfrczti4s6vaTVeGRGBKq"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "created",
|
|
26
|
+
"sender": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
27
|
+
"owner": {
|
|
28
|
+
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
29
|
+
},
|
|
30
|
+
"objectType": "0x2::package::UpgradeCap",
|
|
31
|
+
"objectId": "0xa459c00b728866aa7d14cc56da9bc67470f99d1f90cee3dfd0f1a457f7383bc9",
|
|
32
|
+
"version": "10",
|
|
33
|
+
"digest": "6kCkwHkqwdtK8uXQqmxsviCvbfzF8vRV2yUL8GyfhfcV"
|
|
23
34
|
},
|
|
24
35
|
{
|
|
25
36
|
"type": "published",
|
|
26
|
-
"packageId": "
|
|
37
|
+
"packageId": "0xcf97913080de07842b82176303bf9c4a0778ecffb41c0c7003c44cf317fdd3d1",
|
|
27
38
|
"version": "1",
|
|
28
|
-
"digest": "
|
|
39
|
+
"digest": "4WEDNXrXXVPBPY7z2Chkh85toRTy81iGePLcf9RRmK61",
|
|
29
40
|
"modules": [
|
|
30
41
|
"fee_recipient",
|
|
31
42
|
"packet_v1_codec",
|
|
32
43
|
"worker_options"
|
|
33
44
|
]
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"type": "created",
|
|
37
|
-
"sender": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
38
|
-
"owner": {
|
|
39
|
-
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
40
|
-
},
|
|
41
|
-
"objectType": "0x2::package::UpgradeCap",
|
|
42
|
-
"objectId": "0xb20d845c1f6727324cadbb7516e18318e10feaca8dcc1e24b221bdcd0bd29fd8",
|
|
43
|
-
"version": "9",
|
|
44
|
-
"digest": "2EvRSSeQNp5ByCWpx4cpnWcG8JKShvJZBLW9KYPGLnAB"
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
47
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "msglib_ptb_builder_call_types",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0xc4078fc85ce4b86aa9e973b88bcd4688044c78087cdce15c7a3bda2e99b88803",
|
|
4
|
+
"originalAddress": "0xc4078fc85ce4b86aa9e973b88bcd4688044c78087cdce15c7a3bda2e99b88803",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "b8b57881c7cd15afd2f5cfca7eb9829c81a9f552b9679f2eef54377f01b82f5b",
|
|
8
|
+
"transactionHash": "8uY1gpTNECMueLAeXpcAimzE4iJyQsRwHXAbA9yvpbuq",
|
|
9
|
+
"upgradeCapId": "0xe92e2d0826d826a939b7979bf67fe58ba2b2abe3707c05bbb1099979e63feab9",
|
|
10
10
|
"deployer": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
19
|
+
"objectId": "0x24e4d5c1d20887115687fd7031e7b48c68637c6990447b67715417cfce89f290",
|
|
20
|
+
"version": "17",
|
|
21
|
+
"previousVersion": "16",
|
|
22
|
+
"digest": "Hg79E1kRQnY3ifNvmzGYHKa91Jkh9F8G2DsEhAyrQrL8"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"type": "published",
|
|
26
|
-
"packageId": "
|
|
26
|
+
"packageId": "0xc4078fc85ce4b86aa9e973b88bcd4688044c78087cdce15c7a3bda2e99b88803",
|
|
27
27
|
"version": "1",
|
|
28
|
-
"digest": "
|
|
28
|
+
"digest": "FGnqU2jzXJXRNpMTUETdh2QnWvWDirisXZw2p8EXcJxv",
|
|
29
29
|
"modules": [
|
|
30
30
|
"set_worker_ptb"
|
|
31
31
|
]
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
38
38
|
},
|
|
39
39
|
"objectType": "0x2::package::UpgradeCap",
|
|
40
|
-
"objectId": "
|
|
41
|
-
"version": "
|
|
42
|
-
"digest": "
|
|
40
|
+
"objectId": "0xe92e2d0826d826a939b7979bf67fe58ba2b2abe3707c05bbb1099979e63feab9",
|
|
41
|
+
"version": "17",
|
|
42
|
+
"digest": "FBRyqy3iLzFAjtBqNseL5MdQt5SetDK3n2NkAgPSURET"
|
|
43
43
|
}
|
|
44
44
|
]
|
|
45
45
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oapp",
|
|
3
|
-
"address": "
|
|
4
|
-
"originalAddress": "
|
|
3
|
+
"address": "0x5a0546761498df269c5cf84268db3258e04f2b88a258c2c29d9964e0760715bb",
|
|
4
|
+
"originalAddress": "0x5a0546761498df269c5cf84268db3258e04f2b88a258c2c29d9964e0760715bb",
|
|
5
5
|
"publishedVersion": "1",
|
|
6
6
|
"network": "sui-sandbox-local",
|
|
7
|
-
"digest": "
|
|
8
|
-
"transactionHash": "
|
|
9
|
-
"upgradeCapId": "
|
|
7
|
+
"digest": "63faad33ce1793aebe654d71b44641dd5cb005b90d476bbcc98c359aa0bd8029",
|
|
8
|
+
"transactionHash": "7TbySPASZ2BN5XruxzezszxszJBH5M49Ybsa1foWhr6x",
|
|
9
|
+
"upgradeCapId": "0x645064caedb741627b5007e8613870d021fa98da3d8f9a58e2eda63afe5963ad",
|
|
10
10
|
"deployer": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e",
|
|
11
11
|
"objectChanges": [
|
|
12
12
|
{
|
|
@@ -16,19 +16,21 @@
|
|
|
16
16
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
17
17
|
},
|
|
18
18
|
"objectType": "0x2::coin::Coin<0x2::sui::SUI>",
|
|
19
|
-
"objectId": "
|
|
20
|
-
"version": "
|
|
21
|
-
"previousVersion": "
|
|
22
|
-
"digest": "
|
|
19
|
+
"objectId": "0x24e4d5c1d20887115687fd7031e7b48c68637c6990447b67715417cfce89f290",
|
|
20
|
+
"version": "16",
|
|
21
|
+
"previousVersion": "15",
|
|
22
|
+
"digest": "YLnG1R3Sc4z1eNEFsXzrHBJy4JnH1VEzB2Wi98V6wFh"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"type": "published",
|
|
26
|
-
"packageId": "
|
|
26
|
+
"packageId": "0x5a0546761498df269c5cf84268db3258e04f2b88a258c2c29d9964e0760715bb",
|
|
27
27
|
"version": "1",
|
|
28
|
-
"digest": "
|
|
28
|
+
"digest": "FbCogsEFRVEJPUHUASrhFwQgMjJJoC6XVU3gaXJ4MhNo",
|
|
29
29
|
"modules": [
|
|
30
|
+
"endpoint_calls",
|
|
30
31
|
"enforced_options",
|
|
31
32
|
"oapp",
|
|
33
|
+
"oapp_info_v1",
|
|
32
34
|
"oapp_peer",
|
|
33
35
|
"ptb_builder_helper"
|
|
34
36
|
]
|
|
@@ -40,9 +42,9 @@
|
|
|
40
42
|
"AddressOwner": "0xc88ef07b9b8b2fc3b7daad9478f4e1337f01792e2eab9c3794494e610636026e"
|
|
41
43
|
},
|
|
42
44
|
"objectType": "0x2::package::UpgradeCap",
|
|
43
|
-
"objectId": "
|
|
44
|
-
"version": "
|
|
45
|
-
"digest": "
|
|
45
|
+
"objectId": "0x645064caedb741627b5007e8613870d021fa98da3d8f9a58e2eda63afe5963ad",
|
|
46
|
+
"version": "16",
|
|
47
|
+
"digest": "5nz39uk4c4Qp31jLbMAheSpP9mnvcrhKVPkV5uCYE8BZ"
|
|
46
48
|
}
|
|
47
49
|
]
|
|
48
50
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-BlockedMessageLib",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xee5785033a64ec145d7a276a6cc5e1edd3f1ea198e9b64f3cc50390d8ba0e81e",
|
|
4
|
+
"type": "0x296cdb6f55b1c0dbc90bc161cd311e99d400cc74931d2d191d2afe1d4553e0b5::blocked_message_lib::BlockedMessageLib",
|
|
5
|
+
"version": "13",
|
|
6
|
+
"digest": "8hrMt556FW8odUMQkA8BRPUh9JSiDgL9mWbfBCWKrsx",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "EpKX8JwcRbGa8Bvy34PWduVJepgiENUuBiw4FLssx77V"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-BlockedMsglibPtbBuilder",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0x6e1999cb4c9d18f9421dc61368cf0dd4209b4339e05453ab64f56686b4428c37",
|
|
4
|
+
"type": "0x2159c22966983d2d804d2f4af47010cbdbc18c035ac2a4b858ffb3c87e1b0ad2::blocked_msglib_ptb_builder::BlockedMsglibPtbBuilder",
|
|
5
|
+
"version": "19",
|
|
6
|
+
"digest": "AGTdehrJTCaRNQaPd8k2thoZ6VZTrBk84C6eWjGMRgH3",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "AKqAammUV9E3MTi3NFkm2YHUpXn42oruRAfirjHuhBRx"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-Counter",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xb03d5554da058538f2f1a7dead5bb8ecb0802335b8be4679a5d1cecb62795dcb",
|
|
4
|
+
"type": "0x03bb39118fd4ab6fce5fe4905c65eb464c1b7bb42616ac44ba7b63237fd359e1::counter::Counter",
|
|
5
|
+
"version": "5",
|
|
6
|
+
"digest": "GFbXfX7YFECdKRAVmktWnhf1vW8dAyAVzK1ja3BWLjv8",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "GY62S1j3xvAzh4gJWLT2BBYTPcpZ9vAFKFiFd5FVomaL"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-CounterAdminCap",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0x34645a0e765373545d2f219a64c01b34bc9b55b6f2d725719943a493dc8bd3ce",
|
|
4
|
+
"type": "0x5a0546761498df269c5cf84268db3258e04f2b88a258c2c29d9964e0760715bb::oapp::AdminCap",
|
|
5
|
+
"version": "5",
|
|
6
|
+
"digest": "7KTuKBHrpmmXQRi2qJeNqisfyiX82Cc58dnh3syyaExx",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "GY62S1j3xvAzh4gJWLT2BBYTPcpZ9vAFKFiFd5FVomaL"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-CounterOApp",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xe2c538b0b8b821959a72c527079e007916d1c9682c7c978566db598e72ddfaed",
|
|
4
|
+
"type": "0x5a0546761498df269c5cf84268db3258e04f2b88a258c2c29d9964e0760715bb::oapp::OApp",
|
|
5
|
+
"version": "5",
|
|
6
|
+
"digest": "GrLHiB2NK4fg9QJsnX2vHhpjN3CskUxRBKYMzKRP5Bbn",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "GY62S1j3xvAzh4gJWLT2BBYTPcpZ9vAFKFiFd5FVomaL"
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-DVN",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
3
|
+
"address": "0x51ce5f5fd016844276d19118b87d06ee06eb478d4b09732cdedeb6058de222e3",
|
|
4
|
+
"type": "0xfd7eb85864e2bbb92d7c0b647febc4cef621ad68767ca6a29184ffadae9af66f::dvn::DVN"
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-DVNCap",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0x688d97f7e0c4d6ff3f9155f70cad96ece1c0e74fc9ac0090fa90ce3ef413792c",
|
|
4
|
+
"type": "0xd7f51d8b568d98158a635304c44f1235a95df746ef2d53e69f0c9f082912b3b8::call_cap::CallCap",
|
|
5
|
+
"version": "16",
|
|
6
|
+
"digest": "HRiKeaKUdWZ6ndYiGjK6JmJA5egpcvNR1KsaVTJFFwQM",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "J3ZuQKAZfCHPxX4KDTCw6qFjwpRUgGpV3VzgpYDRfWbN"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-DVNFeeLib",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xae4114801fffb48fa6292941abe408abf96fbff5a57c7dba94a156400413da6c",
|
|
4
|
+
"type": "0x23c6868a1e69fe7a968f11d5af5cefe6c72a44285ad8493992d706b16d669dc2::dvn_fee_lib::DvnFeeLib",
|
|
5
|
+
"version": "18",
|
|
6
|
+
"digest": "EVTr9fmq4n6VY3T6oA8aSd1xoMrBf9DbhbtYTm6jZ47H",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "CCYuKZYSjg1udQzWz9FkGZJRNxY2htQRh4UxhjEuDbgx"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-EndpointPtbBuilder",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xddd0c803ff273b7179c7d7889006cb202fb44fc09ccbc21188892cb90493f2da",
|
|
4
|
+
"type": "0x70de4b2f246f3fcb3ca10c25b5e0c47f76743eaf70c5ab1ab0702e9259d55079::endpoint_ptb_builder::EndpointPtbBuilder",
|
|
5
|
+
"version": "15",
|
|
6
|
+
"digest": "48MZ1Bix2G2tK57fipqSovKZiPaAy789LvJpBCDJisTL",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "77foUEK8Sun9ihF9LdTMjyJ6d5rSR5LVjWrnbXS92HDs"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-EndpointPtbBuilderAdminCap",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
5
|
-
"version": "
|
|
6
|
-
"digest": "
|
|
3
|
+
"address": "0xd86364d1e4370017b9ab7473c3a4fea87b182c75fafac4175fe463ce9c07b29f",
|
|
4
|
+
"type": "0x70de4b2f246f3fcb3ca10c25b5e0c47f76743eaf70c5ab1ab0702e9259d55079::endpoint_ptb_builder::AdminCap",
|
|
5
|
+
"version": "15",
|
|
6
|
+
"digest": "Hk3v4GZsXGAsST9yNEvTbKNYDydBuwfnV2Pz6kAWkRYA",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "77foUEK8Sun9ihF9LdTMjyJ6d5rSR5LVjWrnbXS92HDs"
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-EndpointV2",
|
|
3
|
-
"address": "
|
|
4
|
-
"type": "
|
|
3
|
+
"address": "0xcda0200851fd0a5c1feafe78bccac740579c15245a62b36b2f53468124b2c05d",
|
|
4
|
+
"type": "0xcd97606354aaa69e476f2f3cfa374ed73f2a3d08cfc305d74489b2fcbb988805::endpoint_v2::EndpointV2",
|
|
5
5
|
"version": "6",
|
|
6
|
-
"digest": "
|
|
6
|
+
"digest": "98J2MNhMKE5yhSq3FUGDfcNzHS2tzVn6woZUti2UqYx",
|
|
7
7
|
"network": "sui-sandbox-local",
|
|
8
|
-
"transactionHash": "
|
|
8
|
+
"transactionHash": "GNa9Hjr6QnCBedSPBW7M4Cfj5kpbvgpUwvVbNL76wFjo"
|
|
9
9
|
}
|