This commit is contained in:
Richa-iitr 2022-08-30 00:28:50 +05:30
commit 6f48ae0668

View File

@ -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) - 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) - 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 Query Structure
@ -81,6 +82,43 @@ Query Structure
logIndex 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{ systemCancelData{
id id
user user