@socket.tech/ll-core
Advanced tools
Comparing version 0.1.38 to 0.1.39
@@ -52,4 +52,6 @@ export declare enum Bridge { | ||
POLYGON_ZKEVM_CHAIN_ID = 1101, | ||
ZKSYNC_ERA_CHAIN_ID = 324 | ||
ZKSYNC_ERA_CHAIN_ID = 324, | ||
ZORA_CHAIN_ID = 7777777, | ||
BASE_CHAIN_ID = 8453 | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -52,2 +52,4 @@ "use strict"; | ||
ChainId[ChainId["ZKSYNC_ERA_CHAIN_ID"] = 324] = "ZKSYNC_ERA_CHAIN_ID"; | ||
ChainId[ChainId["ZORA_CHAIN_ID"] = 7777777] = "ZORA_CHAIN_ID"; | ||
ChainId[ChainId["BASE_CHAIN_ID"] = 8453] = "BASE_CHAIN_ID"; | ||
})(ChainId = exports.ChainId || (exports.ChainId = {})); |
{ | ||
"name": "@socket.tech/ll-core", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"description": "Core package for socket liquidity layer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
224794
8338