viem
Version:
38 lines • 1.35 kB
TypeScript
export declare const zkFair: {
blockExplorers: {
readonly default: {
readonly name: "zkFair Explorer";
readonly url: "https://scan.zkfair.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: 42766;
name: "ZKFair Mainnet";
nativeCurrency: {
readonly decimals: 18;
readonly name: "USD Coin";
readonly symbol: "USDC";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.zkfair.io"];
};
readonly public: {
readonly http: readonly ["https://rpc.zkfair.io"];
};
};
sourceId?: number | undefined;
testnet: false;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
readonly network: "zkfair-mainnet";
};
//# sourceMappingURL=zkFair.d.ts.map