diff --git a/README.md b/README.md index 784eb69..5424fa7 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 @@ -81,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