UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

34 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rolluxTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.rolluxTestnet = (0, defineChain_js_1.defineChain)({ id: 57000, name: 'Rollux Testnet', network: 'rollux-testnet', nativeCurrency: { decimals: 18, name: 'Syscoin', symbol: 'SYS', }, rpcUrls: { default: { http: ['https://rpc-tanenbaum.rollux.com/'], webSocket: ['wss://rpc-tanenbaum.rollux.com/wss'], }, public: { http: ['https://rpc-tanenbaum.rollux.com/'] }, }, blockExplorers: { default: { name: 'RolluxTestnetExplorer', url: 'https://rollux.tanenbaum.io', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 1813675, }, }, }); //# sourceMappingURL=rolluxTestnet.js.map