Skip to content

Lesson 7: Not able to staging test in Rinkeby #736

Discussion options

You must be logged in to vote

Go to your hardhat config file, and check if the following code is there; if not, add it there:

namedAccounts: {
        deployer: {
            default: 0,
        },
        users: {
            default: 0,
        },
    },

Let me know if this helps.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Sunil-Reddy-Gummalla
Comment options

Comment options

You must be logged in to vote
2 replies
@Sunil-Reddy-Gummalla
Comment options

@krakxn
Comment options

Answer selected by Sunil-Reddy-Gummalla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants