@socket.tech/ll-core
Advanced tools
Comparing version 0.1.12 to 0.1.13-next.0
@@ -15,3 +15,3 @@ "use strict"; | ||
[types_1.Middleware.OneInch]: '0x2ddf16BA6d0180e5357d5e170eF1917a01b41fc0', | ||
[types_1.Bridge.OptimismBridge]: '0xA7f7e4fE8E4cdDCD9969Bd3fbcFF67000CD7DE47', | ||
[types_1.Bridge.OptimismBridge]: '0x19609EeE157BC38E1A40E19c38218fC3900d97ac', | ||
[types_1.Bridge.Celer]: '0xB6fb3062405985F700fa23758A3053162ddBeFb9', | ||
@@ -47,3 +47,3 @@ [types_1.Bridge.refuel]: '0xe48AE3B68f0560d4aaA312E12fD687630C948561', | ||
[types_1.Bridge.OptimismBridge]: { | ||
routeId: 8, | ||
routeId: 19, | ||
isMiddleware: false, | ||
@@ -50,0 +50,0 @@ }, |
{ | ||
"name": "@socket.tech/ll-core", | ||
"version": "0.1.12", | ||
"version": "0.1.13-next.0", | ||
"description": "Core package for socket liquidity layer", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"dev": "tsc --watch", | ||
"build": "npm run build:ts", | ||
"build:ts": "tsc", | ||
"build": "tsc", | ||
"lint": "prettier-standard --format '**/*.{ts}'", | ||
"publish": "npm run build && npm publish --access public", | ||
"bump": "npm version patch", | ||
"bump:next": "npm version prerelease --preid=next", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -29,8 +32,3 @@ }, | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "npm run lint" | ||
} | ||
} | ||
} |
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
211426