Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Jul 15, 2024
1 parent 4102f2a commit 452665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.renegade.fi/app/api/get-logs/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NextRequest } from "next/server"
import { createPublicClient, http, parseAbiItem } from "viem"

// Necessary because public RPC does not support getting logs
export const viemClient = createPublicClient({
const viemClient = createPublicClient({
chain,
transport: http(process.env.NEXT_PUBLIC_RPC_URL),
})
Expand Down

0 comments on commit 452665e

Please sign in to comment.