UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 781 B
import { defineChain } from '../../utils/chain/defineChain.js'; import { chainConfig } from '../../zksync/chainConfig.js'; export const battlechainTestnet = /*#__PURE__*/ defineChain({ ...chainConfig, id: 627, name: 'BattleChain Testnet', network: 'battlechain-testnet', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://testnet.battlechain.com'], }, }, blockExplorers: { default: { name: 'BattleChain Explorer', url: 'https://explorer.testnet.battlechain.com', blockExplorerApi: 'https://block-explorer-api.testnet.battlechain.com/api', }, }, testnet: true, }); //# sourceMappingURL=battlechainTestnet.js.map