Skip to content

Commit

Permalink
Merge pull request #13 from DataINCITE/flynnc3-temp
Browse files Browse the repository at this point in the history
update naming conventions to graph files
  • Loading branch information
flynnc3 authored Apr 15, 2023
2 parents 8f66c64 + 12c3b2b commit 4b4c1b0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-borrows
request.name= graph-aave-borrows

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-collaterals
request.name= graph-aave-collaterals

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-deposits
request.name= graph-aave-deposits

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-flash-loans
request.name= graph-aave-flash-loans

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-liquidations
request.name= graph-aave-liquidations

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-price-history-items
request.name= graph-aave-price-history-items

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-redeems
request.name= graph-aave-redeems

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-repays
request.name= graph-aave-repays

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-reserve-params-hist-items
request.name= graph-aave-reserve-params-hist-items

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-reserves
request.name= graph-aave-reserves

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-swaps
request.name= graph-aave-swaps

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-user-reserves
request.name= graph-aave-user-reserves

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
request.name= graph-users
request.name= graph-aave-users

url.base= https://api.thegraph.com/subgraphs/name/aave/protocol-v2

Expand Down

0 comments on commit 4b4c1b0

Please sign in to comment.