@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
28 lines • 795 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const rollux = /*#__PURE__*/ defineChain({
id: 570,
name: 'Rollux Mainnet',
network: 'rollux',
nativeCurrency: {
decimals: 18,
name: 'Syscoin',
symbol: 'SYS',
},
rpcUrls: {
default: {
http: ['https://rpc.rollux.com'],
webSocket: ['wss://rpc.rollux.com/wss'],
},
public: { http: ['https://rollux.public-rpc.com'] },
},
blockExplorers: {
default: { name: 'RolluxExplorer', url: 'https://explorer.rollux.com' },
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 119222,
},
},
});
//# sourceMappingURL=rollux.js.map