[Contract Verification] Unable to verify contract #890
-
Team or Projecttradable EnvironmentMainnet Block ExplorerIssue Type
Contract Address0x5B343b95dFDCFD80F78d45F3b1c493Aa18FA6525 Compiler TypeMulti-part contract zkSolc Version1.5.4 Solc Version0.8.27 Contract NameDealPriceEngine Contract Code// SPDX-License-Identifier: MIT import { AccessManagedUpgradeable } from "@oz/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol"; import { IDealPriceEngine } from "./interfaces/IDealPriceEngine.sol"; /**
Constructor ArgumentsN/A Hardhat Verify Plugin VersionNo response Repo Link (Optional)No response Additional Details
results in - error: invalid digit found in string; waiting 5 seconds before trying again (4 tries remaining) what am i doing wrong in passing arguments? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The verifier url is incorrect. You have it "https://explorer.zksync.io/contracts/verify" when it should be: Mainnet (Era Explorer): https://zksync2-mainnet-explorer.zksync.io/contract_verification Example request (to Era Sepolia):
|
Beta Was this translation helpful? Give feedback.
well verified finally - ty