viem
Version:
18 lines (16 loc) • 457 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const loadAlphanet = /*#__PURE__*/ defineChain({
id: 9496,
name: 'Load Alphanet',
nativeCurrency: { name: 'Testnet LOAD', symbol: 'tLOAD', decimals: 18 },
rpcUrls: {
default: { http: ['https://alphanet.load.network'] },
},
blockExplorers: {
default: {
name: 'Load Alphanet Explorer',
url: 'https://explorer.load.network',
},
},
testnet: true,
})