opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
21 lines (19 loc) • 515 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const areonNetwork = /*#__PURE__*/ defineChain({
id: 463,
name: 'Areon Network',
nativeCurrency: { decimals: 18, name: 'AREA', symbol: 'AREA' },
rpcUrls: {
default: {
http: ['https://mainnet-rpc.areon.network'],
webSocket: ['wss://mainnet-ws.areon.network'],
},
},
blockExplorers: {
default: {
name: 'Areonscan',
url: 'https://areonscan.com',
},
},
testnet: false,
})