Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue of not being able to deploy when ganache's chain gas is 0 and the account has a zero balance #116

Open
ender-marblex opened this issue Sep 25, 2024 · 0 comments

Comments

@ender-marblex
Copy link

await (await this.ownerWallet.sendTransaction({ to: adminWallets[i]._address, value: BigInt(1e18) })).wait();

await this.ownerWallet
.sendTransaction({
to: deployerWallet.address,
value: BigInt(1e18),
})
.then((tx) => tx.wait());

await this.ownerWallet
.sendTransaction({
to: deployerWallet.address,
value: BigInt(1e18),
})
.then((tx) => tx.wait());

Unable to perform issue when owner's balance is 0 for the above 3 TXs.

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

No branches or pull requests

1 participant