Go to file
Richa 865013fa2b
Merge pull request #1 from Richa-iitr/fla-fees
Modified Logic [Latest deployment]
2022-11-15 21:46:32 +05:30
abis modified logic 2022-10-27 17:34:11 +05:30
src modified logic 2022-10-27 17:34:11 +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 minor change 2022-10-27 17:38:37 +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
  }
}