https://github.com/generationsoftware/pt-v5-twab-controller-subgraph
https://github.com/generationsoftware/pt-v5-twab-controller-subgraph
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/generationsoftware/pt-v5-twab-controller-subgraph
- Owner: GenerationSoftware
- License: other
- Created: 2023-08-09T16:54:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T04:30:22.000Z (over 2 years ago)
- Last Synced: 2023-08-31T10:43:24.858Z (over 2 years ago)
- Language: TypeScript
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PoolTogether v5 TWAB Controller Subgraph
Monitors changes in v5 time-weighted average balances.
## Quick-use:
### For Mainnet:
```sh
$ yarn all-mainnet
```
### For Optimism:
```sh
$ yarn all-optimism:decentralized
```
### For Testnet:
#### For Goerli:
```sh
$ yarn all-goerli:hosted
```
#### For Sepolia:
```sh
$ yarn all-sepolia:decentralized
```
#### For Optimism Goerli:
```sh
$ yarn all-optimism-goerli:decentralized
```
### Hosted Subgraphs
Subgraphs are hosted at the following URLs.
Optimism:
- https://api.studio.thegraph.com/query/41211/pt-v5-optimism-twab-controller/v0.0.1
Testnet (Ethereum Goerli):
- https://thegraph.com/hosted-service/subgraph/pooltogether/v5-eth-goerli-twab-controller
Testnet (Ethereum Sepolia):
- https://api.studio.thegraph.com/query/41211/v5-twab-controller-eth-sepolia/v0.0.3
Testnet (Optimism Goerli):
- https://api.studio.thegraph.com/query/41211/pt-v5-op-goerli-twab-control/v0.0.2