UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 573 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const sixProtocol = /*#__PURE__*/ defineChain({ id: 98, name: 'Six Protocol', nativeCurrency: { decimals: 18, name: 'SIX', symbol: 'SIX', }, rpcUrls: { default: { http: ['https://sixnet-rpc-evm.sixprotocol.net'], }, }, blockExplorers: { default: { name: 'Six Protocol Scan', url: 'https://sixscan.io/sixnet', }, }, testnet: false, }); //# sourceMappingURL=sixProtocol.js.map