Skip to content

Commit 2b60886

Browse files
authored
Fix subquery URL on reports (#2767)
1 parent 2fb7484 commit 2b60886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centrifuge-app/src/components/Report/useReportsQuery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type ReportsType = Report | DataReport
4545

4646
const centrifuge = new Centrifuge({
4747
environment: 'mainnet',
48-
indexerUrl: 'https://api.centrifuge.io/',
48+
indexerUrl: 'https://v2.api.centrifuge.io/',
4949
})
5050

5151
export function useReport<T extends ReportsType>(

0 commit comments

Comments
 (0)