-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I connected this https://github.com/BuidlGuidl/hackathon-se2 to Vercel in the Vercel UI, so it deploys when I push to main.
It fails when I try to deploy (The initial deploy from the cli worked). It gets these errors:
I guess this is happening since #202 and we talked about this before.
-
I just added the generated
hardhat_contract.tsfile to the repo (even tho my project won't use any contract). Not the best solution because:- Doesn't make sense when your project doesn't use any contract (a lot of times you build dapps that don't use a custom contract)
- If you use a contract, the file will change all the time when you are developing locally (the address of the local contract will change on each deployment).
What solutions do we have?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
