From e06c5379dde9cd54fdb7341ea66d535c1d3f4729 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 21 Feb 2026 18:17:02 +0300 Subject: [PATCH] config: remove staking endpoints from relay chain Staking lives on Asset Hub, not relay chain. Remove staking and staking-rewards SubQuery endpoints from relay chain config. --- pezkuwi-config/chains.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pezkuwi-config/chains.json b/pezkuwi-config/chains.json index 32ccc77..0695426 100644 --- a/pezkuwi-config/chains.json +++ b/pezkuwi-config/chains.json @@ -32,18 +32,6 @@ } ], "externalApi": { - "staking": [ - { - "type": "subquery", - "url": "https://subquery.pezkuwichain.io" - } - ], - "staking-rewards": [ - { - "type": "subquery", - "url": "https://subquery.pezkuwichain.io" - } - ], "history": [ { "type": "subquery",