Skip to content

Commit

Permalink
corrected playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Oct 15, 2024
1 parent eceadb0 commit 2245ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbook/initializeDomain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ task('initializeDomain', 'Initialize domain name and activate it')
const tx = await multipassContract.initializeDomain(
registrarAddress,
freeRegistrationsNumber,
hre.ethers.utils.parseEther(fee),
hre.ethers.utils.formatBytes32String(domain),
hre.ethers.utils.parseEther(reward),
hre.ethers.utils.parseEther(discount),
Expand Down

0 comments on commit 2245ffc

Please sign in to comment.