UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines 689 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const saga = /*#__PURE__*/ defineChain({ id: 5464, name: 'Saga', network: 'saga', nativeCurrency: { decimals: 18, name: 'gas', symbol: 'GAS', }, rpcUrls: { default: { http: ['https://sagaevm.jsonrpc.sagarpc.io'] }, }, blockExplorers: { default: { name: 'Saga Explorer', url: 'https://sagaevm.sagaexplorer.io', }, }, contracts: { multicall3: { address: '0x864DDc9B50B9A0dF676d826c9B9EDe9F8913a160', blockCreated: 467530, }, }, }); //# sourceMappingURL=saga.js.map