0x66cd193d…8184sent to0x3e769115…4b14·#17,695,204·view on Etherscan
upgrade(address,address)# AuctionHouse.sol Upgrade: BidWithComment
**tl;dr:**
This upgrade gives bidders the option to leave a comment alongside their bid - preferably reasons for why they'd like to become lil nouner, what they'd add to the community, or why and how a particular lil noun caught their eye.
**How it works**
Currently, the AuctionHouse contract takes note of key information: bid amount, bidder, time of bid, whether the bid increased auction time (a last-minute bid), and for every bid, emits them as an `AuctionBid` contract event. This gives off-chain services (like frontends or analytic tools) the ability to provide relevant auction information to their users. This upgrade adds an additional string field to the `AuctionBid` contract event so that comments associated with a given bid can be surfaced alongside other key auction information.
**example of lilnouns.wtf running BidWithComment upgrade**



h/t to Zora for their `MintWithComment` update. Thanks to to Elad for looking over the upgrade, and mikegood.⌐◨-◨ for helping test.
### **Proposal Transactions for Humans**
1. `upgrade`: tells the AuctionHouse proxy contract to point to a new AuctionHouse.sol contract.