Skip to content

Commit

Permalink
fix: temporarily remove base from supported_chains (Uniswap#75)
Browse files Browse the repository at this point in the history
* fix: temporarily remove base from supported_chains

* Fix code style issues with Prettier

---------

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
  • Loading branch information
just-toby and lint-action committed Jul 18, 2023
1 parent df74562 commit 3deb508
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export const SUPPORTED_CHAINS = [
ChainId.CELO_ALFAJORES,
ChainId.CELO,
ChainId.BNB,
ChainId.AVALANCHE,
ChainId.BASE,
ChainId.BASE_GOERLI
ChainId.AVALANCHE
] as const
export type SupportedChainsType = typeof SUPPORTED_CHAINS[number]

Expand Down

0 comments on commit 3deb508

Please sign in to comment.