UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines 668 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const sonic = /*#__PURE__*/ defineChain({ id: 146, name: 'Sonic', nativeCurrency: { decimals: 18, name: 'Sonic', symbol: 'S', }, rpcUrls: { default: { http: ['https://rpc.soniclabs.com'] }, }, blockExplorers: { default: { name: 'Sonic Explorer', url: 'https://sonicscan.org', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 60, }, }, testnet: false, }); //# sourceMappingURL=sonic.js.map