You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the abi.js file into a validator, and it does not seem valid JSON anymore. https://abi.hashex.org/
I understand the tables and arguments but the video you provided uses different names on the ABI file and I can not seem to figure them out. Apparently, Moralis does not throw any error either. Can you please help?
Thanks
The text was updated successfully, but these errors were encountered:
Why are you running it through a validator? The abi is there for web3 calls and is referenced when a contract instance is made. Moralis now uses ethers.js by default unless otherwise specified. When this was built they used web3.js so that will cause issues when making contract calls. But I'm redoing the whole project so no worries. If you need help on specific things feel free to email me at [email protected]
Dear Ty-Sir,
I run the abi.js file into a validator, and it does not seem valid JSON anymore. https://abi.hashex.org/
I understand the tables and arguments but the video you provided uses different names on the ABI file and I can not seem to figure them out. Apparently, Moralis does not throw any error either. Can you please help?
Thanks
The text was updated successfully, but these errors were encountered: