From 48c6bce6c7b14bb1e3a6dfba0f966196bdd21f79 Mon Sep 17 00:00:00 2001 From: ChaituVR Date: Thu, 5 Sep 2024 15:00:35 +0530 Subject: [PATCH] fix: Add linea subgraph to delegation list --- src/helpers/delegationSubgraphs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/delegationSubgraphs.ts b/src/helpers/delegationSubgraphs.ts index dd39962..5d81b7f 100644 --- a/src/helpers/delegationSubgraphs.ts +++ b/src/helpers/delegationSubgraphs.ts @@ -10,5 +10,6 @@ export default { '250': `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_KEY}/subgraphs/id/szZ3FWewDGHtpeZzf6uQ5dxPY68JNfrGPoWqBXwtBXR`, '8453': `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_KEY}/subgraphs/id/9qxDXD1SNnZriMMkCRVAmSdsv4KP6Xvnr8U2CRc5HQWh`, '42161': `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_KEY}/subgraphs/id/HuLBhuKuknXEEUmVmKR8Lsmpi5h1SfNLGcaa1e9tWyMG`, + '59144': `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_KEY}/subgraphs/id/5KsUhS8E9xQUu6szt9PUNuUbzJ73C4vi7yQuxFUzmRt4`, '11155111': `https://gateway-arbitrum.network.thegraph.com/api/${SUBGRAPH_KEY}/subgraphs/id/2SZVRR6G8txMFtf39aw2aP7BTAawRVwgqHeQXMhr7BRJ` };