@layerzerolabs/lz-definitions
Advanced tools
Comparing version 2.3.38 to 2.3.39
# @layerzerolabs/lz-definitions | ||
## 2.3.39 | ||
### Patch Changes | ||
- 01a6cb7: testnets: bitlayer, dm2verse, story | ||
## 2.3.38 | ||
@@ -4,0 +10,0 @@ |
@@ -154,3 +154,5 @@ declare enum AptosChain { | ||
TREASURE = "treasure", | ||
REYA = "reya" | ||
REYA = "reya", | ||
BITLAYER = "bitlayer", | ||
DM2VERSE = "dm2verse" | ||
} | ||
@@ -315,2 +317,4 @@ | ||
REYA: EvmChain.REYA; | ||
BITLAYER: EvmChain.BITLAYER; | ||
DM2VERSE: EvmChain.DM2VERSE; | ||
}; | ||
@@ -557,3 +561,5 @@ | ||
ROOT_TESTNET = 10318, | ||
REYA_TESTNET = 10319 | ||
REYA_TESTNET = 10319, | ||
BITLAYER_TESTNET = 10320, | ||
DM2VERSE_TESTNET = 10321 | ||
} | ||
@@ -800,3 +806,5 @@ declare enum SandboxEndpointId { | ||
ROOT_V2_TESTNET = 40318, | ||
REYA_V2_TESTNET = 40319 | ||
REYA_V2_TESTNET = 40319, | ||
BITLAYER_V2_TESTNET = 40320, | ||
DM2VERSE_V2_TESTNET = 40321 | ||
} | ||
@@ -956,2 +964,4 @@ declare enum SandboxV2EndpointId { | ||
REYA_V2_TESTNET: TestnetV2EndpointId.REYA_V2_TESTNET; | ||
BITLAYER_V2_TESTNET: TestnetV2EndpointId.BITLAYER_V2_TESTNET; | ||
DM2VERSE_V2_TESTNET: TestnetV2EndpointId.DM2VERSE_V2_TESTNET; | ||
ETHEREUM_V2_MAINNET: MainnetV2EndpointId.ETHEREUM_V2_MAINNET; | ||
@@ -1196,2 +1206,4 @@ BSC_V2_MAINNET: MainnetV2EndpointId.BSC_V2_MAINNET; | ||
REYA_TESTNET: TestnetEndpointId.REYA_TESTNET; | ||
BITLAYER_TESTNET: TestnetEndpointId.BITLAYER_TESTNET; | ||
DM2VERSE_TESTNET: TestnetEndpointId.DM2VERSE_TESTNET; | ||
ETHEREUM_MAINNET: MainnetEndpointId.ETHEREUM_MAINNET; | ||
@@ -1558,3 +1570,5 @@ BSC_MAINNET: MainnetEndpointId.BSC_MAINNET; | ||
TREASURE_TESTNET = "treasure-testnet", | ||
REYA_TESTNET = "reya-testnet" | ||
REYA_TESTNET = "reya-testnet", | ||
BITLAYER_TESTNET = "bitlayer-testnet", | ||
DM2VERSE_TESTNET = "dm2verse-testnet" | ||
} | ||
@@ -1561,0 +1575,0 @@ |
{ | ||
"name": "@layerzerolabs/lz-definitions", | ||
"version": "2.3.38", | ||
"version": "2.3.39", | ||
"description": "LayerZero Utility", | ||
@@ -32,4 +32,4 @@ "license": "BUSL-1.1", | ||
"@jest/globals": "^29.7.0", | ||
"@layerzerolabs/tsup-config-next": "^2.3.38", | ||
"@layerzerolabs/typescript-config-next": "^2.3.38", | ||
"@layerzerolabs/tsup-config-next": "^2.3.39", | ||
"@layerzerolabs/typescript-config-next": "^2.3.39", | ||
"@types/jest": "^29.5.10", | ||
@@ -36,0 +36,0 @@ "jest": "^29.7.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
685492
6010