Skip to content

Commit

Permalink
fix: deposit interface adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
nom4dv3 committed Feb 17, 2024
1 parent 535597d commit c511bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cle-cli/src/commands/deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export async function deposit(options: DepositOptions) {
const loading = logLoadingAnimation()

const txReceipt = await zkgapi.deposit(
signer,
deployedContractAddress,
depositAmount,
signer,
{ depositAmount },
)

loading.stopAndClear()
Expand Down

0 comments on commit c511bdd

Please sign in to comment.