@tevm/whatsabi
Version:
Utilities around whatsabi
11 lines • 378 B
TypeScript
import type { Address } from '@tevm/utils';
import type { KnownChainIds } from './KnownChainIds.js';
export type ParsedUri = {
chainId: KnownChainIds;
address: Address;
rpcUrl?: string | undefined;
etherscanApiKey?: string | undefined;
etherscanBaseUrl?: string | undefined;
followProxies?: boolean | undefined;
};
//# sourceMappingURL=ParsedUri.d.ts.map