@layerzerolabs/lz-definitions
Advanced tools
Comparing version 1.5.11 to 1.5.12
@@ -35,2 +35,6 @@ "use strict"; | ||
[enums_1.EndpointId.MOONRIVER_MAINNET]: enums_1.Environment.MAINNET, | ||
[enums_1.EndpointId.METER_MAINNET]: enums_1.Environment.MAINNET, | ||
[enums_1.EndpointId.NOVA_MAINNET]: enums_1.Environment.MAINNET, | ||
[enums_1.EndpointId.TENET_MAINNET]: enums_1.Environment.MAINNET, | ||
[enums_1.EndpointId.CANTO_MAINNET]: enums_1.Environment.MAINNET, | ||
[enums_1.EndpointId.SOLANA_MAINNET]: enums_1.Environment.MAINNET, | ||
@@ -37,0 +41,0 @@ // v2 mainnet |
@@ -46,4 +46,5 @@ export declare enum Chain { | ||
CANTO = "canto", | ||
ORDERLY = "orderly" | ||
ORDERLY = "orderly", | ||
NOVA = "nova" | ||
} | ||
//# sourceMappingURL=chain.d.ts.map |
@@ -51,3 +51,4 @@ "use strict"; | ||
Chain["ORDERLY"] = "orderly"; | ||
Chain["NOVA"] = "nova"; | ||
})(Chain = exports.Chain || (exports.Chain = {})); | ||
//# sourceMappingURL=chain.js.map |
@@ -25,2 +25,3 @@ export declare enum MainnetEndpointId { | ||
METER_MAINNET = 156, | ||
CANTO_MAINNET = 159, | ||
ZKSYNC_MAINNET = 165, | ||
@@ -32,3 +33,5 @@ SHRAPNEL_MAINNET = 148, | ||
MOONRIVER_MAINNET = 167, | ||
SOLANA_MAINNET = 168 | ||
SOLANA_MAINNET = 168, | ||
TENET_MAINNET = 173, | ||
NOVA_MAINNET = 175 | ||
} | ||
@@ -178,2 +181,3 @@ export declare enum TestnetEndpointId { | ||
METER_MAINNET: MainnetEndpointId.METER_MAINNET; | ||
CANTO_MAINNET: MainnetEndpointId.CANTO_MAINNET; | ||
ZKSYNC_MAINNET: MainnetEndpointId.ZKSYNC_MAINNET; | ||
@@ -186,4 +190,6 @@ SHRAPNEL_MAINNET: MainnetEndpointId.SHRAPNEL_MAINNET; | ||
SOLANA_MAINNET: MainnetEndpointId.SOLANA_MAINNET; | ||
TENET_MAINNET: MainnetEndpointId.TENET_MAINNET; | ||
NOVA_MAINNET: MainnetEndpointId.NOVA_MAINNET; | ||
}; | ||
export type EndpointId = MainnetEndpointId | TestnetEndpointId | SandboxEndpointId | MainnetV2EndpointId | TestnetV2EndpointId | SandboxV2EndpointId; | ||
//# sourceMappingURL=endpoint-id.d.ts.map |
@@ -29,2 +29,3 @@ "use strict"; | ||
MainnetEndpointId[MainnetEndpointId["METER_MAINNET"] = 156] = "METER_MAINNET"; | ||
MainnetEndpointId[MainnetEndpointId["CANTO_MAINNET"] = 159] = "CANTO_MAINNET"; | ||
MainnetEndpointId[MainnetEndpointId["ZKSYNC_MAINNET"] = 165] = "ZKSYNC_MAINNET"; | ||
@@ -37,2 +38,4 @@ MainnetEndpointId[MainnetEndpointId["SHRAPNEL_MAINNET"] = 148] = "SHRAPNEL_MAINNET"; | ||
MainnetEndpointId[MainnetEndpointId["SOLANA_MAINNET"] = 168] = "SOLANA_MAINNET"; | ||
MainnetEndpointId[MainnetEndpointId["TENET_MAINNET"] = 173] = "TENET_MAINNET"; | ||
MainnetEndpointId[MainnetEndpointId["NOVA_MAINNET"] = 175] = "NOVA_MAINNET"; | ||
})(MainnetEndpointId = exports.MainnetEndpointId || (exports.MainnetEndpointId = {})); | ||
@@ -39,0 +42,0 @@ var TestnetEndpointId; |
{ | ||
"name": "@layerzerolabs/lz-definitions", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"description": "LayerZero Utility", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"@jest/globals": "^29.5.0", | ||
"@layerzerolabs/eslint-config": "^1.5.11", | ||
"@layerzerolabs/typescript-config": "^1.5.11", | ||
"@layerzerolabs/eslint-config": "^1.5.12", | ||
"@layerzerolabs/typescript-config": "^1.5.12", | ||
"@types/jest": "^29.4.0", | ||
@@ -27,0 +27,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
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
76313
993