coinbase / build-onchain-apps

Accelerate your onchain creativity with the Build Onchain Apps Template. ⛵️
https://buildonchainapps.xyz
MIT License
704 stars 115 forks source link

Bug: FormBuyCoffee.tsx not matching BuyMeACoffee.sol in the BOAT template #519

Open smckenna2 opened 2 months ago

smckenna2 commented 2 months ago

Describe the bug and the steps to reproduce it

The latest solidity file excludes twitter handle and name when deploying. The front end form still has these feilds as a result if you deploy, copy the ABI and run yarn dev the front end will not trigger the smart wallet pop up.

What's the expected behavior?

The smart contract inputs and the front end inputs should match.

What version of the libraries are you using?

Build onchain Apps template as of the 22nd of June.

danimesq commented 1 month ago

Fixed in: https://github.com/coinbase/build-onchain-apps/pull/522; still needing to be merged.