diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bd032c --- /dev/null +++ b/README.md @@ -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 + +
+{
+  feeDatas {
+    id
+    user
+    token
+    flaFee
+    routeFee
+  }
+}
+