@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
34 lines • 1.21 kB
JavaScript
import { defineChain } from '../../../utils/chain/defineChain.js';
export const skaleNebula = /*#__PURE__*/ defineChain({
id: 1482601649,
name: 'SKALE | Nebula Gaming Hub',
network: 'skale-nebula',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.skalenodes.com/v1/green-giddy-denebola'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/green-giddy-denebola'],
},
public: {
http: ['https://mainnet.skalenodes.com/v1/green-giddy-denebola'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/green-giddy-denebola'],
},
},
blockExplorers: {
blockscout: {
name: 'SKALE Explorer',
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
},
default: {
name: 'SKALE Explorer',
url: 'https://green-giddy-denebola.explorer.mainnet.skalenodes.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 2372986,
},
},
});
//# sourceMappingURL=nebula.js.map