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

@layerzerolabs/lz-definitions

Package Overview
Dependencies
Maintainers
12
Versions
250
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 1.5.24 to 1.5.25

25

dist/index.d.ts

@@ -98,3 +98,4 @@ declare enum Chain {

HUBBLE_MAINNET = 182,
ZKCONSENSYS_MAINNET = 183
ZKCONSENSYS_MAINNET = 183,
BASE_MAINNET = 184
}

@@ -140,5 +141,5 @@ declare enum TestnetEndpointId {

MERITCIRCLE_TESTNET = 10178,
AAVEGOTCHI_TESTNET = 10180,
MANTLE_TESTNET = 10181,
HUBBLE_TESTNET = 10182
HUBBLE_TESTNET = 10182,
AAVEGOTCHI_TESTNET = 10190
}

@@ -189,3 +190,4 @@ declare enum SandboxEndpointId {

HUBBLE_V2_MAINNET = 30182,
ZKCONSENSYS_V2_MAINNET = 30183
ZKCONSENSYS_V2_MAINNET = 30183,
BASE_V2_MAINNET = 30184
}

@@ -321,2 +323,3 @@ declare enum TestnetV2EndpointId {

ZKCONSENSYS_V2_MAINNET: MainnetV2EndpointId.ZKCONSENSYS_V2_MAINNET;
BASE_V2_MAINNET: MainnetV2EndpointId.BASE_V2_MAINNET;
BSC_SANDBOX: SandboxEndpointId.BSC_SANDBOX;

@@ -365,5 +368,5 @@ AVALANCHE_SANDBOX: SandboxEndpointId.AVALANCHE_SANDBOX;

MERITCIRCLE_TESTNET: TestnetEndpointId.MERITCIRCLE_TESTNET;
AAVEGOTCHI_TESTNET: TestnetEndpointId.AAVEGOTCHI_TESTNET;
MANTLE_TESTNET: TestnetEndpointId.MANTLE_TESTNET;
HUBBLE_TESTNET: TestnetEndpointId.HUBBLE_TESTNET;
AAVEGOTCHI_TESTNET: TestnetEndpointId.AAVEGOTCHI_TESTNET;
ETHEREUM_MAINNET: MainnetEndpointId.ETHEREUM_MAINNET;

@@ -406,2 +409,3 @@ BSC_MAINNET: MainnetEndpointId.BSC_MAINNET;

ZKCONSENSYS_MAINNET: MainnetEndpointId.ZKCONSENSYS_MAINNET;
BASE_MAINNET: MainnetEndpointId.BASE_MAINNET;
};

@@ -438,3 +442,3 @@ type EndpointId = MainnetEndpointId | TestnetEndpointId | SandboxEndpointId | MainnetV2EndpointId | TestnetV2EndpointId | SandboxV2EndpointId;

declare enum ChainList {
declare enum ChainKey {
ETHEREUM = "ethereum",

@@ -515,7 +519,8 @@ GOERLI = "goerli",

HUBBLE_TESTNET = "hubble-testnet",
ZKCONSENSYS = "zkconsensys"
ZKCONSENSYS = "zkconsensys",
BASE = "base"
}
declare const CHAINLIST: {
[endpointId in EndpointId]: ChainList;
declare const CHAIN_KEY: {
[endpointId in EndpointId]: ChainKey;
};

@@ -564,2 +569,2 @@

export { BRIDGE_ADDRESS, CHAINLIST, Chain, ChainList, ChainType, ENVIRONMENT, EndpointId, EndpointVersion, Environment, MainnetEndpointId, MainnetV2EndpointId, MessageLibVersion, MessageLibVersionV1, MessageLibVersionV2, Network, STG_ADDRESS, SandboxEndpointId, SandboxV2EndpointId, Stage, TestnetEndpointId, TestnetV2EndpointId, ULN_V1_CHAINS, chainAndStageToEndpointId, chainAndStageToNetwork, endpointIdToChain, endpointIdToChainType, endpointIdToNetwork, endpointIdToStage, endpointIdToVersion, getChainIdForNetwork, getChainType, getEndpointVersionForUlnVersion, getNetworkForChainId, getNetworksForStage, networkToChain, networkToChainType, networkToEndpointId, networkToEnv, networkToStage };
export { BRIDGE_ADDRESS, CHAIN_KEY, Chain, ChainKey, ChainType, ENVIRONMENT, EndpointId, EndpointVersion, Environment, MainnetEndpointId, MainnetV2EndpointId, MessageLibVersion, MessageLibVersionV1, MessageLibVersionV2, Network, STG_ADDRESS, SandboxEndpointId, SandboxV2EndpointId, Stage, TestnetEndpointId, TestnetV2EndpointId, ULN_V1_CHAINS, chainAndStageToEndpointId, chainAndStageToNetwork, endpointIdToChain, endpointIdToChainType, endpointIdToNetwork, endpointIdToStage, endpointIdToVersion, getChainIdForNetwork, getChainType, getEndpointVersionForUlnVersion, getNetworkForChainId, getNetworksForStage, networkToChain, networkToChainType, networkToEndpointId, networkToEnv, networkToStage };

8

package.json
{
"name": "@layerzerolabs/lz-definitions",
"version": "1.5.24",
"version": "1.5.25",
"description": "LayerZero Utility",

@@ -29,5 +29,5 @@ "license": "MIT",

"@jest/globals": "^29.5.0",
"@layerzerolabs-internal/eslint-config": "^1.5.24",
"@layerzerolabs-internal/tsup-config": "^1.5.24",
"@layerzerolabs-internal/typescript-config": "^1.5.24",
"@layerzerolabs-internal/eslint-config": "^1.5.25",
"@layerzerolabs-internal/tsup-config": "^1.5.25",
"@layerzerolabs-internal/typescript-config": "^1.5.25",
"@types/jest": "^29.4.0",

@@ -34,0 +34,0 @@ "eslint": "^8.17.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

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