@layerzerolabs/lz-definitions
Advanced tools
Comparing version 2.3.29 to 2.3.30
# @layerzerolabs/lz-definitions | ||
## 2.3.30 | ||
### Patch Changes | ||
- 32f8ebd: peaq,zircuit mainnet, and plume testnet | ||
- b602b9f: peaq,zircuit mainnet, and plume testnet | ||
## 2.3.29 | ||
@@ -4,0 +11,0 @@ |
@@ -142,3 +142,4 @@ declare enum AptosChain { | ||
PEAQ = "peaq", | ||
FI = "fi" | ||
FI = "fi", | ||
PLUME = "plume" | ||
} | ||
@@ -291,2 +292,3 @@ | ||
FI: EvmChain.FI; | ||
PLUME: EvmChain.PLUME; | ||
}; | ||
@@ -388,3 +390,5 @@ | ||
FLARE_MAINNET = 295, | ||
ZKLINK_MAINNET = 301 | ||
ZKLINK_MAINNET = 301, | ||
PEAQ_MAINNET = 302, | ||
ZIRCUIT_MAINNET = 303 | ||
} | ||
@@ -516,3 +520,4 @@ declare enum TestnetEndpointId { | ||
LIF3_TESTNET = 10300, | ||
FI_TESTNET = 10301 | ||
FI_TESTNET = 10301, | ||
PLUME_TESTNET = 10304 | ||
} | ||
@@ -617,3 +622,5 @@ declare enum SandboxEndpointId { | ||
FLARE_V2_MAINNET = 30295, | ||
ZKLINK_V2_MAINNET = 30301 | ||
ZKLINK_V2_MAINNET = 30301, | ||
PEAQ_V2_MAINNET = 30302, | ||
ZIRCUIT_V2_MAINNET = 30303 | ||
} | ||
@@ -742,3 +749,4 @@ declare enum TestnetV2EndpointId { | ||
LIF3_V2_TESTNET = 40300, | ||
FI_V2_TESTNET = 40301 | ||
FI_V2_TESTNET = 40301, | ||
PLUME_V2_TESTNET = 40304 | ||
} | ||
@@ -885,2 +893,3 @@ declare enum SandboxV2EndpointId { | ||
FI_V2_TESTNET: TestnetV2EndpointId.FI_V2_TESTNET; | ||
PLUME_V2_TESTNET: TestnetV2EndpointId.PLUME_V2_TESTNET; | ||
ETHEREUM_V2_MAINNET: MainnetV2EndpointId.ETHEREUM_V2_MAINNET; | ||
@@ -971,2 +980,4 @@ BSC_V2_MAINNET: MainnetV2EndpointId.BSC_V2_MAINNET; | ||
ZKLINK_V2_MAINNET: MainnetV2EndpointId.ZKLINK_V2_MAINNET; | ||
PEAQ_V2_MAINNET: MainnetV2EndpointId.PEAQ_V2_MAINNET; | ||
ZIRCUIT_V2_MAINNET: MainnetV2EndpointId.ZIRCUIT_V2_MAINNET; | ||
BSC_SANDBOX: SandboxEndpointId.BSC_SANDBOX; | ||
@@ -1108,2 +1119,3 @@ AVALANCHE_SANDBOX: SandboxEndpointId.AVALANCHE_SANDBOX; | ||
FI_TESTNET: TestnetEndpointId.FI_TESTNET; | ||
PLUME_TESTNET: TestnetEndpointId.PLUME_TESTNET; | ||
ETHEREUM_MAINNET: MainnetEndpointId.ETHEREUM_MAINNET; | ||
@@ -1195,2 +1207,4 @@ BSC_MAINNET: MainnetEndpointId.BSC_MAINNET; | ||
ZKLINK_MAINNET: MainnetEndpointId.ZKLINK_MAINNET; | ||
PEAQ_MAINNET: MainnetEndpointId.PEAQ_MAINNET; | ||
ZIRCUIT_MAINNET: MainnetEndpointId.ZIRCUIT_MAINNET; | ||
}; | ||
@@ -1394,3 +1408,2 @@ type EndpointId = MainnetEndpointId | TestnetEndpointId | SandboxEndpointId | MainnetV2EndpointId | TestnetV2EndpointId | SandboxV2EndpointId; | ||
SKALE = "skale", | ||
ZIRCUIT_TESTNET = "zircuit-testnet", | ||
CAMP_TESTNET = "camp-testnet", | ||
@@ -1447,5 +1460,9 @@ OLIVE_TESTNET = "olive-testnet", | ||
PEAQ_TESTNET = "peaq-testnet", | ||
PEAQ = "peaq", | ||
ZIRCUIT_TESTNET = "zircuit-testnet", | ||
ZIRCUIT = "zircuit", | ||
ZKLINK_TESTNET = "zklink-testnet", | ||
ZKLINK = "zklink", | ||
FI_TESTNET = "fi-testnet" | ||
FI_TESTNET = "fi-testnet", | ||
PLUME_TESTNET = "plume-testnet" | ||
} | ||
@@ -1452,0 +1469,0 @@ |
{ | ||
"name": "@layerzerolabs/lz-definitions", | ||
"version": "2.3.29", | ||
"version": "2.3.30", | ||
"description": "LayerZero Utility", | ||
@@ -32,4 +32,4 @@ "license": "BUSL-1.1", | ||
"@jest/globals": "^29.7.0", | ||
"@layerzerolabs/tsup-config-next": "^2.3.29", | ||
"@layerzerolabs/typescript-config-next": "^2.3.29", | ||
"@layerzerolabs/tsup-config-next": "^2.3.30", | ||
"@layerzerolabs/typescript-config-next": "^2.3.30", | ||
"@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
639012
5635