neu-fi / regen-bingo

Monorepo for both backend and contract developments of Regen Bingo!
https://regen.bingo
2 stars 1 forks source link

83 draw numbers on localhost #88

Closed koybasimuhittin closed 1 year ago

koybasimuhittin commented 1 year ago

I changed hardhat configurations, I was getting unknown command: viaIR and searched it but couldn't fix. In this implementation draw period starts on localhost right after deployments. I am working on change it.

vercel[bot] commented 1 year ago

@koybasimuhittin is attempting to deploy a commit to the Neufi Team on Vercel.

To accomplish this, @koybasimuhittin needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
regen-bingo-frontend ❌ Failed (Inspect) Jan 26, 2023 at 5:49PM (UTC)
hantuzun commented 1 year ago

Thanks again Muhittin. Please review the two commits I pushed as well.

The ir (intermediate representation (Yul)) flag was experimental before solc 0.8.13: https://github.com/ethereum/solidity/releases/tag/v0.8.13

Another fix I did was using full range of randomness for our mock. That does not belong to deployment scripts but I'll handle that later.