UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 470 B
import { defineChain } from '../../utils/chain/defineChain.js' export const exsat = /*#__PURE__*/ defineChain({ id: 7200, name: 'exSat Network', nativeCurrency: { decimals: 18, name: 'BTC', symbol: 'BTC', }, rpcUrls: { default: { http: ['https://evm.exsat.network'] }, }, blockExplorers: { default: { name: 'exSat Explorer', url: 'https://scan.exsat.network', apiUrl: 'https://scan.exsat.network/api', }, }, })