Skip to content

update naming conventions to graph files #13

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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