kmad
kmad
this is my config `require('@nomiclabs/hardhat-waffle') require('@nomiclabs/hardhat-web3') require('solidity-coverage') require('dotenv').config() // Include the Etherscan contract verifier. require('@nomiclabs/hardhat-etherscan'); module.exports = { networks: { // --- EVM hardhat: {}, mainnet: { url: process.env.MAINNET_RPC ||...
https://github.com/Ideamarket/ideamarket-contracts here is the repo. I am trying to run npx hardhat verify --network avm on a contract i recently deployed in the imo-user-market branch
> Thank you for using Hardhat. If there is a problem in Hardhat, we will need to be able to reproduce it before we can fix it. Please provide more...
okay here is specific instructions of how to reproduce. In this repo https://github.com/Ideamarket/blockchain-of-opinions I am running `npx hardhat verify --network avm 0xe38409367699014145b7ADc41d7EbcD441370633 '0x93f9707adb26d98cfc6d73C8840425010AfA968B'` to verify a contract on arbitrum mainnet...
? > Thanks for following up. It's important that we get a _minimal_ reproducible example, not one in a large repo. > > Sometimes it's acceptable to use a large...
> Thanks for following up. It's important that we get a _minimal_ reproducible example, not one in a large repo. > > Sometimes it's acceptable to use a large repo...