You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
459 B
20 lines
459 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const rivalz = /*#__PURE__*/ defineChain({
|
|
id: 753,
|
|
name: 'Rivalz',
|
|
nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH' },
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rivalz.calderachain.xyz/http'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Rivalz Caldera Explorer',
|
|
url: 'https://rivalz.calderaexplorer.xyz',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|