Skip to content

Commit d7991f8

Browse files
authored
Merge pull request #17 from valixconsulting/fix-nft-whitelist-setup
2 parents 619a9ca + 156a99d commit d7991f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/nft-whitelist/nft-whitelist.challenge.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ describe('Challenge - NFT Whitelist', function () {
1818
[deployer, player] = await ethers.getSigners();
1919
const [,, alice, bob] = await ethers.getSigners();
2020

21+
// Initialize balance of Player account for paying the gas
22+
setBalance(player.address, ethers.utils.parseEther("0.1"));
2123
// Initialize balance of Bob account
2224
setBalance(bob.address, ethers.utils.parseEther("10.0"));
2325

0 commit comments

Comments
 (0)