Skip to content

Commit

Permalink
updated endpoint to get number of everai bridged
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 12, 2024
1 parent 424f467 commit ed06c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/server/api/routers/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface EveraiStatsApiResponse {
export const statsRouter = createTRPCRouter({
getEveraiBridgeNumber: publicProcedure.query(async () => {
const everaiStatsResponse = await fetch(
"https://api.bridge.arkproject.dev/stats/0xC9ea1AFf83F0B35371729935E1bBecC41e590728"
"https://api.bridge.arkproject.dev/stats/0x9a38dec0590abc8c883d72e52391090e948ddf12"
);

const everaiStats =
Expand Down

0 comments on commit ed06c3c

Please sign in to comment.