Skip to content

Commit

Permalink
Merge pull request #297 from smxl/dev
Browse files Browse the repository at this point in the history
Update price.ts
  • Loading branch information
0xIchigo authored May 13, 2024
2 parents 6003f01 + 67afb0d commit 900dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/trpc/routes/price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const price = t.procedure
.input(z.string())
.query(async ({ input: token }) => {
const response = await fetch(
`https://public-api.birdeye.so/public/price/?address=${token}`,
`https://public-api.birdeye.so/defi/price/?address=${token}`,
{
headers: {
Accept: "application/json",
Expand Down

0 comments on commit 900dd5a

Please sign in to comment.