Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed May 3, 2023
1 parent 9f0e73c commit 0a349c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export enum ChainId {
GÖRLI = 5,
OPTIMISM = 10,
ARBITRUM_ONE = 42161,
POLYGON = 137
POLYGON = 137,
}

export const SUPPORTED_CHAINS = [ChainId.MAINNET, ChainId.GÖRLI, ChainId.POLYGON]

0 comments on commit 0a349c8

Please sign in to comment.