Go to file
2022-11-15 21:41:31 +05:30
abis pushed 2022-10-27 15:04:23 +05:30
src pushed 2022-10-27 15:04:23 +05:30
tests Initial commit 2022-10-27 12:44:21 +05:30
.gitignore pushed 2022-10-27 15:04:23 +05:30
networks.json Initial commit 2022-10-27 12:44:21 +05:30
package.json Initial commit 2022-10-27 12:44:21 +05:30
README.md Create README.md 2022-11-15 21:41:31 +05:30
schema.graphql pushed 2022-10-27 15:04:23 +05:30
subgraph.yaml pushed 2022-10-27 15:04:23 +05:30
tsconfig.json Initial commit 2022-10-27 12:44:21 +05:30
yarn.lock pushed 2022-10-27 15:04:23 +05:30

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
  }
}