Skip to content

Can't deploy to network sepolia #5681

Answered by alfaqi
alex81983 asked this question in Q&A
Jun 14, 2023 · 1 comments · 11 replies
Discussion options

You must be logged in to vote

1- please make screenshot of
your MetaMask account or any wallet you are using (showing the balance), and your alchemy config

2- change the verify import, from utils not helper-hardhat-config.
const { verify } = require("../helper-hardhat-config")
like this
const { verify } = require("../utils/verify")

3- and about .env

it will not included next time you'll commit and push the files, but if you push the files I don't know how to deal with that.

so you have to delete your whole repo and recommit, repush it again (what I prefer) or delete .env file manually, but it will be still there cause GitHub tracking every thing.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@alex81983
Comment options

@alfaqi
Comment options

@alex81983
Comment options

@alfaqi
Comment options

Answer selected by alex81983
@alex81983
Comment options

@alex81983
Comment options

@daniellestroscher
Comment options

@alex81983
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants