viem
Version:
23 lines • 556 B
JavaScript
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,
});
//# sourceMappingURL=potos.js.map