viem
Version:
24 lines (22 loc) • 469 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const sixProtocol = /*#__PURE__*/ defineChain({
id: 98,
name: 'Six Protocol',
nativeCurrency: {
decimals: 18,
name: 'SIX',
symbol: 'SIX',
},
rpcUrls: {
default: {
http: ['https://sixnet-rpc-evm.sixprotocol.net'],
},
},
blockExplorers: {
default: {
name: 'Six Protocol Scan',
url: 'https://sixscan.io/sixnet',
},
},
testnet: false,
})