Skip to content

Commit

Permalink
restore gravity as l2
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Nov 27, 2024
1 parent 9b3b713 commit bad6888
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
REGISTRY_ROOT_URL="https://graphregistry.pages.dev"

# [optional] to query network subgraph for validation
THEGRAPH_STUDIO_KEY=<YOUR_STUDIO_KEY>

# [optional] to query firehose endpoints for validation
SF_API_KEY=<YOUR_SF_API_KEY>
3 changes: 3 additions & 0 deletions registry/eip155/gravity-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"apiUrls": [
{ "url": "https://explorer.gravity.xyz/api", "kind": "etherscan" }
],
"relations": [
{ "kind": "l2Of", "network": "sepolia" }
],
"services": {
"subgraphs": ["https://api.thegraph.com/deploy"],
"firehose": ["gravity.firehose.pinax.network:443"],
Expand Down

0 comments on commit bad6888

Please sign in to comment.