viem
Version:
21 lines (19 loc) • 496 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const reyaNetwork = /*#__PURE__*/ defineChain({
id: 1729,
name: 'Reya Network',
nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH' },
rpcUrls: {
default: {
http: ['https://rpc.reya.network'],
webSocket: ['wss://ws.reya.network'],
},
},
blockExplorers: {
default: {
name: 'Reya Network Explorer',
url: 'https://explorer.reya.network',
},
},
testnet: false,
})