Skip to content

Commit

Permalink
Update cdp-agentkit-core/typescript/src/actions/morpho/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <[email protected]>
  • Loading branch information
stat and John-peterson-coinbase authored Jan 15, 2025
1 parent 71c2c52 commit 56c9832
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cdp-agentkit-core/typescript/src/actions/morpho/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ export async function approve(
return `Error approving tokens: ${error}`;
}
}

// export function toWei(amount: number, decimals: number): bigint {
// return BigInt(Math.floor(amount * Math.pow(10, decimals)));
// }

0 comments on commit 56c9832

Please sign in to comment.