File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Added Forta Chain.
Original file line number Diff line number Diff line change 1+ import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+ export const forta = /*#__PURE__*/ defineChain ( {
4+ id : 80_931 ,
5+ name : 'Forta Chain' ,
6+ nativeCurrency : {
7+ symbol : 'FORT' ,
8+ name : 'FORT' ,
9+ decimals : 18 ,
10+ } ,
11+ rpcUrls : {
12+ default : {
13+ http : [ 'https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz' ] ,
14+ } ,
15+ } ,
16+ blockExplorers : {
17+ default : {
18+ name : 'Forta Explorer' ,
19+ url : 'https://explorer.forta.org' ,
20+ } ,
21+ } ,
22+ } )
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ export { fluence } from './definitions/fluence.js'
171171export { fluenceStage } from './definitions/fluenceStage.js'
172172export { fluenceTestnet } from './definitions/fluenceTestnet.js'
173173export { forma } from './definitions/forma.js'
174+ export { forta } from './definitions/forta.js'
174175/** @deprecated Use `anvil` instead. */
175176export { foundry } from './definitions/foundry.js'
176177export { fraxtal } from './definitions/fraxtal.js'
You can’t perform that action at this time.
0 commit comments