@layerzerolabs/lz-definitions 2.3.4 → 2.3.6
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 +12 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -746,7 +746,6 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
746
746
|
ChainKey3["JOC_TESTNET"] = "joc-testnet";
|
|
747
747
|
ChainKey3["BLAST_TESTNET"] = "blast-testnet";
|
|
748
748
|
ChainKey3["BLAST"] = "blast";
|
|
749
|
-
ChainKey3["TRON_TESTNET"] = "tron-testnet";
|
|
750
749
|
ChainKey3["XAI_TESTNET"] = "xai-testnet";
|
|
751
750
|
ChainKey3["XAI"] = "xai";
|
|
752
751
|
ChainKey3["TANGIBLE_TESTNET"] = "tangible-testnet";
|
|
@@ -759,12 +758,10 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
759
758
|
ChainKey3["TILTYARD"] = "tiltyard";
|
|
760
759
|
ChainKey3["FRAXTAL_TESTNET"] = "fraxtal-testnet";
|
|
761
760
|
ChainKey3["FRAXTAL"] = "fraxtal";
|
|
762
|
-
ChainKey3["TRON"] = "tron";
|
|
763
761
|
ChainKey3["SEI_TESTNET"] = "sei-testnet";
|
|
764
762
|
ChainKey3["MODE_TESTNET"] = "mode-testnet";
|
|
765
763
|
ChainKey3["MODE"] = "mode";
|
|
766
764
|
ChainKey3["HEDERA_TESTNET"] = "hedera-testnet";
|
|
767
|
-
ChainKey3["TRONDEV"] = "tron-dev";
|
|
768
765
|
ChainKey3["REAL"] = "real";
|
|
769
766
|
ChainKey3["UNREAL_TESTNET"] = "unreal-testnet";
|
|
770
767
|
ChainKey3["MASA"] = "masa";
|
|
@@ -808,6 +805,9 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
808
805
|
ChainKey3["XCHAIN_TESTNET"] = "xchain-testnet";
|
|
809
806
|
ChainKey3["ZKLINK_TESTNET"] = "zklink-testnet";
|
|
810
807
|
ChainKey3["EBI_TESTNET"] = "ebi-testnet";
|
|
808
|
+
ChainKey3["TRONDEV"] = "tron-dev";
|
|
809
|
+
ChainKey3["TRON_TESTNET"] = "tron-testnet";
|
|
810
|
+
ChainKey3["TRON"] = "tron";
|
|
811
811
|
return ChainKey3;
|
|
812
812
|
})(ChainKey || {});
|
|
813
813
|
|