Skip to content

Commit

Permalink
Add all chains
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 31, 2024
1 parent a64b14c commit dc4d6bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ export enum ChainId {
ethereum = 'ethereum',
fraxtal = 'fraxtal',
linea = 'linea',
manta = 'manta',
mantle = 'mantle',
mode = 'mode',
moonbeam = 'moonbeam',
optimism = 'optimism',
polygon = 'polygon',
sei = 'sei',
zksync = 'zksync',
}

export const allChainIds: Array<ChainId> = Object.values(ChainId);
Expand Down

0 comments on commit dc4d6bb

Please sign in to comment.