Skip to content

Commit

Permalink
increase fund amount
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 28, 2024
1 parent e8f7b8c commit 91ccf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trade.renegade.fi/app/api/fund/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export async function GET(request: Request) {
})

const ethAmount = parseEther("0.1")
const wethAmount = parseEther("1")
const usdcAmount = parseUnits("3000", 18)
const wethAmount = parseEther("10")
const usdcAmount = parseUnits("10000", 18)

const transactionCount = await publicClient.getTransactionCount({
address: account.address,
Expand Down

0 comments on commit 91ccf3b

Please sign in to comment.