Skip to content

Commit

Permalink
clear unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbatei committed Oct 6, 2023
1 parent 85c41b7 commit 9208f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function createSetupWave(contract: AvatarCollection) {
waveMaxTokensToBuy: number,
waveSingleTokenPrice: string
) => {
const {raffleSignWallet, deployer} = await getTestingAccounts();
const {raffleSignWallet} = await getTestingAccounts();

await contract.setSignAddress(raffleSignWallet);

Expand Down

0 comments on commit 9208f44

Please sign in to comment.