@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @layerzerolabs/lz-definitions
2
2
 
3
+ ## 2.1.27
4
+
5
+ ### Patch Changes
6
+
7
+ - 099e19b: internalize common functions and add public onlyOwner passthroughs
8
+
3
9
  ## 2.1.25
4
10
 
5
11
  ### Patch Changes
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]: "goerli" /* GOERLI */,
1045
- [EndpointId.BSC_SANDBOX]: "bsc-testnet" /* BSC_TESTNET */,
1046
- [EndpointId.POLYGON_SANDBOX]: "mumbai" /* MUMBAI */,
1047
- [EndpointId.AVALANCHE_SANDBOX]: "fuji" /* FUJI */,
1048
- [EndpointId.APTOS_SANDBOX]: "aptos" /* APTOS */,
1049
- [EndpointId.OPTIMISM_SANDBOX]: "optimism-goerli" /* OPTIMISM_GOERLI */,
1050
- [EndpointId.TRON_SANDBOX]: "tron-testnet" /* TRON_TESTNET */,
1051
- [EndpointId.TRONDEV_SANDBOX]: "tron-dev" /* TRONDEV */,
1052
- [EndpointId.ARBITRUM_SANDBOX]: "arbitrum-sepolia" /* ARBITRUM_SEPOLIA */,
1053
- [EndpointId.FANTOM_SANDBOX]: "fantom" /* FANTOM */,
1054
- [EndpointId.METIS_SANDBOX]: "metis" /* 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]: "goerli" /* GOERLI */,
1057
- [EndpointId.POLYGON_V2_SANDBOX]: "mumbai" /* MUMBAI */,
1058
- [EndpointId.SOLANA_V2_SANDBOX]: "solana-testnet" /* SOLANA_TESTNET */,
1059
- [EndpointId.BSC_V2_SANDBOX]: "bsc-testnet" /* BSC_TESTNET */,
1060
- [EndpointId.AVALANCHE_V2_SANDBOX]: "fuji" /* FUJI */,
1061
- [EndpointId.OPTIMISM_V2_SANDBOX]: "optimism-goerli" /* OPTIMISM_GOERLI */,
1062
- [EndpointId.METIS_V2_SANDBOX]: "metis" /* 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