@socket.tech/ll-core-v2
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -374,3 +374,3 @@ "use strict"; | ||
[types_1.Middleware.ZeroX]: { | ||
routeId: 10, | ||
routeId: 12, | ||
isMiddleware: true, | ||
@@ -377,0 +377,0 @@ }, |
{ | ||
"name": "@socket.tech/ll-core-v2", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Core package for socket liquidity layer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -188,2 +188,8 @@ import { Bridge, Middleware } from "../constants/types"; | ||
}; | ||
12: { | ||
protocolName: Middleware; | ||
isMiddleware: boolean; | ||
routeAddress: string; | ||
verifiedRouteAddress: string; | ||
}; | ||
}; | ||
@@ -190,0 +196,0 @@ 100: { |
@@ -191,2 +191,8 @@ "use strict"; | ||
verifiedRouteAddress: "0xeE4D022dF0A616007091a5f50FeD141a0aF7c06A", | ||
}, | ||
12: { | ||
protocolName: types_1.Middleware.ZeroX, | ||
isMiddleware: true, | ||
routeAddress: "0x969423d71b62C81d2f28d707364c9Dc4a0764c53", | ||
verifiedRouteAddress: "0x4D46d8c1Ac1c80538AF5002BC64B6412e4Ac1023", | ||
} | ||
@@ -193,0 +199,0 @@ }, |
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
277040
9130