Skip to content

Commit

Permalink
fix: Use published subgraphs instead of test URLs (#4822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jul 16, 2024
1 parent cb9944f commit 362b500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/helpers/boost/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import { SUPPORTED_NETWORKS } from '@/helpers/boost';
import { BoostSubgraph } from '@/helpers/boost/types';

const SUBGRAPH_URLS = {
'1': 'https://api.studio.thegraph.com/query/23545/boost/version/latest',
'1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/A6EEuSAB7mFrWvLBnL1HZXwfiGfqFYnFJjc14REtMNkd',
'11155111':
'https://api.studio.thegraph.com/query/23545/boost-sepolia/version/latest',
'https://subgrapher.snapshot.org/subgraph/arbitrum/6T64qrPe7S46zhArSoBF8CAmc5cG3PyKa92Nt4Jhymcy',
'137':
'https://api.studio.thegraph.com/query/23545/boost-polygon/version/latest',
'https://subgrapher.snapshot.org/subgraph/arbitrum/CkNpf5gY7XPCinJWP1nh8K7u6faXwDjchGGV4P9rgJ7',
'8453':
'https://api.studio.thegraph.com/query/23545/boost-base/version/latest'
'https://subgrapher.snapshot.org/subgraph/arbitrum/52uVpyUHkkMFieRk1khbdshUw26CNHWAEuqLojZzcyjd'
};

export async function getClaims(recipient: string) {
Expand Down

0 comments on commit 362b500

Please sign in to comment.