Trying to add a contract, but pasting in the compiled json or bytecode both don’t work. I get a “Please enter a valid ABI” error.
Environment
website
Details
Code to reproduce
Trying to add a contract, but pasting in the compiled json or bytecode both don’t work. I get a “Please enter a valid ABI” error.
Environment
website
Details
Code to reproduce
Hey Andrew! The compiled json has a field named “abi”. Try pasting the contents of that field, instead of the entire json file. That should do the trick!
Thanks for the reply! This worked, silly mistake.