Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Sep 26, 2024
1 parent c0381f6 commit 235ba35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4-client-js/examples/native_examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ async function test(): Promise<void> {
const vaultOwnerShares = await getMegavaultOwnerShares(payload);
console.log(vaultOwnerShares);

// const depositResult = await depositToMegavault(0, 2);
// console.log(depositResult);
const depositResult = await depositToMegavault(0, 2);
console.log(depositResult);

const withdrawResult = await withdrawFromMegavault(0, 1, 0);
console.log(withdrawResult);
Expand Down

0 comments on commit 235ba35

Please sign in to comment.