@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
29 lines • 1.11 kB
JavaScript
import { defineChain } from '../../../utils/chain/defineChain.js';
export const skaleCryptoColosseum = /*#__PURE__*/ defineChain({
id: 2046399126,
name: 'SKALE | Crypto Colosseum',
network: 'skale-crypto-coloseeum',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.skalenodes.com/v1/haunting-devoted-deneb'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/haunting-devoted-deneb'],
},
public: {
http: ['https://mainnet.skalenodes.com/v1/haunting-devoted-deneb'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/haunting-devoted-deneb'],
},
},
blockExplorers: {
blockscout: {
name: 'SKALE Explorer',
url: 'https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com',
},
default: {
name: 'SKALE Explorer',
url: 'https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com',
},
},
contracts: {},
});
//# sourceMappingURL=cryptoColosseum.js.map