Create README.md

This commit is contained in:
Richa 2022-11-15 21:41:31 +05:30 committed by GitHub
parent e79e9c4841
commit 303a18c34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# FLA Fees Subgraph
Stores user fees generated for FLA, and that sent to route.
Query the subgraph: https://thegraph.com/hosted-service/subgraph/richa-iitr/fla-fees-mainnet
<pre>
{
feeDatas {
id
user
token
flaFee
routeFee
}
}
</pre>