viem
Version:
38 lines • 1.54 kB
TypeScript
export declare const edexa: {
blockExplorers: {
readonly default: {
readonly name: "edeXa Explorer";
readonly url: "https://explorer.edexa.network";
readonly apiUrl: "https://explorer.edexa.network/api/v2";
};
};
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;
universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
} | undefined;
ensTlds?: readonly string[] | undefined;
id: 5424;
name: "edeXa";
nativeCurrency: {
readonly name: "edeXa";
readonly symbol: "EDX";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.edexa.network"];
};
};
sourceId?: number | undefined | undefined;
testnet?: boolean | undefined | undefined;
custom?: Record<string, unknown> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
};
//# sourceMappingURL=edexa.d.ts.map