fla-fees-subgraph/README.md

18 lines
260 B
Markdown
Raw Permalink Normal View History

2022-11-15 16:11:31 +00:00
# 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>