Socket
Socket
Sign inDemoInstall

@socket.tech/ll-core

Package Overview
Dependencies
0
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.52 to 0.1.53

5

constants/types.d.ts

@@ -21,4 +21,3 @@ export declare enum Bridge {

Symbiosis = "symbiosis",
GnosisNative = "gnosis-native-bridge",
Lyra = "lyra-bridge"
GnosisNative = "gnosis-native-bridge"
}

@@ -63,4 +62,4 @@ export declare enum DexNames {

LINEA_CHAIN_ID = 59144,
LYRA_CHAIN_ID = 957
MANTLE_CHAIN_ID = 5000
}
//# sourceMappingURL=types.d.ts.map

3

constants/types.js

@@ -26,3 +26,2 @@ "use strict";

Bridge["GnosisNative"] = "gnosis-native-bridge";
Bridge["Lyra"] = "lyra-bridge";
})(Bridge = exports.Bridge || (exports.Bridge = {}));

@@ -62,3 +61,3 @@ var DexNames;

ChainId[ChainId["LINEA_CHAIN_ID"] = 59144] = "LINEA_CHAIN_ID";
ChainId[ChainId["LYRA_CHAIN_ID"] = 957] = "LYRA_CHAIN_ID";
ChainId[ChainId["MANTLE_CHAIN_ID"] = 5000] = "MANTLE_CHAIN_ID";
})(ChainId = exports.ChainId || (exports.ChainId = {}));
{
"name": "@socket.tech/ll-core",
"version": "0.1.52",
"version": "0.1.53",
"description": "Core package for socket liquidity layer",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc