UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines (18 loc) 459 B
import { defineChain } from '../../utils/chain/defineChain.js' export const rivalz = /*#__PURE__*/ defineChain({ id: 753, name: 'Rivalz', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH' }, rpcUrls: { default: { http: ['https://rivalz.calderachain.xyz/http'], }, }, blockExplorers: { default: { name: 'Rivalz Caldera Explorer', url: 'https://rivalz.calderaexplorer.xyz', }, }, testnet: false, })