Skip to content

Commit

Permalink
Add scroll, glonis and metis chains
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 16, 2024
1 parent e4621ba commit ad3515b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.18",
"blockchain-addressbook": "^0.47.40",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
Expand Down
3 changes: 3 additions & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ export enum ChainId {
ethereum = 'ethereum',
fantom = 'fantom',
fraxtal = 'fraxtal',
gnosis = 'gnosis',
linea = 'linea',
manta = 'manta',
mantle = 'mantle',
metis = 'metis',
mode = 'mode',
moonbeam = 'moonbeam',
optimism = 'optimism',
polygon = 'polygon',
rootstock = 'rootstock',
sei = 'sei',
scroll = 'scroll',
zksync = 'zksync',
}

Expand Down

0 comments on commit ad3515b

Please sign in to comment.