UNPKG

@blockbolt/monad-wallet

Version:
41 lines 1.58 kB
import { Address } from "viem"; export declare const MONAD_TESTNET: { blockExplorers: { readonly default: { readonly name: "Explorer"; readonly url: "https://testnet.monadexplorer.com/"; }; }; 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: 10143; name: "Monad Testnet"; nativeCurrency: { readonly name: "Testnet MON Token"; readonly symbol: "MON"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testnet-rpc.monad.xyz/"]; }; readonly public: { readonly http: readonly ["https://testnet-rpc.monad.xyz/"]; }; }; 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; }; export declare const BlockBolt_TESTNET_CONTRACT_ADDRESS: Address; //# sourceMappingURL=chain.d.ts.map