Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@layerzerolabs/lz-definitions

Package Overview
Dependencies
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/lz-definitions - npm Package Compare versions

Comparing version 2.3.38 to 2.3.39

6

CHANGELOG.md
# @layerzerolabs/lz-definitions
## 2.3.39
### Patch Changes
- 01a6cb7: testnets: bitlayer, dm2verse, story
## 2.3.38

@@ -4,0 +10,0 @@

22

dist/index.d.ts

@@ -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 @@

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc