hashgraph / hedera-sourcify

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

Wrong chain ID for mainnet during verification lookups #64

Closed Neurone closed 7 months ago

Neurone commented 8 months ago

Description

The contract lookup in the select-contract page uses an incorrect chain ID (1 instead of 295) and thus returns an error.

Steps to reproduce

  1. go to https://repository-verify.hashscan.io/select-contract/
  2. select a contract already verified on the mainnet (i.e., 0x00000000000000000000000000000000003be792)
  3. Press Submit

Additional context

Screenshot 2023-11-02 at 17 07 34

Hedera network

mainnet, testnet, previewnet, other

Version

N/A

Operating system

None