UNPKG

@tevm/whatsabi

Version:
5 lines (3 loc) 182 B
import type { Address } from '@tevm/utils' import type { KnownChainIds } from './KnownChainIds.js' export type ContractUri = `eth://${KnownChainIds}/${Address}${'' | `?${string}`}`