type MakeBidParams = { bid: Price; listingId: BigNumberish };
type bid = Price;
type listingId = BigNumberish;