UNPKG

intuition-cli

Version:
70 lines (69 loc) 2.48 kB
export declare const supportedNetworks: { blockExplorers: { readonly default: { readonly name: "Intuition Testnet Explorer"; readonly url: "https://testnet.explorer.intuition.systems"; }; }; blockTime?: number | undefined; contracts: { readonly multicall3: { readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; }; }; ensTlds?: readonly string[] | undefined; id: 13579; name: "intuition-testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Test Trust"; readonly symbol: "tTRUST"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testnet.rpc.intuition.systems/http"]; readonly webSocket: readonly ["wss://testnet.rpc.intuition.systems/ws"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; }[]; export declare function getNetworkByName(name: string): { blockExplorers: { readonly default: { readonly name: "Intuition Testnet Explorer"; readonly url: "https://testnet.explorer.intuition.systems"; }; }; blockTime?: number | undefined; contracts: { readonly multicall3: { readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; }; }; ensTlds?: readonly string[] | undefined; id: 13579; name: "intuition-testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Test Trust"; readonly symbol: "tTRUST"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testnet.rpc.intuition.systems/http"]; readonly webSocket: readonly ["wss://testnet.rpc.intuition.systems/ws"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; } | undefined; export { intuitionTestnet } from '@0xintuition/protocol';