Skip to content

Commit

Permalink
Pushed old account for arbsep
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Dec 6, 2024
1 parent 50e4132 commit 1ed4460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/configs/chains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ const getSubgraphUrls = (
publishedId: string,
subgraphSlug: string,
subgraphVersion: string,
accountNumber: number = 40931,
) => {
const versionedEndpoint = `https://api.studio.thegraph.com/query/40931/${subgraphSlug}`;
const versionedEndpoint = `https://api.studio.thegraph.com/query/${accountNumber}/${subgraphSlug}`;
return {
publishedSubgraphUrl:
process.env.NEXT_PUBLIC_SUBGRAPH_KEY ?
Expand Down Expand Up @@ -104,6 +105,7 @@ export const chainConfigMap: {
"BfZYwhZ1rTb22Nah1u6YyXtUtAdgGNtZhW1EBb4mFzAU",
"gardens-v2---arbitrum-sepolia",
SUBGRAPH_TESTNET_VERSION,
70985,
),
globalTribunal: "0xb05A948B5c1b057B88D381bDe3A375EfEA87EbAD",
allo: "0x1133eA7Af70876e64665ecD07C0A0476d09465a1",
Expand Down

0 comments on commit 1ed4460

Please sign in to comment.