UNPKG

@tevm/whatsabi

Version:
4 lines 225 B
import type { Address } from '@tevm/utils'; import type { KnownChainIds } from './KnownChainIds.js'; export type ContractUri = `eth://${KnownChainIds}/${Address}${'' | `?${string}`}`; //# sourceMappingURL=ContractUri.d.ts.map