viem
Version:
18 lines (16 loc) • 465 B
text/typescript
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,
})