Skip to content

Commit

Permalink
fix contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 18, 2024
1 parent 64e0067 commit d45ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cli/newClrFund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function main(args: any) {
ethers,
signer,
})
tokenAddress = tokenContract.address
tokenAddress = await tokenContract.getAddress()
}
const setTokenTx = await clrfundContract.setToken(tokenAddress)
await setTokenTx.wait()
Expand Down

0 comments on commit d45ee7a

Please sign in to comment.