Machinalabs / remix-etherscan-plugin

Remix Etherscan Plugin
54 stars 69 forks source link

Support standard-json for verification. #23

Open PatrickAlphaC opened 2 years ago

PatrickAlphaC commented 2 years ago

Recently brownie swapped over to using standard-json to verify the solidity smart contracts. Etherscan's API also allows this.

This means you no longer have to flatten your contracts, which isn't great practice anyways. It would be great if this plugin supported this so verification works no matter the import.

yann300 commented 2 years ago

isn't it already the case, @EdsonAlcala ?