Skip to content

Commit

Permalink
Update packages/client/src/deposit.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
fadeev and coderabbitai[bot] authored Jul 5, 2024
1 parent 323ebc8 commit e14700f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const deposit = async function (
if (message && !recipient) {
throw new Error("Please, provide a valid contract address as recipient.");
}

const abiCoder = ethers.utils.defaultAbiCoder;
const recipientHex = ethers.utils.hexZeroPad(recipient, 20);
const encodedMessage = message
Expand Down

0 comments on commit e14700f

Please sign in to comment.