viem
Version:
35 lines • 1.32 kB
TypeScript
export declare const skaleNebulaTestnet: {
blockExplorers: {
readonly default: {
readonly name: "SKALE Explorer";
readonly url: "https://lanky-ill-funny-testnet.explorer.testnet.skalenodes.com";
};
};
contracts: {
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
readonly blockCreated: 105141;
};
};
ensTlds?: readonly string[] | undefined;
id: 37084624;
name: "SKALE Nebula Testnet";
nativeCurrency: {
readonly name: "sFUEL";
readonly symbol: "sFUEL";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://testnet.skalenodes.com/v1/lanky-ill-funny-testnet"];
readonly webSocket: readonly ["wss://testnet.skalenodes.com/v1/ws/lanky-ill-funny-testnet"];
};
};
sourceId?: number | undefined | undefined;
testnet: true;
custom?: Record<string, unknown> | undefined;
fees?: import("../../../index.js").ChainFees<undefined> | undefined;
formatters?: undefined;
serializers?: import("../../../index.js").ChainSerializers<undefined, import("../../../index.js").TransactionSerializable> | undefined;
};
//# sourceMappingURL=nebulaTestnet.d.ts.map