@socket.tech/ll-core-v2
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -414,3 +414,3 @@ "use strict"; | ||
[types_1.Middleware.ZeroX]: { | ||
routeId: 12, | ||
routeId: 14, | ||
isMiddleware: true, | ||
@@ -417,0 +417,0 @@ }, |
{ | ||
"name": "@socket.tech/ll-core-v2", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Core package for socket liquidity layer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -224,2 +224,8 @@ import { Bridge, Middleware } from "../constants/types"; | ||
}; | ||
14: { | ||
protocolName: Middleware; | ||
isMiddleware: boolean; | ||
routeAddress: string; | ||
verifiedRouteAddress: string; | ||
}; | ||
}; | ||
@@ -226,0 +232,0 @@ 100: { |
@@ -228,2 +228,8 @@ "use strict"; | ||
}, | ||
14: { | ||
protocolName: types_1.Middleware.ZeroX, | ||
isMiddleware: true, | ||
routeAddress: "0xD7cC2571F5823caCA26A42690D2BE7803DD5393f", | ||
verifiedRouteAddress: "0x7438c178BA5B6C014F984478de175951B39A2E24", | ||
}, | ||
}, | ||
@@ -230,0 +236,0 @@ [types_1.ChainId.XDAI_CHAIN_ID]: { |
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
283567
9314