viem
Version:
36 lines • 1.36 kB
TypeScript
export declare const lukso: {
blockExplorers: {
readonly default: {
readonly name: "LUKSO Mainnet Explorer";
readonly url: "https://explorer.execution.mainnet.lukso.network";
};
};
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: 42;
name: "LUKSO";
nativeCurrency: {
readonly name: "LUKSO";
readonly symbol: "LYX";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.mainnet.lukso.network"];
readonly webSocket: readonly ["wss://ws-rpc.mainnet.lukso.network"];
};
};
sourceId?: number | undefined;
testnet?: boolean | undefined;
formatters?: undefined;
serializers?: import("../../index.js").ChainSerializers<undefined> | undefined;
fees?: import("../../index.js").ChainFees<undefined> | undefined;
readonly network: "lukso";
};
//# sourceMappingURL=lukso.d.ts.map