Skip to content

Commit

Permalink
update ponder url (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Jan 6, 2025
1 parent 596375a commit b4e830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "~~/styles/globals.css";
const shareTechMono = Share_Tech_Mono({ subsets: ["latin"], weight: "400" });

const urqlClient = new Client({
url: "http://localhost:42069",
url: "https://bg-ponder-indexer-production.up.railway.app/",
exchanges: [cacheExchange, fetchExchange],
});

Expand Down

0 comments on commit b4e830a

Please sign in to comment.