hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Error in verification after importing the contract into Remix #65

Closed Neurone closed 7 months ago

Neurone commented 8 months ago

Description

Importing the contract inside Remix, I see Hedera in the list of networks, but the call is still to sourcify.dev, so it returns an error.

Steps to reproduce

  1. verify a contract
  2. check contract details (i.e., https://repository-verify.hashscan.io/contracts/full_match/295/0x00000000000000000000000000000000003Be792/)
  3. click "open repo in Remix"
  4. try the verification with the Hedera network

Additional context

Screenshot from 2023-10-27 15-57-39

Hedera network

mainnet, testnet, previewnet, other

Version

N/A

Operating system

None

svienot commented 8 months ago

I am not sure at this point how feasible it is to have the remix-sourcify plugin talk to our instance in addition to the sourcify.dev instance. An alternative might be to produce our own fork of that plugin to have Remix interfaced with our instance. We need to look into that further. Meanwhile we are going to remove these "open in Remix" links. Already done in the main Sourcify ui, remains to be done for this select-form of the repository service.

svienot commented 7 months ago

The "open repo in remix" has been wiped from both main ui and repository ui. So closing this issue.