@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
30 lines (28 loc) • 948 B
text/typescript
import { defineChain } from '../../../utils/chain/defineChain.js'
export const skaleRazor = /*#__PURE__*/ defineChain({
id: 278_611_351,
name: 'SKALE | Razor Network',
network: 'skale-razor',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.skalenodes.com/v1/turbulent-unique-scheat'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/turbulent-unique-scheat'],
},
public: {
http: ['https://mainnet.skalenodes.com/v1/turbulent-unique-scheat'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/turbulent-unique-scheat'],
},
},
blockExplorers: {
blockscout: {
name: 'SKALE Explorer',
url: 'https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com',
},
default: {
name: 'SKALE Explorer',
url: 'https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com',
},
},
contracts: {},
})