mirror of
https://github.com/Instadapp/aave-automation-subgraph.git
synced 2024-07-29 22:28:08 +00:00
Merge branch 'main' of https://github.com/Richa-iitr/aave-automation-subgraph
This commit is contained in:
commit
6f48ae0668
38
README.md
38
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)
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user