Skip to content

Commit

Permalink
Merge pull request #17 from valixconsulting/fix-nft-whitelist-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinboii authored Oct 12, 2023
2 parents 619a9ca + 156a99d commit d7991f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/nft-whitelist/nft-whitelist.challenge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ describe('Challenge - NFT Whitelist', function () {
[deployer, player] = await ethers.getSigners();
const [,, alice, bob] = await ethers.getSigners();

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

Expand Down

0 comments on commit d7991f8

Please sign in to comment.