viem
Version:
32 lines • 978 B
TypeScript
export declare const wanchainTestnet: {
blockExplorers: {
readonly default: {
readonly name: "WanScanTest";
readonly url: "https://wanscan.org";
};
};
contracts: {
readonly multicall3: {
readonly address: "0x11c89bF4496c39FB80535Ffb4c92715839CC5324";
readonly blockCreated: 24743448;
};
};
id: 999;
name: "Wanchain Testnet";
nativeCurrency: {
readonly name: "WANCHAIN";
readonly symbol: "WANt";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://gwan-ssl.wandevs.org:46891"];
};
};
sourceId?: number | undefined;
testnet: true;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
};
//# sourceMappingURL=wanchainTestnet.d.ts.map