codeSTACKr / minter-dapp

MIT License
2.04k stars 3.42k forks source link

[Bug]: ABI/Loading error #109

Open Brian784 opened 2 years ago

Brian784 commented 2 years ago

Version

General Question

What happened?

Every time I try to connect to a wallet to the site it never stops loading. I’ve checked the Abi and went through all the code to make sure it matches the code stack video and it does. So I really don’t know what the issue could be. I’ve asked discord and I just keep being told to check the Abi pins but that doesn’t really help. If you could help with this that would be great😁

What have you tried?

I Googled and asked the community in the discord server but could not find a solution.

Relevant log output

No response

Protect your information

DaWe35 commented 1 year ago

The ABI actually works for me. I got something else, info.deploymentConfig.mintPrice is null

judefmc7 commented 1 year ago

I'm having this problem too. Any fix?

mojicsibro2 commented 1 year ago

i am really happy to solve it, all i did was to goto my backend > build >contract and _contract_abi.json open _contract_abi.json and copy everything in it and add it to your abi.js in frontend > js > abi.js comit your changes and sync and it will work. make sure you remove the two yellow brackets before you paste your _contract_abi.json