Skip to content

Commit d4fcc55

Browse files
committed
docs(testing): use standard network subgraph for Arbitrum Sepolia
1 parent 9f0b5f3 commit d4fcc55

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

packages/issuance/docs/testing/reo/BaselineTestPlan.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -799,22 +799,22 @@ Run these operations in sequence to validate a complete indexer lifecycle:
799799

800800
### Arbitrum Sepolia (testnet)
801801

802-
| Parameter | Value |
803-
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
804-
| Explorer | <https://testnet.thegraph.com/explorer> |
805-
| Gateway | <https://gateway.testnet.thegraph.com> |
806-
| Network subgraph | [eAENt2ctaMdbCY34apzXYkBy2nEYwyojjVxLahsHo9D](https://thegraph.com/explorer/subgraphs/eAENt2ctaMdbCY34apzXYkBy2nEYwyojjVxLahsHo9D?view=Query&chain=arbitrum-one) |
807-
| Epoch length | ~554 blocks (~110 minutes) |
808-
| Max allocation lifetime | 8 epochs (~15 hours) |
809-
| Min indexer stake | 100k GRT |
810-
| Thawing period | Shortened for faster testing |
802+
| Parameter | Value |
803+
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
804+
| Explorer | <https://testnet.thegraph.com/explorer> |
805+
| Gateway | <https://gateway.testnet.thegraph.com> |
806+
| Network subgraph | [3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV](https://thegraph.com/explorer/subgraphs/3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV?view=Query&chain=arbitrum-one) |
807+
| Epoch length | ~554 blocks (~110 minutes) |
808+
| Max allocation lifetime | 8 epochs (~15 hours) |
809+
| Min indexer stake | 100k GRT |
810+
| Thawing period | Shortened for faster testing |
811811

812812
### Querying the network subgraph
813813

814814
All GraphQL verification queries in this plan run against the network subgraph. To query it, use the gateway endpoint with your API key:
815815

816816
```
817-
https://gateway-arbitrum.network.thegraph.com/api/<API_KEY>/subgraphs/id/eAENt2ctaMdbCY34apzXYkBy2nEYwyojjVxLahsHo9D
817+
https://gateway-arbitrum.network.thegraph.com/api/<API_KEY>/subgraphs/id/3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV
818818
```
819819

820820
You can also use the Explorer playground at the link above. All addresses in queries must be **lowercase** — invisible Unicode characters from copy-pasting (e.g. from chat tools) will cause empty results.

0 commit comments

Comments
 (0)