From 0c4dc7ed15d316c044e32a3f7618d90a7dbc0906 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Mon, 16 Dec 2024 12:46:42 -0500 Subject: [PATCH] fix subgraph endpoints --- registry/eip155/lumia.json | 2 +- registry/eip155/sonic.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/eip155/lumia.json b/registry/eip155/lumia.json index a725f6c..c30a3af 100644 --- a/registry/eip155/lumia.json +++ b/registry/eip155/lumia.json @@ -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", diff --git a/registry/eip155/sonic.json b/registry/eip155/sonic.json index bd60dcf..56c50fa 100644 --- a/registry/eip155/sonic.json +++ b/registry/eip155/sonic.json @@ -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",