Golden Ite

Results 4 issues of Golden Ite

add NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID to .env.local for nft-explorer template

There was no check for _msgSender() in collectionAuctionTokens. I have changed following line to check if the _msgSender() is auction winner. `_winningBid.bidder != address(0)` is not necessary because _msgSender() cannot...