viem
Version:
21 lines (19 loc) • 518 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const surgeTestnet = /*#__PURE__*/ defineChain({
id: 763_375,
name: 'Surge Testnet',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://l2-rpc.hoodi.surge.wtf'],
webSocket: ['wss://l2-ws.hoodi.surge.wtf'],
},
},
blockExplorers: {
default: {
name: 'Surge Testnet Blockscout',
url: 'https://explorer.hoodi.surge.wtf',
},
},
testnet: true,
})