@layerzerolabs/lz-sui-sdk-v2 3.0.137 → 3.0.139
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 +19 -19
- package/deployments/sui-sandbox-local/blocked_msglib_ptb_builder.json +25 -25
- package/deployments/sui-sandbox-local/counter.json +28 -28
- package/deployments/sui-sandbox-local/dvn.json +19 -19
- package/deployments/sui-sandbox-local/dvn_fee_lib.json +12 -12
- package/deployments/sui-sandbox-local/dvn_layerzero.json +19 -19
- package/deployments/sui-sandbox-local/dvn_ptb_builder.json +17 -17
- package/deployments/sui-sandbox-local/endpoint_ptb_builder.json +24 -24
- package/deployments/sui-sandbox-local/executor.json +14 -14
- package/deployments/sui-sandbox-local/executor_call_type.json +28 -28
- package/deployments/sui-sandbox-local/executor_fee_lib.json +23 -23
- package/deployments/sui-sandbox-local/executor_layerzero.json +24 -24
- package/deployments/sui-sandbox-local/executor_ptb_builder.json +21 -21
- package/deployments/sui-sandbox-local/layerzero_views.json +18 -18
- package/deployments/sui-sandbox-local/msglib_ptb_builder_call_types.json +17 -17
- package/deployments/sui-sandbox-local/oapp.json +9 -9
- package/deployments/sui-sandbox-local/object-BlockedMessageLib.json +4 -4
- package/deployments/sui-sandbox-local/object-BlockedMsglibPtbBuilder.json +4 -4
- package/deployments/sui-sandbox-local/object-Counter.json +4 -4
- package/deployments/sui-sandbox-local/object-CounterAdminCap.json +4 -4
- package/deployments/sui-sandbox-local/object-CounterOApp.json +4 -4
- package/deployments/sui-sandbox-local/object-DVN.json +2 -2
- package/deployments/sui-sandbox-local/object-DVNCap.json +3 -3
- package/deployments/sui-sandbox-local/object-DVNFeeLib.json +4 -4
- package/deployments/sui-sandbox-local/object-EndpointPtbBuilder.json +4 -4
- package/deployments/sui-sandbox-local/object-EndpointPtbBuilderAdminCap.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 +1 -1
- package/deployments/sui-sandbox-local/object-PackageWhitelistValidator.json +4 -4
- package/deployments/sui-sandbox-local/object-PriceFeed.json +4 -4
- package/deployments/sui-sandbox-local/object-PriceFeedOwnerCap.json +4 -4
- package/deployments/sui-sandbox-local/object-SimpleMessageLib.json +4 -4
- package/deployments/sui-sandbox-local/object-SimpleMessageLibAdminCap.json +4 -4
- package/deployments/sui-sandbox-local/object-SmlPtbBuilder.json +4 -4
- package/deployments/sui-sandbox-local/object-Treasury.json +4 -4
- package/deployments/sui-sandbox-local/object-TreasuryAdminCap.json +4 -4
- package/deployments/sui-sandbox-local/object-ULN302.json +4 -4
- package/deployments/sui-sandbox-local/object-ULN302AdminCap.json +4 -4
- package/deployments/sui-sandbox-local/object-Uln302PtbBuilder.json +4 -4
- package/deployments/sui-sandbox-local/object-Uln302Verification.json +4 -4
- package/deployments/sui-sandbox-local/package_whitelist_validator.json +42 -42
- package/deployments/sui-sandbox-local/price_feed.json +20 -20
- package/deployments/sui-sandbox-local/ptb_move_call.json +18 -18
- package/deployments/sui-sandbox-local/simple_message_lib.json +27 -27
- package/deployments/sui-sandbox-local/simple_msglib_ptb_builder.json +25 -25
- package/deployments/sui-sandbox-local/treasury.json +21 -21
- package/deployments/sui-sandbox-local/uln_302.json +38 -38
- package/deployments/sui-sandbox-local/uln_302_ptb_builder.json +23 -23
- package/dist/index.cjs +83 -74
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +19 -16
- package/dist/index.d.ts +19 -16
- package/dist/index.mjs +83 -74
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
- package/src/generated/addresses.ts +48 -48
- package/src/modules/oapps/oapp.ts +41 -27
package/dist/index.mjs
CHANGED
|
@@ -8625,15 +8625,10 @@ var OApp = class {
|
|
|
8625
8625
|
this.client = client;
|
|
8626
8626
|
this.objects = objects;
|
|
8627
8627
|
}
|
|
8628
|
-
// setOAppInfo(oappInfo: OAppInfoV1): void {
|
|
8629
|
-
// this.oappInfo = oappInfo
|
|
8630
|
-
// }
|
|
8631
8628
|
// === Set Functions ===
|
|
8632
8629
|
/**
|
|
8633
8630
|
* Set enforced options for OApp messaging
|
|
8634
8631
|
* @param tx - The transaction to add the move call to
|
|
8635
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8636
|
-
* @param adminCap - The admin capability object ID or transaction argument
|
|
8637
8632
|
* @param eid - Endpoint ID or transaction argument
|
|
8638
8633
|
* @param msgType - Message type or transaction argument
|
|
8639
8634
|
* @param options - Enforced options as bytes or transaction argument
|
|
@@ -8655,8 +8650,6 @@ var OApp = class {
|
|
|
8655
8650
|
/**
|
|
8656
8651
|
* Set peer OApp on another chain
|
|
8657
8652
|
* @param tx - The transaction to add the move call to
|
|
8658
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8659
|
-
* @param adminCap - The admin capability object ID or transaction argument
|
|
8660
8653
|
* @param eid - Peer endpoint ID or transaction argument
|
|
8661
8654
|
* @param peer - Peer OApp address as bytes or transaction argument
|
|
8662
8655
|
*/
|
|
@@ -8706,7 +8699,6 @@ var OApp = class {
|
|
|
8706
8699
|
/**
|
|
8707
8700
|
* Get OApp CallCap identifier
|
|
8708
8701
|
* @param tx - The transaction to add the move call to
|
|
8709
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8710
8702
|
* @returns Transaction result containing the OApp CallCap identifier
|
|
8711
8703
|
*/
|
|
8712
8704
|
async getOAppCapIdMoveCall(tx) {
|
|
@@ -8718,7 +8710,6 @@ var OApp = class {
|
|
|
8718
8710
|
}
|
|
8719
8711
|
/**
|
|
8720
8712
|
* Get OApp CallCap identifier
|
|
8721
|
-
* @param oapp - The OApp object ID (optional, uses configured oapp if not provided)
|
|
8722
8713
|
* @returns Promise<string> - The OApp CallCap identifier
|
|
8723
8714
|
*/
|
|
8724
8715
|
async getOAppCapId() {
|
|
@@ -8733,7 +8724,6 @@ var OApp = class {
|
|
|
8733
8724
|
/**
|
|
8734
8725
|
* Combine enforced options with extra options for message execution
|
|
8735
8726
|
* @param tx - The transaction to add the move call to
|
|
8736
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8737
8727
|
* @param eid - Destination endpoint ID or transaction argument
|
|
8738
8728
|
* @param msgType - Message type or transaction argument
|
|
8739
8729
|
* @param extraOptions - Extra options to combine with enforced options or transaction argument
|
|
@@ -8753,7 +8743,6 @@ var OApp = class {
|
|
|
8753
8743
|
}
|
|
8754
8744
|
/**
|
|
8755
8745
|
* Combine enforced options with extra options for message execution
|
|
8756
|
-
* @param oapp - The OApp object ID
|
|
8757
8746
|
* @param eid - Destination endpoint ID
|
|
8758
8747
|
* @param msgType - Message type
|
|
8759
8748
|
* @param extraOptions - Extra options to combine with enforced options
|
|
@@ -8771,7 +8760,6 @@ var OApp = class {
|
|
|
8771
8760
|
/**
|
|
8772
8761
|
* Get enforced options for a specific destination and message type
|
|
8773
8762
|
* @param tx - The transaction to add the move call to
|
|
8774
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8775
8763
|
* @param eid - Destination endpoint ID or transaction argument
|
|
8776
8764
|
* @param msgType - Message type or transaction argument
|
|
8777
8765
|
* @returns Transaction result containing enforced options
|
|
@@ -8785,7 +8773,6 @@ var OApp = class {
|
|
|
8785
8773
|
}
|
|
8786
8774
|
/**
|
|
8787
8775
|
* Get enforced options for a specific destination and message type
|
|
8788
|
-
* @param oapp - The OApp object ID
|
|
8789
8776
|
* @param eid - Destination endpoint ID
|
|
8790
8777
|
* @param msgType - Message type
|
|
8791
8778
|
* @returns Promise<Uint8Array> - Enforced options as bytes
|
|
@@ -8802,7 +8789,6 @@ var OApp = class {
|
|
|
8802
8789
|
/**
|
|
8803
8790
|
* Check if a peer is configured for a specific destination chain
|
|
8804
8791
|
* @param tx - The transaction to add the move call to
|
|
8805
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8806
8792
|
* @param dstEid - Destination endpoint ID or transaction argument
|
|
8807
8793
|
* @returns Transaction result containing boolean result
|
|
8808
8794
|
*/
|
|
@@ -8815,7 +8801,6 @@ var OApp = class {
|
|
|
8815
8801
|
}
|
|
8816
8802
|
/**
|
|
8817
8803
|
* Check if a peer is configured for a specific destination chain
|
|
8818
|
-
* @param oapp - The OApp object ID
|
|
8819
8804
|
* @param dstEid - Destination endpoint ID
|
|
8820
8805
|
* @returns Promise<boolean> - True if peer is configured, false otherwise
|
|
8821
8806
|
*/
|
|
@@ -8831,7 +8816,6 @@ var OApp = class {
|
|
|
8831
8816
|
/**
|
|
8832
8817
|
* Get the configured peer address for a specific destination chain
|
|
8833
8818
|
* @param tx - The transaction to add the move call to
|
|
8834
|
-
* @param oapp - The OApp object ID or transaction argument
|
|
8835
8819
|
* @param dstEid - Destination endpoint ID or transaction argument
|
|
8836
8820
|
* @returns Transaction result containing peer address
|
|
8837
8821
|
*/
|
|
@@ -8844,7 +8828,6 @@ var OApp = class {
|
|
|
8844
8828
|
}
|
|
8845
8829
|
/**
|
|
8846
8830
|
* Get the configured peer address for a specific destination chain
|
|
8847
|
-
* @param oapp - The OApp object ID
|
|
8848
8831
|
* @param dstEid - Destination endpoint ID
|
|
8849
8832
|
* @returns Promise<Uint8Array> - Peer address as bytes32
|
|
8850
8833
|
*/
|
|
@@ -8859,14 +8842,23 @@ var OApp = class {
|
|
|
8859
8842
|
}
|
|
8860
8843
|
);
|
|
8861
8844
|
}
|
|
8845
|
+
/**
|
|
8846
|
+
* Get OApp information V1 structure
|
|
8847
|
+
* @param tx - The transaction to add the move call to
|
|
8848
|
+
* @returns Transaction result containing the OApp information V1
|
|
8849
|
+
*/
|
|
8862
8850
|
getOAppInfoV1MoveCall(tx) {
|
|
8863
8851
|
const endpoint = this.moduleManager.getEndpoint();
|
|
8864
8852
|
const oappInfoRaw = endpoint.getOappInfoMoveCall(tx, this.oappCallCapId);
|
|
8865
8853
|
return tx.moveCall({
|
|
8866
|
-
target:
|
|
8854
|
+
target: __privateMethod(this, _OApp_instances, target_fn22).call(this, "decode", "oapp_info_v1"),
|
|
8867
8855
|
arguments: [oappInfoRaw]
|
|
8868
8856
|
});
|
|
8869
8857
|
}
|
|
8858
|
+
/**
|
|
8859
|
+
* Get OApp information V1 structure
|
|
8860
|
+
* @returns Promise<OAppInfoV1> - The OApp information V1
|
|
8861
|
+
*/
|
|
8870
8862
|
async getOAppInfoV1() {
|
|
8871
8863
|
return executeSimulate(
|
|
8872
8864
|
this.client,
|
|
@@ -8878,14 +8870,21 @@ var OApp = class {
|
|
|
8878
8870
|
}
|
|
8879
8871
|
);
|
|
8880
8872
|
}
|
|
8873
|
+
getOAppInfoV1ExtraInfoMoveCall(tx, oappInfo) {
|
|
8874
|
+
return tx.moveCall({
|
|
8875
|
+
target: __privateMethod(this, _OApp_instances, target_fn22).call(this, "extra_info", "oapp_info_v1"),
|
|
8876
|
+
arguments: [oappInfo]
|
|
8877
|
+
});
|
|
8878
|
+
}
|
|
8881
8879
|
// === Endpoint Call Functions ===
|
|
8882
8880
|
/**
|
|
8883
8881
|
* Register OApp with the endpoint
|
|
8884
8882
|
* @param tx - The transaction to add the move call to
|
|
8883
|
+
* @param oappObjectId - The OApp object ID
|
|
8885
8884
|
* @param oappInfo - OApp information as bytes (optional)
|
|
8886
8885
|
* @returns Transaction result containing the messaging channel address
|
|
8887
8886
|
*/
|
|
8888
|
-
async registerOAppMoveCall(tx, oappInfo) {
|
|
8887
|
+
async registerOAppMoveCall(tx, oappObjectId, oappInfo) {
|
|
8889
8888
|
let oappInfoArg;
|
|
8890
8889
|
if (isTransactionArgument(oappInfo)) {
|
|
8891
8890
|
oappInfoArg = oappInfo;
|
|
@@ -8894,12 +8893,11 @@ var OApp = class {
|
|
|
8894
8893
|
} else {
|
|
8895
8894
|
oappInfoArg = tx.pure.option("vector<u8>", null);
|
|
8896
8895
|
}
|
|
8897
|
-
const
|
|
8898
|
-
const adminCap = await this.getAdminCap(oappInfoObj.oapp_object);
|
|
8896
|
+
const adminCap = await this.getAdminCap(oappObjectId);
|
|
8899
8897
|
return tx.moveCall({
|
|
8900
8898
|
target: __privateMethod(this, _OApp_instances, target_fn22).call(this, "register_oapp", "endpoint_calls"),
|
|
8901
8899
|
arguments: [
|
|
8902
|
-
asObject(tx,
|
|
8900
|
+
asObject(tx, oappObjectId),
|
|
8903
8901
|
asObject(tx, adminCap),
|
|
8904
8902
|
asObject(tx, this.objects.endpointV2),
|
|
8905
8903
|
oappInfoArg
|
|
@@ -8928,14 +8926,18 @@ var OApp = class {
|
|
|
8928
8926
|
* Set OApp information in the endpoint
|
|
8929
8927
|
* @param tx - The transaction to add the move call to
|
|
8930
8928
|
* @param oappInfo - OApp information as bytes
|
|
8929
|
+
* @param oappObjectId - Optional OApp object ID (uses configured oapp if not provided)
|
|
8931
8930
|
*/
|
|
8932
|
-
async setOAppInfoMoveCall(tx, oappInfo) {
|
|
8933
|
-
|
|
8934
|
-
|
|
8931
|
+
async setOAppInfoMoveCall(tx, oappInfo, oappObjectId) {
|
|
8932
|
+
if (oappObjectId === void 0) {
|
|
8933
|
+
const oappInfoObj = await __privateMethod(this, _OApp_instances, oappInfo_fn).call(this);
|
|
8934
|
+
oappObjectId = oappInfoObj.oapp_object;
|
|
8935
|
+
}
|
|
8936
|
+
const adminCap = await this.getAdminCap(oappObjectId);
|
|
8935
8937
|
tx.moveCall({
|
|
8936
8938
|
target: __privateMethod(this, _OApp_instances, target_fn22).call(this, "set_oapp_info", "endpoint_calls"),
|
|
8937
8939
|
arguments: [
|
|
8938
|
-
asObject(tx,
|
|
8940
|
+
asObject(tx, oappObjectId),
|
|
8939
8941
|
asObject(tx, adminCap),
|
|
8940
8942
|
asObject(tx, this.objects.endpointV2),
|
|
8941
8943
|
asBytes(tx, oappInfo)
|
|
@@ -9160,6 +9162,13 @@ var OApp = class {
|
|
|
9160
9162
|
]
|
|
9161
9163
|
});
|
|
9162
9164
|
}
|
|
9165
|
+
/**
|
|
9166
|
+
* Refresh the cached OApp information by fetching the latest data
|
|
9167
|
+
* @returns Promise<void> - Completes when the OApp info is refreshed
|
|
9168
|
+
*/
|
|
9169
|
+
async refreshOAppInfo() {
|
|
9170
|
+
this.oappInfo = await this.getOAppInfoV1();
|
|
9171
|
+
}
|
|
9163
9172
|
};
|
|
9164
9173
|
_OApp_instances = new WeakSet();
|
|
9165
9174
|
oappInfo_fn = async function() {
|
|
@@ -10631,37 +10640,37 @@ var PACKAGE_ENDPOINT_V2_ADDRESS = {
|
|
|
10631
10640
|
var PACKAGE_COUNTER_V2_ADDRESS = {
|
|
10632
10641
|
[Stage.MAINNET]: "0x3437881139cd9b73cf421b14670c6711727a180b85361878f287014164a2eda6",
|
|
10633
10642
|
[Stage.TESTNET]: "0x7e594c8f3f3e26f8c5d7dfb3103b5f159442995602bd54c5825b4bd40e381880",
|
|
10634
|
-
[Stage.SANDBOX]: "
|
|
10643
|
+
[Stage.SANDBOX]: "0x6aba2beb9a1f295d11f412754d08a10e9f191dcbbbabeda8d183c8da475a1c38"
|
|
10635
10644
|
};
|
|
10636
10645
|
var PACKAGE_SIMPLE_MESSAGE_LIB_ADDRESS = {
|
|
10637
10646
|
[Stage.MAINNET]: "0x36c149cb51ec8654906de6ec5a51417113e6117819e0d066ea0a28082df21be1",
|
|
10638
10647
|
[Stage.TESTNET]: "0x7f170d5f0f9ed14d249eebf29053ed7a7fefe429c34fd7dc7b918e54158ef825",
|
|
10639
|
-
[Stage.SANDBOX]: "
|
|
10648
|
+
[Stage.SANDBOX]: "0xb1afb8a0fa12bb546df2d4e37cf03ebfabb57c73c83617356ea28c512a5ffb84"
|
|
10640
10649
|
};
|
|
10641
10650
|
var PACKAGE_ULN_302_ADDRESS = {
|
|
10642
10651
|
[Stage.MAINNET]: "0x3ce7457bed48ad23ee5d611dd3172ae4fbd0a22ea0e846782a7af224d905dbb0",
|
|
10643
10652
|
[Stage.TESTNET]: "0xf5d69c7b0922ce0ab4540525fbc66ca25ce9f092c64b032b91e4c5625ea0fb24",
|
|
10644
|
-
[Stage.SANDBOX]: "
|
|
10653
|
+
[Stage.SANDBOX]: "0xf31db0958f50d68b53d39dd63c09e12a88958aa62e69c55d5a0dd44ba10c078b"
|
|
10645
10654
|
};
|
|
10646
10655
|
var PACKAGE_ULN_302_PTB_BUILDER_ADDRESS = {
|
|
10647
10656
|
[Stage.MAINNET]: "0xc4ace88a7bda637cade13cd6e9a012f680f96bc25d47ebf3ad4705be1ce6e754",
|
|
10648
10657
|
[Stage.TESTNET]: "0x48fde185c0645dde7b8c0adf8b7a060c3722fc93088957cc2dc08ad328ce0c7e",
|
|
10649
|
-
[Stage.SANDBOX]: "
|
|
10658
|
+
[Stage.SANDBOX]: "0x7302432172d6abfb6c49dc1e6bfac1706be379f72175021f443562eba32002d7"
|
|
10650
10659
|
};
|
|
10651
10660
|
var PACKAGE_DVN_PTB_BUILDER_ADDRESS = {
|
|
10652
10661
|
[Stage.MAINNET]: "0x88837c16e68cf3c83396c3c2173adbc816fa460b2138396f2bb1c27cf2270d7d",
|
|
10653
10662
|
[Stage.TESTNET]: "0xf21c983443a76cf3fb83bc76cae25ca35e4d1b20471b52a666ac5dac95d17a37",
|
|
10654
|
-
[Stage.SANDBOX]: "
|
|
10663
|
+
[Stage.SANDBOX]: "0x74682743695175fffac1628fe6605bc0746ac483774450dc7a2d635ea32e1820"
|
|
10655
10664
|
};
|
|
10656
10665
|
var PACKAGE_EXECUTOR_PTB_BUILDER_ADDRESS = {
|
|
10657
10666
|
[Stage.MAINNET]: "0x56ce988a81311193958324bb2df1aefc8af50494fd5e56f5d6a26359b4fa3c0e",
|
|
10658
10667
|
[Stage.TESTNET]: "0xe964c8cdc0222d5f6b9ae99c4593a679e5903e899cfb84acdaa57f7d6288df55",
|
|
10659
|
-
[Stage.SANDBOX]: "
|
|
10668
|
+
[Stage.SANDBOX]: "0x74f10b0d635b5aa8db489b080c462fcc31ece100ac0773c5b99abdd16bc53b1c"
|
|
10660
10669
|
};
|
|
10661
10670
|
var PACKAGE_EXECUTOR_ADDRESS = {
|
|
10662
10671
|
[Stage.MAINNET]: "0x011da80425fb389d1090743a2a33a48c479f4fd218a25db2cdc072b768a47ce5",
|
|
10663
10672
|
[Stage.TESTNET]: "0xb9fdc6748fb939095e249b22717d564edf890681e387131d6c525d867d30f834",
|
|
10664
|
-
[Stage.SANDBOX]: "
|
|
10673
|
+
[Stage.SANDBOX]: "0x0b492297aae1e2fcd077b57ac75a9dc101baee64d7f04c660d2eefadff973589"
|
|
10665
10674
|
};
|
|
10666
10675
|
var PACKAGE_ZRO_ADDRESS = {
|
|
10667
10676
|
[Stage.MAINNET]: "0x3de1504cf3fd75762759e353d9d95389618e557d0552697f19b52e4e927c1dee",
|
|
@@ -10676,77 +10685,77 @@ var PACKAGE_CALL_ADDRESS = {
|
|
|
10676
10685
|
var PACKAGE_ENDPOINT_PTB_BUILDER_ADDRESS = {
|
|
10677
10686
|
[Stage.MAINNET]: "0x28417daea895a3dc2e70b5765ec67b99973e612107d56382e399cc75e666f2ba",
|
|
10678
10687
|
[Stage.TESTNET]: "0x8aa8f8212d35515298213099a317e7d79d54a35d455e17d6c8f0a3e017f37eb5",
|
|
10679
|
-
[Stage.SANDBOX]: "
|
|
10688
|
+
[Stage.SANDBOX]: "0x6ea7483f6c199185aae7783c10b3e9f9d413b865d0fba352dea6ef16cca6e223"
|
|
10680
10689
|
};
|
|
10681
10690
|
var PACKAGE_SIMPLE_MESSAGE_LIB_PTB_BUILDER_ADDRESS = {
|
|
10682
10691
|
[Stage.MAINNET]: "0x2371ec787da9163208f2cb30652fab24027f7c82a2d1aefb1964ce0568975428",
|
|
10683
10692
|
[Stage.TESTNET]: "0x3328ee44a8cf96905dbd2ad78ee6e8f71a2ee9abdba6b1d69d23dbb31b390a4b",
|
|
10684
|
-
[Stage.SANDBOX]: "
|
|
10693
|
+
[Stage.SANDBOX]: "0xf819a1d7d59b6aca25712f99b432577c85f9e5ef8de8d28543585a543f86d2af"
|
|
10685
10694
|
};
|
|
10686
10695
|
var PACKAGE_PTB_MOVE_CALL_ADDRESS = {
|
|
10687
10696
|
[Stage.MAINNET]: "0xc44d4a8623333b1a1d1397d23da4f12298b5763390f245dc7acba2ad98fbc2be",
|
|
10688
10697
|
[Stage.TESTNET]: "0xb824310acecc18cdbc4803d185d7c516dca47b991a5a0e43404e49cd46c91270",
|
|
10689
|
-
[Stage.SANDBOX]: "
|
|
10698
|
+
[Stage.SANDBOX]: "0x0cad8d60457b8b734ef5cb43bc154fd5a7846c697784bd427a18834aa87c1a31"
|
|
10690
10699
|
};
|
|
10691
10700
|
var PACKAGE_DVN_ADDRESS = {
|
|
10692
10701
|
[Stage.MAINNET]: "0x60d4ef2e0e057d19e947406ccec3ac4d0208adc8e1981964ab2552166a30f461",
|
|
10693
10702
|
[Stage.TESTNET]: "0xfa5a7bd745a56f3f18f4830563c8b65a737dcfca5b9e5aa281f2f2cd3f6eaf6d",
|
|
10694
|
-
[Stage.SANDBOX]: "
|
|
10703
|
+
[Stage.SANDBOX]: "0x6f1b525d4989d4dd30d3826e3f9715af0ff290b2735430a73110b89844e0de7f"
|
|
10695
10704
|
};
|
|
10696
10705
|
var PACKAGE_DVN_FEE_LIB_ADDRESS = {
|
|
10697
10706
|
[Stage.MAINNET]: "0xc3213e769e222f573edb14c63bf11b6481f3d3b66f2206f5911be07032390883",
|
|
10698
10707
|
[Stage.TESTNET]: "0xfb596f2afcc4f15ec8660fb241c3a7bc9aa2f9b3b820914b6990202b5f236f2f",
|
|
10699
|
-
[Stage.SANDBOX]: "
|
|
10708
|
+
[Stage.SANDBOX]: "0xe646c08b6e5b54c8e669cd5a773a32b0eee78cd56e68bbbb05f30f8b366791b0"
|
|
10700
10709
|
};
|
|
10701
10710
|
var PACKAGE_EXECUTOR_FEE_LIB_ADDRESS = {
|
|
10702
10711
|
[Stage.MAINNET]: "0x63e8c59b39720d833bffca2f50e51e48ef426ac0c6ab8e92cf6475c42f5bd24e",
|
|
10703
10712
|
[Stage.TESTNET]: "0xa99c7ca780a6cedfc27d9274c031741b68014886cba04dafe8335c72eeeed0b5",
|
|
10704
|
-
[Stage.SANDBOX]: "
|
|
10713
|
+
[Stage.SANDBOX]: "0xbe8100cd8fc54dd39162aa5b1fd43547029f5556e39837ea2c35f08734712de1"
|
|
10705
10714
|
};
|
|
10706
10715
|
var PACKAGE_PRICE_FEED_ADDRESS = {
|
|
10707
10716
|
[Stage.MAINNET]: "0xea932d79771b24103a1cda8e87a65068d6116c047f9dccc3e487cf8316625576",
|
|
10708
10717
|
[Stage.TESTNET]: "0xa4f8f126dc7e2a763676eab3a6f0a12afaf334baa0f37b41a1e93890cf95ea4c",
|
|
10709
|
-
[Stage.SANDBOX]: "
|
|
10718
|
+
[Stage.SANDBOX]: "0x59379a3955c74486a9d3e48fe74506a14c0531c089c8ebf051ef9621f57f560e"
|
|
10710
10719
|
};
|
|
10711
10720
|
var PACKAGE_TREASURY_ADDRESS = {
|
|
10712
10721
|
[Stage.MAINNET]: "0x0c26c5b4189f046e7c0866b29be102e4dae63da8df95c28ea08ae244b814fdf1",
|
|
10713
10722
|
[Stage.TESTNET]: "0xb9ae7adf8193fb0bf2cc99d89dac19ae309c0f1b768d0976166f507c1daa9936",
|
|
10714
|
-
[Stage.SANDBOX]: "
|
|
10723
|
+
[Stage.SANDBOX]: "0x8c0f01461400d3451f3304b38139d329f50877078b5d017ac1ea628b5421ad7b"
|
|
10715
10724
|
};
|
|
10716
10725
|
var PACKAGE_OAPP_ADDRESS = {
|
|
10717
10726
|
[Stage.MAINNET]: "0xfdc28afc0110cb2edb94e3e57f2b1ce69b5a99c503b06d15e51cfa212de56e24",
|
|
10718
10727
|
[Stage.TESTNET]: "0x04c440985f5deab2fb7f821b3288d93225a3e637cf22dda476809836f0533751",
|
|
10719
|
-
[Stage.SANDBOX]: "
|
|
10728
|
+
[Stage.SANDBOX]: "0x8b00d27a3587f24438c7045fcfd188054e6f1b708c1962878a0f0753a170f3e2"
|
|
10720
10729
|
};
|
|
10721
10730
|
var PACKAGE_LAYERZERO_VIEWS_ADDRESS = {
|
|
10722
10731
|
[Stage.MAINNET]: "0xd4f403280fa2c05da6ec6e75c563e88b60326a0300ac71bfea91028772c12f85",
|
|
10723
10732
|
[Stage.TESTNET]: "0xaab2d0f2a54eef15fd00f03d70b87a015a41ebdc3fd85c0ceaffda969a400c9f",
|
|
10724
|
-
[Stage.SANDBOX]: "
|
|
10733
|
+
[Stage.SANDBOX]: "0x596b0e435d95e4f52ceeaa8f2661605bc9806af0e32f7f5b73d85b2a71e11dd5"
|
|
10725
10734
|
};
|
|
10726
10735
|
var PACKAGE_DVN_LAYERZERO_ADDRESS = {
|
|
10727
10736
|
[Stage.MAINNET]: "0x52aa129049de845353484868d1be6e2df6878b0ed2213d94d3c827309aeae685",
|
|
10728
10737
|
[Stage.TESTNET]: "0x1356fef0c7325536e289e53cc545219cbfbd1490ed762c8d8efb97efa6cfb856",
|
|
10729
|
-
[Stage.SANDBOX]: "
|
|
10738
|
+
[Stage.SANDBOX]: "0x8e0028a7a22f8d91bd9ee2106d66fb56f03986c1826cf5b7621f8744cb916435"
|
|
10730
10739
|
};
|
|
10731
10740
|
var PACKAGE_EXECUTOR_LAYERZERO_ADDRESS = {
|
|
10732
10741
|
[Stage.MAINNET]: "0xde7fe1a6648d587fcc991f124f3aa5b6389340610804108094d5c5fbf61d1989",
|
|
10733
10742
|
[Stage.TESTNET]: "0xbd529bbc1e862db38c374435c40bb6399f3fffbc097977dbae4b71cfa975adb1",
|
|
10734
|
-
[Stage.SANDBOX]: "
|
|
10743
|
+
[Stage.SANDBOX]: "0xb89eb901a56dde9047bad937f99d3437e8d04b0b18463e2b3d9da7b76e141341"
|
|
10735
10744
|
};
|
|
10736
10745
|
var PACKAGE_PACKAGE_WHITELIST_VALIDATOR_ADDRESS = {
|
|
10737
10746
|
[Stage.MAINNET]: "0xe7358e7dd22bb2ff7d8e8f9f583186af6fb88100b51c5575bc38aeeeff3a8bfa",
|
|
10738
10747
|
[Stage.TESTNET]: "0xfd259aa95eec6f8b91e0ff3cc5c3313010fbe3226096cf02286b1f843dd036d4",
|
|
10739
|
-
[Stage.SANDBOX]: "
|
|
10748
|
+
[Stage.SANDBOX]: "0xc49a44479e278956477720840d35d28d7d4c10af6d4c0cef3b7fb7f4519d7c5f"
|
|
10740
10749
|
};
|
|
10741
10750
|
var PACKAGE_BLOCKED_MESSAGE_LIB_ADDRESS = {
|
|
10742
10751
|
[Stage.MAINNET]: "0x54bb7dd5dc12abfaf82616f245e9d4f0e3f737b48699371d17556eaaf874eda1",
|
|
10743
10752
|
[Stage.TESTNET]: "0x8f7e92efeba183d10db22ea61e8a35b46a165f2b42b127ca28740250dde5220a",
|
|
10744
|
-
[Stage.SANDBOX]: "
|
|
10753
|
+
[Stage.SANDBOX]: "0xdb3a333096039a889ba5ff8902711c2c92fe4b9f1c2c7d6d5146b009f1dd5e8c"
|
|
10745
10754
|
};
|
|
10746
10755
|
var PACKAGE_BLOCKED_MESSAGE_LIB_PTB_BUILDER_ADDRESS = {
|
|
10747
10756
|
[Stage.MAINNET]: "0x578a57771bd2c5ade542211b6216037237147567ed81f6a285f832b657651f47",
|
|
10748
10757
|
[Stage.TESTNET]: "0xa791dddddc4007c7d13ce2318159f0e0e2f27ad5a5e330dfb821683663df43eb",
|
|
10749
|
-
[Stage.SANDBOX]: "
|
|
10758
|
+
[Stage.SANDBOX]: "0xc688c49e2f546f9700a2055d39072124e51a9bd3cee8aa84ba60cff5ce62cccb"
|
|
10750
10759
|
};
|
|
10751
10760
|
var PACKAGE_WORKER_REGISTRY_ADDRESS = {
|
|
10752
10761
|
[Stage.MAINNET]: "0xb8d08d3a9604c51ec6ad8ee39a05e9c3fed1335df755089f1d3f0e093b9a4ec8",
|
|
@@ -10766,57 +10775,57 @@ var OBJECT_ENDPOINT_V2_ADDRESS = {
|
|
|
10766
10775
|
var OBJECT_SIMPLE_MESSAGE_LIB_ADDRESS = {
|
|
10767
10776
|
[Stage.MAINNET]: "0xecf8e06eb1ff89b3c8a0c9bd2b55024489e9853c3fe7f4a79ae7b21e89b266f3",
|
|
10768
10777
|
[Stage.TESTNET]: "0xcc22cbdd0961e7ba0522de24c1c38bc3b6265345ac423a68666079a3b558b575",
|
|
10769
|
-
[Stage.SANDBOX]: "
|
|
10778
|
+
[Stage.SANDBOX]: "0x42ca6efec60aae8e9cdedcac9bce20f6f2effed749c586936f6fddfe04fa1541"
|
|
10770
10779
|
};
|
|
10771
10780
|
var OBJECT_SIMPLE_MESSAGE_LIB_ADMIN_CAP_ADDRESS = {
|
|
10772
10781
|
[Stage.MAINNET]: "0x3cc367f73aaef63accc01057144ae728fd4f867c97de7022965a77501739e2c3",
|
|
10773
10782
|
[Stage.TESTNET]: "0xd0e51a7343f9f11bbc7a5d149d9184721a5e0086fa7622279ebe1b3a5db16408",
|
|
10774
|
-
[Stage.SANDBOX]: "
|
|
10783
|
+
[Stage.SANDBOX]: "0xdf0b6dbf0763ea889fb6e3b1a94f52637b5fd62ec91c3d45a1e157c2f2c763c6"
|
|
10775
10784
|
};
|
|
10776
10785
|
var OBJECT_SIMPLE_MESSAGE_LIB_PTB_BUILDER_ADDRESS = {
|
|
10777
10786
|
[Stage.MAINNET]: "0x6a3be6c3ca14ac0b9ea4ef9a980e6e0ae6edcb321cae5d2b750a36177947d734",
|
|
10778
10787
|
[Stage.TESTNET]: "0x160a37f6df7b23bfd01ae53f376b490d9c0d535253e22d47c87dc8e4048f92b0",
|
|
10779
|
-
[Stage.SANDBOX]: "
|
|
10788
|
+
[Stage.SANDBOX]: "0x864796056a584e2bac4f55a3b0f28df121f7468b3ae74ac74e3da090211d68a6"
|
|
10780
10789
|
};
|
|
10781
10790
|
var OBJECT_ULN_302_ADDRESS = {
|
|
10782
10791
|
[Stage.MAINNET]: "0x8ebd7a0b102a5f7a3d4a08d84dd853fecc4ae0093be6eb02cf0d11dce7d4861f",
|
|
10783
10792
|
[Stage.TESTNET]: "0x69541d4feeb08cdd3b20b3502021a676eea0fca4f47d46e423cdc9686df406ff",
|
|
10784
|
-
[Stage.SANDBOX]: "
|
|
10793
|
+
[Stage.SANDBOX]: "0x47250162b293f37f6988e6fd318373740d5eb494302bac6d06962e82707baea4"
|
|
10785
10794
|
};
|
|
10786
10795
|
var OBJECT_ULN_302_ADMIN_CAP_ADDRESS = {
|
|
10787
10796
|
[Stage.MAINNET]: "0x2d9803b0a6a2b663f1d629f168c1e26f503bf9a553b63cc4ab3d1652cf23f725",
|
|
10788
10797
|
[Stage.TESTNET]: "0xf02307bc8f22f0390ebe757a8a9292eba2c784dddde523fec2632d2167f4c02e",
|
|
10789
|
-
[Stage.SANDBOX]: "
|
|
10798
|
+
[Stage.SANDBOX]: "0xb1837cd747e1f6f4058bc7d2db986456e4f1b6a4f64bfcb87d0053d5d769b049"
|
|
10790
10799
|
};
|
|
10791
10800
|
var OBJECT_ULN_302_VERIFICATION_ADDRESS = {
|
|
10792
10801
|
[Stage.MAINNET]: "0x950f66ed27ec0a01a52bda147d74165d4cc20165f0cee0ecae6aaacde13d7741",
|
|
10793
10802
|
[Stage.TESTNET]: "0x0769f54f89fdeacccd61384db8e67e7c76f8c33723cfa97940132616600709f9",
|
|
10794
|
-
[Stage.SANDBOX]: "
|
|
10803
|
+
[Stage.SANDBOX]: "0xd591174c8b9cce34f5e9f688e55a2dc9c59d4d046dc62e809c6363e2f1b4a494"
|
|
10795
10804
|
};
|
|
10796
10805
|
var OBJECT_ULN_302_PTB_BUILDER_ADDRESS = {
|
|
10797
10806
|
[Stage.MAINNET]: "0xa6a23d2e0bf9d6c3bc82a79113c66f80700fb4642383c6ed3b2e82fee6d60c56",
|
|
10798
10807
|
[Stage.TESTNET]: "0xec0cb4575348722360fc2ef7a3ddeeeb29024bdfdd0fadeb4b9fe787847af552",
|
|
10799
|
-
[Stage.SANDBOX]: "
|
|
10808
|
+
[Stage.SANDBOX]: "0x0cd9128e1bed4c45c7e93baf73e48d20684949e9bc1bf78f1dbaafbe71ec1dd0"
|
|
10800
10809
|
};
|
|
10801
10810
|
var OBJECT_TREASURY_ADDRESS = {
|
|
10802
10811
|
[Stage.MAINNET]: "0x52e0e092bf361557c68bd3b1c370b9c102dc834d874624d910e1656ebc08bedc",
|
|
10803
10812
|
[Stage.TESTNET]: "0x40a2b309bda42658dd12e967574f6e77170082599a77b158051c31064df82be1",
|
|
10804
|
-
[Stage.SANDBOX]: "
|
|
10813
|
+
[Stage.SANDBOX]: "0x93301c3f16a7bdb439d601e4b7f6a9c840a4890f728377a64b83658b033c94eb"
|
|
10805
10814
|
};
|
|
10806
10815
|
var OBJECT_TREASURY_ADMIN_CAP_ADDRESS = {
|
|
10807
10816
|
[Stage.MAINNET]: "0x97a5b42866c407810cbc0af1676a0dfa93e791e1fc77f859ca94f6c968b1c603",
|
|
10808
10817
|
[Stage.TESTNET]: "0xe2db6d7632269ccdea6eb9c93a66809b242005f1ac9c0a4ed9a31ef2d0e8b6dd",
|
|
10809
|
-
[Stage.SANDBOX]: "
|
|
10818
|
+
[Stage.SANDBOX]: "0xe4bade52972613d8062ad88fee0f2b89a2d7e7967ea890b6c5e2af390fce4119"
|
|
10810
10819
|
};
|
|
10811
10820
|
var OBJECT_BLOCKED_MESSAGE_LIB_ADDRESS = {
|
|
10812
10821
|
[Stage.MAINNET]: "0xefa7dac6e455454f56eaa28e17cccd1550c7c831fa3a265d0113936fc89f6c4b",
|
|
10813
10822
|
[Stage.TESTNET]: "0xb9b05d049cb78fa942b8a259d424f3db42f1a26a8d033a273edce240956bd04a",
|
|
10814
|
-
[Stage.SANDBOX]: "
|
|
10823
|
+
[Stage.SANDBOX]: "0xa13d0bb25eeeec786dec2144896e2ed614ad002719efc47f2b8ae4580f4437a9"
|
|
10815
10824
|
};
|
|
10816
10825
|
var OBJECT_BLOCKED_MESSAGE_LIB_PTB_BUILDER_ADDRESS = {
|
|
10817
10826
|
[Stage.MAINNET]: "0x8b16bf1655928282917196b2bcaf4b7736fa1ee8a504145ee618094831ce33a7",
|
|
10818
10827
|
[Stage.TESTNET]: "0xcb9de2c184b44f26ab981b898b5ad46fb86d05335523bae3bc0c8eee478f28bb",
|
|
10819
|
-
[Stage.SANDBOX]: "
|
|
10828
|
+
[Stage.SANDBOX]: "0x01c10e1ed3f895c2b9b3040de733f51890f148a16ce24099ea8a34fef37f9d06"
|
|
10820
10829
|
};
|
|
10821
10830
|
var OBJECT_DISCOVERY_ADDRESS = {
|
|
10822
10831
|
[Stage.MAINNET]: "",
|
|
@@ -10826,17 +10835,17 @@ var OBJECT_DISCOVERY_ADDRESS = {
|
|
|
10826
10835
|
var OBJECT_COUNTER_ADDRESS = {
|
|
10827
10836
|
[Stage.MAINNET]: "0x69039ba9acc537b0aef87dac91ab9ea49669351886241fc2a3ab63eda0da8c4d",
|
|
10828
10837
|
[Stage.TESTNET]: "0x47607ddc0f7d906f384da14d868c000499f5ef96dcf214a036322618e61907c5",
|
|
10829
|
-
[Stage.SANDBOX]: "
|
|
10838
|
+
[Stage.SANDBOX]: "0x3bfb8b167f65a223ea248b03882f25ccc98f497219ee5c14fe8109969ae0397f"
|
|
10830
10839
|
};
|
|
10831
10840
|
var OBJECT_COUNTER_OAPP_ADDRESS = {
|
|
10832
10841
|
[Stage.MAINNET]: "0x224b102e85c6e26cf9ebdb991121088478e305632083980329b6cc774f84fbb3",
|
|
10833
10842
|
[Stage.TESTNET]: "0xacf214933db3da2dc72202c33c8e2dbc694efcc52dea7a76314038e674ba51e8",
|
|
10834
|
-
[Stage.SANDBOX]: "
|
|
10843
|
+
[Stage.SANDBOX]: "0x9ffd9a6ab8805ddfa810c4673f528ea85a00a0f8f4a749f8b661bd89e44fa5be"
|
|
10835
10844
|
};
|
|
10836
10845
|
var OBJECT_COUNTER_ADMIN_CAP_ADDRESS = {
|
|
10837
10846
|
[Stage.MAINNET]: "0x8642113bbf13fe4d0c8daaeb14985286ce406e629072ca0ad585164dc4ca019e",
|
|
10838
10847
|
[Stage.TESTNET]: "0x4fdd1cba150010d9cfe8f5a9e33179d6a6cd0837441d2a2c4adb5af98298849f",
|
|
10839
|
-
[Stage.SANDBOX]: "
|
|
10848
|
+
[Stage.SANDBOX]: "0x81b080d8ac4a98ec68ac71dcb9f943d702d37e2922c8f8d4c703308d189c4500"
|
|
10840
10849
|
};
|
|
10841
10850
|
var OBJECT_ENDPOINT_ADMIN_CAP_ADDRESS = {
|
|
10842
10851
|
[Stage.MAINNET]: "0xfe7a4396e78107828fe6044c9966db2c4af60a9fcaacc26a2316c76d727c9fb7",
|
|
@@ -10846,27 +10855,27 @@ var OBJECT_ENDPOINT_ADMIN_CAP_ADDRESS = {
|
|
|
10846
10855
|
var OBJECT_ENDPOINT_PTB_BUILDER_ADDRESS = {
|
|
10847
10856
|
[Stage.MAINNET]: "0xe64fe6d281abb481de8d49953c564c9ea952bd0a1ce62f4f1a6de8812ec427d4",
|
|
10848
10857
|
[Stage.TESTNET]: "0x57ec59d312b807e12c4af7e5efa9764cba5feb03ebb9a238d3f3547f4d14c78a",
|
|
10849
|
-
[Stage.SANDBOX]: "
|
|
10858
|
+
[Stage.SANDBOX]: "0xa12f7e88392e5bec63fd94a5b2140755f62790ea15b6a0ccd4b57eb5f0ef8065"
|
|
10850
10859
|
};
|
|
10851
10860
|
var OBJECT_ENDPOINT_PTB_BUILDER_ADMIN_CAP_ADDRESS = {
|
|
10852
10861
|
[Stage.MAINNET]: "0x07956cd333329d64bc1c889e8b4c451d934ef9a6ac95e876073013e3b470faea",
|
|
10853
10862
|
[Stage.TESTNET]: "0x385284d0bd5b2cf39bde3bd448ecb64d851c23dbd8f6890b138e5268a88e2304",
|
|
10854
|
-
[Stage.SANDBOX]: "
|
|
10863
|
+
[Stage.SANDBOX]: "0x5ff801a3d26f24df65cf162b715a371fab7bd392b56123914df238112457871f"
|
|
10855
10864
|
};
|
|
10856
10865
|
var OBJECT_DVN_ADDRESS = {
|
|
10857
10866
|
[Stage.MAINNET]: "0xff718d782c8881e9bcdca063c1e7999c77ee22d7cc6b34c84d5f6f4c2654f7da",
|
|
10858
10867
|
[Stage.TESTNET]: "0x4160cd9281e79a93f87f7f45853cd682750102be01f36d1c33ef99ee8cd86e0d",
|
|
10859
|
-
[Stage.SANDBOX]: "
|
|
10868
|
+
[Stage.SANDBOX]: "0xf26da218c9e9a7b0f4aa6e0099307386c89d03a152bff5b62c1352aa8b9020a9"
|
|
10860
10869
|
};
|
|
10861
10870
|
var OBJECT_DVN_CAP_ADDRESS = {
|
|
10862
10871
|
[Stage.MAINNET]: "0x49f6692af37e0887c5c84e74a2b9e67d6826b4ce3d602a296175ca9f8bcf4731",
|
|
10863
10872
|
[Stage.TESTNET]: "0xf124f6eb30af9ce474d60827cd5df45c207f5fb5c1ea1c45f535c655ca0a776e",
|
|
10864
|
-
[Stage.SANDBOX]: "
|
|
10873
|
+
[Stage.SANDBOX]: "0x1a825788100895ac5c9cdcccf250fdf0477e473ebcf7467a06f628eee662ef7e"
|
|
10865
10874
|
};
|
|
10866
10875
|
var OBJECT_DVN_FEE_LIB_ADDRESS = {
|
|
10867
10876
|
[Stage.MAINNET]: "0x7f7ded52a6073633f8d642458b7899b0eaa7cd1ed7fb8098bd61730853afd3f7",
|
|
10868
10877
|
[Stage.TESTNET]: "0xd433507170ea8cf08c5697128e80fca03f5c03c4a2f639bc632e6647baff63e1",
|
|
10869
|
-
[Stage.SANDBOX]: "
|
|
10878
|
+
[Stage.SANDBOX]: "0x07402bd63f4d98e8c7ac9c4bc3e9457c576f994c2eba71491db9abf675f7f7b7"
|
|
10870
10879
|
};
|
|
10871
10880
|
var OBJECT_DVN_FEE_LIB_ADMIN_CAP_ADDRESS = {
|
|
10872
10881
|
[Stage.MAINNET]: "",
|
|
@@ -10876,22 +10885,22 @@ var OBJECT_DVN_FEE_LIB_ADMIN_CAP_ADDRESS = {
|
|
|
10876
10885
|
var OBJECT_EXECUTOR_ADDRESS = {
|
|
10877
10886
|
[Stage.MAINNET]: "0x5f24ef7da5e93ca930bf3270468bc2268e84cc83e52c129ea3311b0d5df50c8e",
|
|
10878
10887
|
[Stage.TESTNET]: "0x51816836a18df1cc8bbc0ae840e01da8fef15968ddbb390f4d6b9243b7911f23",
|
|
10879
|
-
[Stage.SANDBOX]: "
|
|
10888
|
+
[Stage.SANDBOX]: "0xc48663566c29ffb6f519f4aaae84a2dd69b0be7de3309b5ddfd60d2d4cedce31"
|
|
10880
10889
|
};
|
|
10881
10890
|
var OBJECT_EXECUTOR_CAP_ADDRESS = {
|
|
10882
10891
|
[Stage.MAINNET]: "0x5428977914a0445c605e13a3cd20cd9ea5c2e109da771d782106e01e5a3312e8",
|
|
10883
10892
|
[Stage.TESTNET]: "0x89a76121547d5a96482244015e908081d776bccbafc9e3f67bc079d560b3b185",
|
|
10884
|
-
[Stage.SANDBOX]: "
|
|
10893
|
+
[Stage.SANDBOX]: "0x810910a1467802bbf0c03ca1b6a7d3c2cfc42b9c4954b0330d4a343f246fcb17"
|
|
10885
10894
|
};
|
|
10886
10895
|
var OBJECT_EXECUTOR_OWNER_CAP_ADDRESS = {
|
|
10887
10896
|
[Stage.MAINNET]: "0x01b466dea619d0d848d788c1ebb09ff7ee2207fd3d8c5c9b7e90d68d4bd5dbd7",
|
|
10888
10897
|
[Stage.TESTNET]: "0xf68d901d0426743e97c053f939f0e401e26e4c9bd2b1918227a942aa0acb4498",
|
|
10889
|
-
[Stage.SANDBOX]: "
|
|
10898
|
+
[Stage.SANDBOX]: "0x2581a2e819c0579ebbecae02f20922b34619acdc0c7e1cbde421b1e19a443ad0"
|
|
10890
10899
|
};
|
|
10891
10900
|
var OBJECT_EXECUTOR_FEE_LIB_ADDRESS = {
|
|
10892
10901
|
[Stage.MAINNET]: "0x05195518fab7b80e60bc7df11cf791d8658c614e7ed401fc768db77e744e70b3",
|
|
10893
10902
|
[Stage.TESTNET]: "0x4e0c4cc4aa88b428005a8bb131014fdf9637a3ae042f192b9071119a64a32138",
|
|
10894
|
-
[Stage.SANDBOX]: "
|
|
10903
|
+
[Stage.SANDBOX]: "0xf937a018354050e67696a61d6a0f66648c6702abadce6a0f40a7d3da7d76e555"
|
|
10895
10904
|
};
|
|
10896
10905
|
var OBJECT_EXECUTOR_FEE_LIB_ADMIN_CAP_ADDRESS = {
|
|
10897
10906
|
[Stage.MAINNET]: "",
|
|
@@ -10901,17 +10910,17 @@ var OBJECT_EXECUTOR_FEE_LIB_ADMIN_CAP_ADDRESS = {
|
|
|
10901
10910
|
var OBJECT_PRICE_FEED_ADDRESS = {
|
|
10902
10911
|
[Stage.MAINNET]: "0x492ac62cfb43eb1e858a877cf7a0cf396bf38bc1420c727c747ecc19cf9f4e5c",
|
|
10903
10912
|
[Stage.TESTNET]: "0xc8ae95cdc862a032e4d35f5f4c5dd6d3d07bdde2c7f39460e78e1539cc07dc2d",
|
|
10904
|
-
[Stage.SANDBOX]: "
|
|
10913
|
+
[Stage.SANDBOX]: "0xa6c6d1d0a1a8d1606bb6936a76b4a85d25a451a909d8363ab051bc76fa58d64b"
|
|
10905
10914
|
};
|
|
10906
10915
|
var OBJECT_PRICE_FEED_OWNER_CAP_ADDRESS = {
|
|
10907
10916
|
[Stage.MAINNET]: "0x9d26644fc92bdd8fce114aa2c9333cfc10cc7f1947b238455bb77b8382857cb4",
|
|
10908
10917
|
[Stage.TESTNET]: "0xe1b167fe636f405def446df32c7d1390b2e4341f7c2af71c6eb358d8fbe4e99b",
|
|
10909
|
-
[Stage.SANDBOX]: "
|
|
10918
|
+
[Stage.SANDBOX]: "0x93b73b073f58510b68f30ffbdde59262eddaf9f7f100fd7146a488b247d39f01"
|
|
10910
10919
|
};
|
|
10911
10920
|
var OBJECT_PACKAGE_WHITELIST_VALIDATOR_ADDRESS = {
|
|
10912
10921
|
[Stage.MAINNET]: "0x3ebd427d6237383d163b6d5595889793d52b0171ae908ab6f7159ccfa55b4d94",
|
|
10913
10922
|
[Stage.TESTNET]: "0x68fd353ff6848cb7281ce3ccbddbd4d651319e6427d71d170b13031416c93c10",
|
|
10914
|
-
[Stage.SANDBOX]: "
|
|
10923
|
+
[Stage.SANDBOX]: "0x644f44355888b1ea39e3e7bd7aa4ab49d3a2e7be39d9ce34e3f9917a40ed5d21"
|
|
10915
10924
|
};
|
|
10916
10925
|
var OBJECT_WORKER_REGISTRY_ADDRESS = {
|
|
10917
10926
|
[Stage.MAINNET]: "0x87d52123bfb4a2c69f407e5d038f8daaa632b1dde4feb83ee560da932f56017c",
|