viem
Version:
18 lines (16 loc) • 474 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const swanProximaTestnet = /*#__PURE__*/ defineChain({
id: 20241133,
name: 'Swan Proxima Testnet',
nativeCurrency: { name: 'Swan Ether', symbol: 'sETH', decimals: 18 },
rpcUrls: {
default: { http: ['https://rpc-proxima.swanchain.io '] },
},
blockExplorers: {
default: {
name: 'Swan Explorer',
url: 'https://proxima-explorer.swanchain.io',
},
},
testnet: true,
})