UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 696 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.thunderTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.thunderTestnet = (0, defineChain_js_1.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, }); //# sourceMappingURL=thunderTestnet.js.map