UNPKG

opstack-kit-chains

Version:
36 lines 1.37 kB
export declare const kroma: { blockExplorers: { readonly default: { readonly name: "Kroma Explorer"; readonly url: "https://blockscout.kroma.network"; readonly apiUrl: "https://blockscout.kroma.network/api"; }; }; 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: 255; name: "Kroma"; nativeCurrency: { readonly name: "ETH"; readonly symbol: "ETH"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://api.kroma.network"]; }; }; sourceId?: number | undefined; testnet: false; 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=kroma.d.ts.map