UNPKG

@msquared/etherbase-client

Version:

React hooks for interacting with Etherbase smart contracts

46 lines (45 loc) 1.59 kB
export declare const somnia: { blockExplorers?: { [key: string]: { name: string; url: string; apiUrl?: string | undefined; }; default: { name: string; url: string; apiUrl?: string | undefined; }; } | undefined | undefined; 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; universalSignatureVerifier?: import("viem").ChainContract | undefined; } | undefined; id: 50312; name: "Somnia"; nativeCurrency: { readonly decimals: 18; readonly name: "STT"; readonly symbol: "STT"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://dream-rpc.somnia.network/"]; }; readonly public: { readonly http: readonly ["https://dream-rpc.somnia.network/"]; }; }; sourceId?: number | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; readonly network: "somnia"; };