Skip to content

Commit

Permalink
lint, spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Feb 17, 2025
1 parent dac523a commit 455bdfb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"avweth",
"basescan",
"bcbd",
"berachain",
"blastscan",
"bridgable",
"bridgeable",
Expand Down Expand Up @@ -102,6 +103,7 @@
"txdb",
"txns",
"unbonded",
"unichain",
"unincentivized",
"unstake",
"unstaked",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const worldchain = {
},
}


export const unichain = {
id: 130,
name: 'Unichain',
Expand Down Expand Up @@ -119,7 +118,6 @@ export const unichain = {
},
}


export const berachain = {
id: 80094,
name: 'Berachain',
Expand Down
10 changes: 8 additions & 2 deletions packages/synapse-interface/constants/chains/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ import {
optimism,
polygon,
scroll,
linea
linea,
} from '@wagmi/core/chains'

import { dfk, dogechain, worldchain, unichain, berachain } from '@/constants/chains/extraWagmiChains'
import {
dfk,
dogechain,
worldchain,
unichain,
berachain,
} from '@/constants/chains/extraWagmiChains'
import { CHAINS_BY_ID } from '@/constants/chains'

export const supportedChains = [
Expand Down

0 comments on commit 455bdfb

Please sign in to comment.