Skip to content

Commit

Permalink
Add lisk
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 9, 2024
1 parent 2ccdd2a commit c3c222f
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 74 deletions.
166 changes: 98 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sinclair/typebox": "^0.32.33",
"@types/lodash-es": "^4.17.12",
"async-lock": "^1.4.1",
"blockchain-addressbook": "^0.47.40",
"blockchain-addressbook": "^0.47.98",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
Expand All @@ -48,7 +48,7 @@
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"pino": "^8.19.0",
"viem": "^2.21.16"
"viem": "^2.21.54"
},
"lint-staged": {
"src/**/*.{ts,graphql,json}": "biome check --write"
Expand Down
1 change: 1 addition & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export enum ChainId {
fraxtal = 'fraxtal',
gnosis = 'gnosis',
linea = 'linea',
lisk = 'lisk',
manta = 'manta',
mantle = 'mantle',
metis = 'metis',
Expand Down
2 changes: 0 additions & 2 deletions src/routes/v1/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ export default async function (
.filter(Boolean)
);

console.log(clmVaultAddresses);

const filteredConfigs = configs.filter(
vault => !clmVaultAddresses.has(vault.vault_address.toLowerCase())
);
Expand Down
2 changes: 0 additions & 2 deletions src/routes/v1/partner/camelot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export default async function (
.filter(Boolean)
);

console.log(clmVaultAddresses);

const filteredConfigs = configs.filter(
vault => !clmVaultAddresses.has(vault.vault_address.toLowerCase())
);
Expand Down

0 comments on commit c3c222f

Please sign in to comment.