api
api copied to clipboard
Prettify ABI JSON after users press "Verify"
When you copy-paste an ABI from Polygonscan or Etherscan, it gets pasted as a single line of JSON:

It should get prettified (e.g. using JSON.stringify(abi, null, 2)) after verification.
Also, Verify is not the perfect name for it. Maybe Validate would be better.