From 2e9a686de74f77a27a10c86ac7942f055653c3fe Mon Sep 17 00:00:00 2001 From: Richa <76250660+Richa-iitr@users.noreply.github.com> Date: Sun, 14 Aug 2022 05:13:42 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 784eb69..6acb3c1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Subgraph deployment: - Polygon: [https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-polygon?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-polygon?selected=playground) - Avalanche: [https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-avalanche?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-avalanche?selected=playground) +- Mainnet [Staging]: [https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-staging-mainnet?selected=playground](https://thegraph.com/hosted-service/subgraph/richa-iitr/aave-automation-staging-mainnet?selected=playground) Query Structure From a7266a13a4afa941b61e405b038c8b79e29d837a Mon Sep 17 00:00:00 2001 From: Richa <76250660+Richa-iitr@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:49:01 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 6acb3c1..5424fa7 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,43 @@ Query Structure logIndex } } + failedExecutionData{ + id + user + account{ + id + } + userId + nonce + params{ + id + collateralToken + collateralAmount + debtToken + debtAmount + collateralAmountWithTotalFee + swap{ + id + sellToken + buyToken + sellAmt + unitAmt + callData + } + route + rateMode + } + metadata + initialHf + transactionDetail{ + id + blockNumber + timeStamp + transactionHash + transactionLogIndex + logIndex + } + } systemCancelData{ id user