supersub
Version:
Supersub JS Sdk
42 lines (41 loc) • 1.33 kB
TypeScript
export declare const config: import("wagmi").Config<readonly [{
blockExplorers: {
readonly default: {
readonly name: "OK LINK";
readonly url: "https://www.oklink.com/amoy";
};
};
contracts?: {
[x: string]: import("viem").ChainContract | {
[sourceId: number]: import("viem").ChainContract | undefined;
} | undefined;
ensRegistry?: import("viem").ChainContract | undefined;
ensUniversalResolver?: import("viem").ChainContract | undefined;
multicall3?: import("viem").ChainContract | undefined;
} | undefined;
id: 80002;
name: "Polygon Amoy";
nativeCurrency: {
readonly name: "MATIC";
readonly symbol: "MATIC";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc-amoy.polygon.technology"];
};
};
sourceId?: number | undefined;
testnet: true;
custom?: Record<string, unknown> | undefined;
formatters?: undefined;
serializers?: import("viem").ChainSerializers<undefined> | undefined;
fees?: import("viem").ChainFees<undefined> | undefined;
}], {
80002: import("viem").HttpTransport;
}>;
declare module "wagmi" {
interface Register {
config: typeof config;
}
}