viem
Version:
23 lines • 808 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.skaleHumanProtocol = void 0;
const defineChain_js_1 = require("../../../utils/chain/defineChain.js");
exports.skaleHumanProtocol = (0, defineChain_js_1.defineChain)({
id: 1_273_227_453,
name: 'SKALE | Human Protocol',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.skalenodes.com/v1/wan-red-ain'],
webSocket: ['wss://mainnet.skalenodes.com/v1/ws/wan-red-ain'],
},
},
blockExplorers: {
default: {
name: 'SKALE Explorer',
url: 'https://wan-red-ain.explorer.mainnet.skalenodes.com',
},
},
contracts: {},
});
//# sourceMappingURL=humanProtocol.js.map
;