Skip to content

Commit

Permalink
fix subgraph endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 16, 2024
1 parent a6cd6be commit 0c4dc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registry/eip155/lumia.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{ "url": "https://explorer.lumia.org/api/", "kind": "etherscan"}
],
"relations": [{ "kind": "l2Of", "network": "mainnet" }],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "LUMIA",
Expand Down
2 changes: 1 addition & 1 deletion registry/eip155/sonic.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apiUrls": [
{ "url":"https://api.routescan.io/v2/network/mainnet/evm/146/etherscan/api", "kind": "etherscan"}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] },
"networkType": "mainnet",
"issuanceRewards": false,
"nativeToken": "S",
Expand Down

0 comments on commit 0c4dc7e

Please sign in to comment.