viem
Version:
21 lines (19 loc) • 590 B
text/typescript
import { defineChain } from '../../../utils/chain/defineChain.js'
export const skaleExorde = /*#__PURE__*/ defineChain({
id: 2_139_927_552,
name: 'SKALE | Exorde',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.skalenodes.com/v1/light-vast-diphda'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/light-vast-diphda'],
},
},
blockExplorers: {
default: {
name: 'SKALE Explorer',
url: 'https://light-vast-diphda.explorer.mainnet.skalenodes.com',
},
},
contracts: {},
})