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
458 B
24 lines
458 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const potos = /*#__PURE__*/ defineChain({
|
|
id: 60603,
|
|
name: 'POTOS Mainnet',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'POTOS Token',
|
|
symbol: 'POT',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.potos.hk'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'POTOS Mainnet explorer',
|
|
url: 'https://scan.potos.hk',
|
|
},
|
|
},
|
|
testnet: false,
|
|
})
|