@socket.tech/ll-core
Advanced tools
Comparing version 0.1.42 to 0.1.43
@@ -18,3 +18,4 @@ export declare enum Bridge { | ||
BaseBridge = "base-bridge", | ||
ZoraBridge = "zora-bridge" | ||
ZoraBridge = "zora-bridge", | ||
ZkSyncNative = "zksync-native" | ||
} | ||
@@ -21,0 +22,0 @@ export declare enum DexNames { |
@@ -23,2 +23,3 @@ "use strict"; | ||
Bridge["ZoraBridge"] = "zora-bridge"; | ||
Bridge["ZkSyncNative"] = "zksync-native"; | ||
})(Bridge = exports.Bridge || (exports.Bridge = {})); | ||
@@ -25,0 +26,0 @@ var DexNames; |
{ | ||
"name": "@socket.tech/ll-core", | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"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
225285
8349