We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb7484 commit 2b60886Copy full SHA for 2b60886
centrifuge-app/src/components/Report/useReportsQuery.tsx
@@ -45,7 +45,7 @@ type ReportsType = Report | DataReport
45
46
const centrifuge = new Centrifuge({
47
environment: 'mainnet',
48
- indexerUrl: 'https://api.centrifuge.io/',
+ indexerUrl: 'https://v2.api.centrifuge.io/',
49
})
50
51
export function useReport<T extends ReportsType>(
0 commit comments