Create README.md

This commit is contained in:
Richa 2022-09-05 00:07:29 +05:30 committed by GitHub
parent 84b52e23ca
commit e0e1996e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

42
README.md Normal file
View File

@ -0,0 +1,42 @@
# Compound V3 Managers
Subgraph for storing the managers on Compound V3 with write access on the owner account.<br>
Query the subgraph: [https://api.thegraph.com/subgraphs/name/richa-iitr/dsa-compound-v3-managers](https://api.thegraph.com/subgraphs/name/richa-iitr/dsa-compound-v3-managers)
**Build the subgraph**
<pre>
graph build --network mainnet
</pre>
### Query
<pre>
{
owners {
id
address
manager {
id
address
isAllowed
isDSA
transactionData {
id
txnIndex
txnLogIndex
from
to
input
blockNumber
timestamp
blockGasUsed
gasPrice
gasLimit
value
}
}
}
}
</pre>