viem
Version:
33 lines • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.skaleChaosTestnet = void 0;
const defineChain_js_1 = require("../../../utils/chain/defineChain.js");
exports.skaleChaosTestnet = (0, defineChain_js_1.defineChain)({
id: 1351057110,
name: 'SKALE | Chaos Testnet',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
default: {
http: [
'https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix',
],
webSocket: [
'wss://staging-v3.skalenodes.com/v1/ws/staging-fast-active-bellatrix',
],
},
},
blockExplorers: {
default: {
name: 'SKALE Explorer',
url: 'https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 1192202,
},
},
testnet: true,
});
//# sourceMappingURL=chaosTestnet.js.map