Skip to content

Commit

Permalink
Merge pull request #25 from kexleyBeefy/add/polygon
Browse files Browse the repository at this point in the history
Add polygon
  • Loading branch information
kexleyBeefy authored Jun 18, 2024
2 parents 486f335 + 72ff331 commit 0791588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const chains = toChainMap([
id: 'linea',
name: 'Linea',
},
{
id: 'polygon',
name: 'Polygon',
},
] as const satisfies ReadonlyArray<Chain>);

export type Chains = typeof chains;
Expand Down

0 comments on commit 0791588

Please sign in to comment.