viem
Version:
24 lines (22 loc) • 458 B
text/typescript
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,
})