harb/subgraph/base_sepolia/README.md
2024-10-05 13:03:34 +02:00

39 lines
456 B
Markdown

## deployment
```
yarn codegen
yarn build
yarn deploy
```
## queries
for stats
```
{
stats(id:"0x01") {
harbTotalSupply
stakeTotalSupply
outstandingStake
totalMinted
mintedLastWeek
mintedLastDay
mintNextHourProjected
totalBurned
burnedLastWeek
burnedLastDay
burnNextHourProjected
totalTaxPaid
taxPaidLastWeek
taxPaidLastDay
taxNextHourProjected
totalUbiClaimed
ubiClaimedLastWeek
ubiClaimedLastDay
ubiNextHourProjected
}
}
```