mirror of
https://github.com/Instadapp/aave-automation-subgraph.git
synced 2024-07-29 22:28:08 +00:00
Update README.md
This commit is contained in:
parent
35ef451d7f
commit
0da85e4b4a
134
README.md
134
README.md
|
@ -13,6 +13,7 @@ Query Structure
|
|||
{
|
||||
accounts{
|
||||
id
|
||||
user
|
||||
submitAutomation{
|
||||
id
|
||||
user
|
||||
|
@ -20,28 +21,36 @@ Query Structure
|
|||
safeHF
|
||||
thresholdHF
|
||||
currentHf
|
||||
}
|
||||
executeMetaData{
|
||||
transactionDetail{
|
||||
id
|
||||
isSafe
|
||||
metadata
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
executeAutomation{
|
||||
id
|
||||
user
|
||||
userId
|
||||
nonce
|
||||
finalHf
|
||||
initialHf
|
||||
automationFee
|
||||
isSafe
|
||||
metaData
|
||||
params{
|
||||
id
|
||||
collateralToken
|
||||
debtToken
|
||||
collateralAmount
|
||||
debtToken
|
||||
debtAmount
|
||||
collateralAmountWithTotalFee
|
||||
swap{
|
||||
id
|
||||
buyToken
|
||||
sellToken
|
||||
buyToken
|
||||
sellAmt
|
||||
unitAmt
|
||||
callData
|
||||
|
@ -49,10 +58,13 @@ Query Structure
|
|||
route
|
||||
rateMode
|
||||
}
|
||||
spells{
|
||||
transactionDetail{
|
||||
id
|
||||
_targets
|
||||
_datas
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
cancelData{
|
||||
|
@ -60,19 +72,111 @@ Query Structure
|
|||
user
|
||||
userId
|
||||
nonce
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
systemCancelData{
|
||||
id
|
||||
userId
|
||||
user
|
||||
userId
|
||||
nonce
|
||||
errorCode
|
||||
}
|
||||
}
|
||||
executors{
|
||||
transactionDetail{
|
||||
id
|
||||
executors
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
}
|
||||
feeTransferDatas{
|
||||
id
|
||||
recipient
|
||||
from
|
||||
tokens
|
||||
amount
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
updateMinHfDatas{
|
||||
id
|
||||
oldMinHf
|
||||
newMinHf
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
updateBufferHfDatas{
|
||||
id
|
||||
oldBuffer
|
||||
newBuffer
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
updateAutomationFeeDatas{
|
||||
id
|
||||
oldAutomationFee
|
||||
newAutomationFee
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
changedOwners{
|
||||
id
|
||||
oldOwner
|
||||
newOwner
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
systemCallDatas{
|
||||
id
|
||||
sender
|
||||
actionId
|
||||
metaData
|
||||
transactionDetail{
|
||||
id
|
||||
blockNumber
|
||||
timeStamp
|
||||
transactionHash
|
||||
transactionLogIndex
|
||||
logIndex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue
Block a user