Skip to content

Commit 5533e6d

Browse files
authoredOct 30, 2021
Update README.md
1 parent 2e31226 commit 5533e6d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed
 

‎README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# RocketPool-Subgraph
22
Subgraph for RocketPool dApp
33

4-
V 0.0.0
4+
V 0.0.1
55

6-
This subgraph is not officially supported by the Rocket Pool team (yet). This is a community contribution by Data Nexus & VGR with the aims to transfer ownership to the Rocket Pool dev team.
6+
This subgraph is not officially owned by the Rocket Pool team (yet). This is a community contribution by Data Nexus & VGR with the aims to transfer ownership to the Rocket Pool dev team.
77

8-
Initial target is to index rETH activity and provide historical rewards for the hourly rETH oracle snapshots.
8+
**[Goerli Network]**(https://thegraph.com/hosted-service/subgraph/data-nexus/rocket-pool-goerli):construction:
99

10-
Subgraph Link: (will update with link once published)
10+
**Ethereum Mainnet**
11+
Awaiting launch of the mainnet contracts
12+
13+
**Example Queries**
14+
15+
query StakerOverview {
16+
staker(id: "0x...") {
17+
rETHBalance
18+
totalETHRewards
19+
ethBalance
20+
id
21+
}
22+
}

0 commit comments

Comments
 (0)
Please sign in to comment.