Skip to content

Commit

Permalink
use ETC as defaultChainId
Browse files Browse the repository at this point in the history
  • Loading branch information
etccoop committed May 23, 2024
1 parent 91d9878 commit a526cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useChainId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { prefixedAddressRe } from '@/utils/url'
import useWallet from './wallets/useWallet'
import useChains from './useChains'

const defaultChainId = IS_PRODUCTION ? chains.eth : chains.gor
const defaultChainId = IS_PRODUCTION ? chains.etc : chains.gor

// Use the location object directly because Next.js's router.query is available only on mount
const getLocationQuery = (): ParsedUrlQuery => {
Expand Down

0 comments on commit a526cf7

Please sign in to comment.