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

Commit

Permalink
refactor: pr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 20, 2023
1 parent 3220540 commit 2aa7415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .changeset/silver-cheetahs-sell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@wagmi/chains": patch
---

add fibochain
Added Fibo
9 changes: 2 additions & 7 deletions packages/chains/src/fibo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ export const fibo = {
symbol: 'FIBO',
},
rpcUrls: {
default: { http: ['https://network.hzroc.art']},
default: { http: ['https://network.hzroc.art'] },
public: { http: ['https://network.hzroc.art'] },
},
blockExplorers: {
etherscan: { name: 'FiboScan', url: 'https://scan.fibochain.org/' },
default: { name: 'FiboScan', url: 'https://scan.fibochain.org/' },
default: { name: 'FiboScan', url: 'https://scan.fibochain.org' },
},
} as const satisfies Chain




1 change: 1 addition & 0 deletions packages/chains/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export { ekta } from './ekta'
export { ektaTestnet } from './ektaTestnet'
export { fantom } from './fantom'
export { fantomTestnet } from './fantomTestnet'
export { fibo } from './fibo'
export { filecoin } from './filecoin'
export { filecoinCalibration } from './filecoinCalibration'
export { filecoinHyperspace } from './filecoinHyperspace'
Expand Down

0 comments on commit 2aa7415

Please sign in to comment.