@shogun-sdk/money-legos
Version:
Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.
35 lines • 1.16 kB
TypeScript
export declare const HyperEVM: {
blockExplorers: {
readonly default: {
readonly name: "Hyperscan";
readonly url: "https://www.hyperscan.com";
};
};
blockTime?: number | undefined | undefined;
contracts: {
readonly multicall3: {
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
readonly blockCreated: 13051;
};
};
ensTlds?: readonly string[] | undefined;
id: 999;
name: "HyperEVM";
nativeCurrency: {
readonly decimals: 18;
readonly name: "HYPE";
readonly symbol: "HYPE";
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://rpc.hyperliquid.xyz/evm"];
};
};
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;
};
//# sourceMappingURL=viemChains.custom.d.ts.map