UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 562 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', }, }, }); //# sourceMappingURL=exSat.js.map