File tree Expand file tree Collapse file tree
packages/issuance/docs/testing/reo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -799,13 +799,25 @@ 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- | Epoch length | ~ 554 blocks (~ 110 minutes) |
807- | Min indexer stake | 100k GRT |
808- | 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 | [ 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 |
811+
812+ ### Querying the network subgraph
813+
814+ All GraphQL verification queries in this plan run against the network subgraph. To query it, use the gateway endpoint with your API key:
815+
816+ ```
817+ https://gateway-arbitrum.network.thegraph.com/api/<API_KEY>/subgraphs/id/eAENt2ctaMdbCY34apzXYkBy2nEYwyojjVxLahsHo9D
818+ ```
819+
820+ 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.
809821
810822### Arbitrum One (mainnet)
811823
You can’t perform that action at this time.
0 commit comments