sourcifyeth / remix-sourcify

Remix plugin for source verify project
21 stars 12 forks source link

Trying to verify a contract in ropsten fails #25

Closed yann300 closed 4 years ago

yann300 commented 4 years ago

contract : 0x96d87AB604AEC7FB26C2E046CA5e6eBBB9D8b74D the API returns

[
  {
    "address": "0x96d87AB604AEC7FB26C2E046CA5e6eBBB9D8b74D",
    "status": "no match",
    "message": "\"Address for specified chain not found in repository\""
  }
]

although the contract is deployed

edisinovcic commented 4 years ago

This seems to be working with the latest changes: https://github.com/ethereum/remix-plugins-directory/pull/66

edisinovcic commented 4 years ago

Tested and it's working with latest changes.

edisinovcic commented 4 years ago

Closing this issue as it seems to be working now.