@layerzerolabs/lz-definitions 2.1.26 → 2.1.27
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 +6 -0
- package/dist/index.cjs +29 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.mjs +29 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -706,6 +706,17 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
706
706
|
ChainKey3["ZKASTAR_TESTNET"] = "zkastar-testnet";
|
|
707
707
|
ChainKey3["AMOY_TESTNET"] = "amoy-testnet";
|
|
708
708
|
ChainKey3["DEGEN_TESTNET"] = "degen-testnet";
|
|
709
|
+
ChainKey3["ETHEREUM_SANDBOX"] = "ethereum-sandbox";
|
|
710
|
+
ChainKey3["BSC_SANDBOX"] = "bsc-sandbox";
|
|
711
|
+
ChainKey3["AVALANCHE_SANDBOX"] = "avalanche-sandbox";
|
|
712
|
+
ChainKey3["POLYGON_SANDBOX"] = "polygon-sandbox";
|
|
713
|
+
ChainKey3["APTOS_SANDBOX"] = "aptos-sandbox";
|
|
714
|
+
ChainKey3["OPTIMISM_SANDBOX"] = "optimism-sandbox";
|
|
715
|
+
ChainKey3["TRON_SANDBOX"] = "tron-sandbox";
|
|
716
|
+
ChainKey3["ARBITRUM_SANDBOX"] = "arbitrum-sandbox";
|
|
717
|
+
ChainKey3["FANTOM_SANDBOX"] = "fantom-sandbox";
|
|
718
|
+
ChainKey3["METIS_SANDBOX"] = "metis-sandbox";
|
|
719
|
+
ChainKey3["SOLANA_SANDBOX"] = "solana-sandbox";
|
|
709
720
|
return ChainKey3;
|
|
710
721
|
})(ChainKey || {});
|
|
711
722
|
|
|
@@ -1041,25 +1052,25 @@ var CHAIN_KEY = {
|
|
|
1041
1052
|
[EndpointId.AMOY_V2_TESTNET]: "amoy-testnet" /* AMOY_TESTNET */,
|
|
1042
1053
|
[EndpointId.DEGEN_V2_TESTNET]: "degen-testnet" /* DEGEN_TESTNET */,
|
|
1043
1054
|
// sandbox
|
|
1044
|
-
[EndpointId.ETHEREUM_SANDBOX]: "
|
|
1045
|
-
[EndpointId.BSC_SANDBOX]: "bsc-
|
|
1046
|
-
[EndpointId.
|
|
1047
|
-
[EndpointId.
|
|
1048
|
-
[EndpointId.APTOS_SANDBOX]: "aptos" /*
|
|
1049
|
-
[EndpointId.OPTIMISM_SANDBOX]: "optimism-
|
|
1050
|
-
[EndpointId.TRON_SANDBOX]: "tron-
|
|
1051
|
-
[EndpointId.TRONDEV_SANDBOX]: "tron-
|
|
1052
|
-
[EndpointId.ARBITRUM_SANDBOX]: "arbitrum-
|
|
1053
|
-
[EndpointId.FANTOM_SANDBOX]: "fantom" /*
|
|
1054
|
-
[EndpointId.METIS_SANDBOX]: "metis" /*
|
|
1055
|
+
[EndpointId.ETHEREUM_SANDBOX]: "ethereum-sandbox" /* ETHEREUM_SANDBOX */,
|
|
1056
|
+
[EndpointId.BSC_SANDBOX]: "bsc-sandbox" /* BSC_SANDBOX */,
|
|
1057
|
+
[EndpointId.AVALANCHE_SANDBOX]: "avalanche-sandbox" /* AVALANCHE_SANDBOX */,
|
|
1058
|
+
[EndpointId.POLYGON_SANDBOX]: "polygon-sandbox" /* POLYGON_SANDBOX */,
|
|
1059
|
+
[EndpointId.APTOS_SANDBOX]: "aptos-sandbox" /* APTOS_SANDBOX */,
|
|
1060
|
+
[EndpointId.OPTIMISM_SANDBOX]: "optimism-sandbox" /* OPTIMISM_SANDBOX */,
|
|
1061
|
+
[EndpointId.TRON_SANDBOX]: "tron-sandbox" /* TRON_SANDBOX */,
|
|
1062
|
+
[EndpointId.TRONDEV_SANDBOX]: "tron-sandbox" /* TRON_SANDBOX */,
|
|
1063
|
+
[EndpointId.ARBITRUM_SANDBOX]: "arbitrum-sandbox" /* ARBITRUM_SANDBOX */,
|
|
1064
|
+
[EndpointId.FANTOM_SANDBOX]: "fantom-sandbox" /* FANTOM_SANDBOX */,
|
|
1065
|
+
[EndpointId.METIS_SANDBOX]: "metis-sandbox" /* METIS_SANDBOX */,
|
|
1055
1066
|
// v2 sandbox
|
|
1056
|
-
[EndpointId.ETHEREUM_V2_SANDBOX]: "
|
|
1057
|
-
[EndpointId.POLYGON_V2_SANDBOX]: "
|
|
1058
|
-
[EndpointId.SOLANA_V2_SANDBOX]: "solana-
|
|
1059
|
-
[EndpointId.BSC_V2_SANDBOX]: "bsc-
|
|
1060
|
-
[EndpointId.AVALANCHE_V2_SANDBOX]: "
|
|
1061
|
-
[EndpointId.OPTIMISM_V2_SANDBOX]: "optimism-
|
|
1062
|
-
[EndpointId.METIS_V2_SANDBOX]: "metis" /*
|
|
1067
|
+
[EndpointId.ETHEREUM_V2_SANDBOX]: "ethereum-sandbox" /* ETHEREUM_SANDBOX */,
|
|
1068
|
+
[EndpointId.POLYGON_V2_SANDBOX]: "polygon-sandbox" /* POLYGON_SANDBOX */,
|
|
1069
|
+
[EndpointId.SOLANA_V2_SANDBOX]: "solana-sandbox" /* SOLANA_SANDBOX */,
|
|
1070
|
+
[EndpointId.BSC_V2_SANDBOX]: "bsc-sandbox" /* BSC_SANDBOX */,
|
|
1071
|
+
[EndpointId.AVALANCHE_V2_SANDBOX]: "avalanche-sandbox" /* AVALANCHE_SANDBOX */,
|
|
1072
|
+
[EndpointId.OPTIMISM_V2_SANDBOX]: "optimism-sandbox" /* OPTIMISM_SANDBOX */,
|
|
1073
|
+
[EndpointId.METIS_V2_SANDBOX]: "metis-sandbox" /* METIS_SANDBOX */
|
|
1063
1074
|
};
|
|
1064
1075
|
|
|
1065
1076
|
// src/constants/environment.ts
|