Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
fix(chains): fantom testnet id (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Dec 13, 2022
1 parent 5db7cba commit ccf521c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-feet-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wagmi/chains': patch
---

Fixed Fantom Testnet Chain ID.
2 changes: 1 addition & 1 deletion packages/chains/src/fantomTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Chain } from './types'

export const fantomTestnet: Chain = {
id: 250,
id: 4002,
name: 'Fantom Testnet',
network: 'fantom-testnet',
nativeCurrency: {
Expand Down

0 comments on commit ccf521c

Please sign in to comment.