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.
24 lines
444 B
24 lines
444 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const sova = /*#__PURE__*/ defineChain({
|
|
id: 100_021,
|
|
name: 'Sova',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Ether',
|
|
symbol: 'ETH',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.sova.io'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Sova Block Explorer',
|
|
url: 'hhttps://explorer.sova.io',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|