UNPKG

viem

Version:

TypeScript Interface for Ethereum

18 lines (16 loc) 465 B
import { defineChain } from '../../utils/chain/defineChain.js' export const swanSaturnTestnet = /*#__PURE__*/ defineChain({ id: 2024, name: 'Swan Saturn Testnet', nativeCurrency: { name: 'Swan Ether', symbol: 'sETH', decimals: 18 }, rpcUrls: { default: { http: ['https://saturn-rpc.swanchain.io'] }, }, blockExplorers: { default: { name: 'Swan Explorer', url: 'https://saturn-explorer.swanchain.io', }, }, testnet: true, })