@layerzerolabs/lz-definitions 2.3.38 → 2.3.39
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 +16 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -4
- package/dist/index.d.ts +18 -4
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -163,6 +163,8 @@ var EvmChain = /* @__PURE__ */ ((EvmChain2) => {
|
|
|
163
163
|
EvmChain2["STORY"] = "story";
|
|
164
164
|
EvmChain2["TREASURE"] = "treasure";
|
|
165
165
|
EvmChain2["REYA"] = "reya";
|
|
166
|
+
EvmChain2["BITLAYER"] = "bitlayer";
|
|
167
|
+
EvmChain2["DM2VERSE"] = "dm2verse";
|
|
166
168
|
return EvmChain2;
|
|
167
169
|
})(EvmChain || {});
|
|
168
170
|
|
|
@@ -423,6 +425,8 @@ var TestnetEndpointId = /* @__PURE__ */ ((TestnetEndpointId2) => {
|
|
|
423
425
|
TestnetEndpointId2[TestnetEndpointId2["TREASURE_TESTNET"] = 10316] = "TREASURE_TESTNET";
|
|
424
426
|
TestnetEndpointId2[TestnetEndpointId2["ROOT_TESTNET"] = 10318] = "ROOT_TESTNET";
|
|
425
427
|
TestnetEndpointId2[TestnetEndpointId2["REYA_TESTNET"] = 10319] = "REYA_TESTNET";
|
|
428
|
+
TestnetEndpointId2[TestnetEndpointId2["BITLAYER_TESTNET"] = 10320] = "BITLAYER_TESTNET";
|
|
429
|
+
TestnetEndpointId2[TestnetEndpointId2["DM2VERSE_TESTNET"] = 10321] = "DM2VERSE_TESTNET";
|
|
426
430
|
return TestnetEndpointId2;
|
|
427
431
|
})(TestnetEndpointId || {});
|
|
428
432
|
var SandboxEndpointId = /* @__PURE__ */ ((SandboxEndpointId2) => {
|
|
@@ -668,6 +672,8 @@ var TestnetV2EndpointId = /* @__PURE__ */ ((TestnetV2EndpointId2) => {
|
|
|
668
672
|
TestnetV2EndpointId2[TestnetV2EndpointId2["TREASURE_V2_TESTNET"] = 40316] = "TREASURE_V2_TESTNET";
|
|
669
673
|
TestnetV2EndpointId2[TestnetV2EndpointId2["ROOT_V2_TESTNET"] = 40318] = "ROOT_V2_TESTNET";
|
|
670
674
|
TestnetV2EndpointId2[TestnetV2EndpointId2["REYA_V2_TESTNET"] = 40319] = "REYA_V2_TESTNET";
|
|
675
|
+
TestnetV2EndpointId2[TestnetV2EndpointId2["BITLAYER_V2_TESTNET"] = 40320] = "BITLAYER_V2_TESTNET";
|
|
676
|
+
TestnetV2EndpointId2[TestnetV2EndpointId2["DM2VERSE_V2_TESTNET"] = 40321] = "DM2VERSE_V2_TESTNET";
|
|
671
677
|
return TestnetV2EndpointId2;
|
|
672
678
|
})(TestnetV2EndpointId || {});
|
|
673
679
|
var SandboxV2EndpointId = /* @__PURE__ */ ((SandboxV2EndpointId2) => {
|
|
@@ -966,6 +972,8 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
966
972
|
ChainKey3["LIGHTLINK_TESTNET"] = "lightlink-testnet";
|
|
967
973
|
ChainKey3["TREASURE_TESTNET"] = "treasure-testnet";
|
|
968
974
|
ChainKey3["REYA_TESTNET"] = "reya-testnet";
|
|
975
|
+
ChainKey3["BITLAYER_TESTNET"] = "bitlayer-testnet";
|
|
976
|
+
ChainKey3["DM2VERSE_TESTNET"] = "dm2verse-testnet";
|
|
969
977
|
return ChainKey3;
|
|
970
978
|
})(ChainKey || {});
|
|
971
979
|
|
|
@@ -1292,6 +1300,8 @@ var CHAIN_KEY = {
|
|
|
1292
1300
|
[EndpointId.STORY_TESTNET]: "story-testnet" /* STORY_TESTNET */,
|
|
1293
1301
|
[EndpointId.TREASURE_TESTNET]: "treasure-testnet" /* TREASURE_TESTNET */,
|
|
1294
1302
|
[EndpointId.REYA_TESTNET]: "reya-testnet" /* REYA_TESTNET */,
|
|
1303
|
+
[EndpointId.BITLAYER_TESTNET]: "bitlayer-testnet" /* BITLAYER_TESTNET */,
|
|
1304
|
+
[EndpointId.DM2VERSE_TESTNET]: "dm2verse-testnet" /* DM2VERSE_TESTNET */,
|
|
1295
1305
|
// v2 testnet
|
|
1296
1306
|
[EndpointId.ETHEREUM_V2_TESTNET]: "sepolia" /* SEPOLIA */,
|
|
1297
1307
|
[EndpointId.POLYGON_V2_TESTNET]: "mumbai" /* MUMBAI */,
|
|
@@ -1427,6 +1437,8 @@ var CHAIN_KEY = {
|
|
|
1427
1437
|
[EndpointId.STORY_V2_TESTNET]: "story-testnet" /* STORY_TESTNET */,
|
|
1428
1438
|
[EndpointId.TREASURE_V2_TESTNET]: "treasure-testnet" /* TREASURE_TESTNET */,
|
|
1429
1439
|
[EndpointId.REYA_V2_TESTNET]: "reya-testnet" /* REYA_TESTNET */,
|
|
1440
|
+
[EndpointId.BITLAYER_V2_TESTNET]: "bitlayer-testnet" /* BITLAYER_TESTNET */,
|
|
1441
|
+
[EndpointId.DM2VERSE_V2_TESTNET]: "dm2verse-testnet" /* DM2VERSE_TESTNET */,
|
|
1430
1442
|
[EndpointId.SOLANA_V2_TESTNET]: "solana-testnet" /* SOLANA_TESTNET */,
|
|
1431
1443
|
// sandbox
|
|
1432
1444
|
[EndpointId.ETHEREUM_SANDBOX]: "ethereum-sandbox" /* ETHEREUM_SANDBOX */,
|
|
@@ -1774,6 +1786,8 @@ var ENVIRONMENT = {
|
|
|
1774
1786
|
[EndpointId.STORY_TESTNET]: "testnet" /* TESTNET */,
|
|
1775
1787
|
[EndpointId.TREASURE_TESTNET]: "testnet" /* TESTNET */,
|
|
1776
1788
|
[EndpointId.REYA_TESTNET]: "testnet" /* TESTNET */,
|
|
1789
|
+
[EndpointId.BITLAYER_TESTNET]: "testnet" /* TESTNET */,
|
|
1790
|
+
[EndpointId.DM2VERSE_TESTNET]: "testnet" /* TESTNET */,
|
|
1777
1791
|
// v2 testnet
|
|
1778
1792
|
[EndpointId.ETHEREUM_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1779
1793
|
[EndpointId.POLYGON_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
@@ -1910,6 +1924,8 @@ var ENVIRONMENT = {
|
|
|
1910
1924
|
[EndpointId.STORY_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1911
1925
|
[EndpointId.TREASURE_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1912
1926
|
[EndpointId.REYA_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1927
|
+
[EndpointId.BITLAYER_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1928
|
+
[EndpointId.DM2VERSE_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1913
1929
|
[EndpointId.SOLANA_V2_TESTNET]: "testnet" /* TESTNET */,
|
|
1914
1930
|
// sandbox
|
|
1915
1931
|
[EndpointId.ETHEREUM_SANDBOX]: "testnet" /* TESTNET */,
|