viem
Version:
34 lines • 1.24 kB
TypeScript
export declare const mantleTestnet: {
blockExplorers: {
readonly default: {
readonly name: "Mantle Testnet Explorer";
readonly url: "https://explorer.testnet.mantle.xyz";
};
};
contracts?: {
[x: string]: import("../../index.js").ChainContract | {
[sourceId: number]: import("../../index.js").ChainContract | undefined;
} | undefined;
ensRegistry?: import("../../index.js").ChainContract | undefined;
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
multicall3?: import("../../index.js").ChainContract | undefined;
} | undefined;
id: 5001;
name: "Mantle Testnet";
nativeCurrency: {
readonly decimals: 18;
readonly name: "MNT";
readonly symbol: "MNT";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.testnet.mantle.xyz"];
};
};
sourceId?: number | undefined;
testnet: true;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
};
//# sourceMappingURL=mantleTestnet.d.ts.map