Skip to content

Commit

Permalink
Centrifuge App: Multicall for Tinlake assets (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser authored and gpmayorga committed Nov 23, 2023
1 parent c8a95a6 commit c185323
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 1,985 deletions.
542 changes: 0 additions & 542 deletions centrifuge-app/src/utils/tinlake/abis/NAVFeed_V1.abi.json

This file was deleted.

616 changes: 0 additions & 616 deletions centrifuge-app/src/utils/tinlake/abis/NAVFeed_V2.abi.json

This file was deleted.

405 changes: 0 additions & 405 deletions centrifuge-app/src/utils/tinlake/abis/NAVFeed_V3.abi.json

This file was deleted.

321 changes: 0 additions & 321 deletions centrifuge-app/src/utils/tinlake/abis/Pile.abi.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export async function fetchFromTinlakeSubgraph(query: string, variables?: unknown) {
export async function fetchFromTinlakeSubgraph(query: string, variables?: object) {
const response = await fetch(import.meta.env.REACT_APP_TINLAKE_SUBGRAPH_URL, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
Expand Down
Loading

0 comments on commit c185323

Please sign in to comment.