viem
Version:
20 lines (18 loc) • 484 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const thunderTestnet = /*#__PURE__*/ defineChain({
id: 997,
name: '5ireChain Thunder Testnet',
nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.testnet.5ire.network'],
},
},
blockExplorers: {
default: {
name: '5ireChain Thunder Explorer',
url: 'https://testnet.5irescan.io/',
},
},
testnet: true,
})