Skip to content

Commit

Permalink
Make base second chain after ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarvu committed Dec 16, 2024
1 parent 379f461 commit 65819cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/config/chain/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TokenSymbol } from '@/domain/types/TokenSymbol'
import { CheckedAddress } from '@marsfoundation/common-universal'
import { base, gnosis, mainnet } from 'viem/chains'

export const SUPPORTED_CHAINS = [mainnet, gnosis, base] as const
export const SUPPORTED_CHAINS = [mainnet, base, gnosis] as const
export const SUPPORTED_CHAIN_IDS = SUPPORTED_CHAINS.map((chain) => chain.id)

export const farmStablecoinsEntryGroup: Record<1 | 8453, AssetsGroup> = {
Expand Down

0 comments on commit 65819cd

Please sign in to comment.