UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines (24 loc) 536 B
import { defineChain } from '../../utils/chain/defineChain.js' export const autheoTestnet = /*#__PURE__*/ defineChain({ id: 785, name: 'Autheo Testnet', nativeCurrency: { decimals: 18, name: 'Autheo', symbol: 'THEO', }, rpcUrls: { default: { http: [ 'https://testnet-rpc1.autheo.com', 'https://testnet-rpc2.autheo.com', ], }, }, blockExplorers: { default: { name: 'Autheo Testnet Block Explorer', url: 'https://testnet-explorer.autheo.com/', }, }, })