Skip to content

Conversation

@abhi3700
Copy link

This code is running fine when cloned & parsed the required env variable.

accounts: [`${process.env.GOERLI_DEPLOYER_PK}`]
}
}
accounts: [`0x${process.env.GOERLI_DEPLOYER_PK}`],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The assumption is that the 0x part goes into the environment variable

Copy link
Collaborator

@cburgdorf cburgdorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good but I would prefer it to be updated so that the 0x part is assumed to be part of the environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants