viem
Version:
38 lines • 1.37 kB
TypeScript
export declare const xdcTestnet: {
blockExplorers: {
readonly xinfin: {
readonly name: "XinFin";
readonly url: "https://explorer.apothem.network";
};
readonly default: {
readonly name: "Blocksscan";
readonly url: "https://apothem.blocksscan.io";
};
};
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: 51;
name: "Apothem Network";
nativeCurrency: {
readonly decimals: 18;
readonly name: "TXDC";
readonly symbol: "TXDC";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://erpc.apothem.network"];
};
};
sourceId?: number | undefined;
testnet?: boolean | undefined;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
};
//# sourceMappingURL=xdcTestnet.d.ts.map