From 9265517c52666accb7985ae95b762fe70e95d5b0 Mon Sep 17 00:00:00 2001 From: syoul Date: Sun, 22 Mar 2026 17:46:12 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20identityKeyMap=20=E2=80=94=20augmenter?= =?UTF-8?q?=20la=20limite=20=C3=A0=2020000=20(17826=20identit=C3=A9s=20au?= =?UTF-8?q?=20total)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La limite de 10000 excluait SyoulAnuanua et ~7826 autres identités. Co-Authored-By: Claude Sonnet 4.6 --- src/services/adapters/SubsquidAdapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/adapters/SubsquidAdapter.ts b/src/services/adapters/SubsquidAdapter.ts index da4e0b3..b3ae06e 100644 --- a/src/services/adapters/SubsquidAdapter.ts +++ b/src/services/adapters/SubsquidAdapter.ts @@ -116,7 +116,7 @@ export function ss58ToDuniterKey(ss58: string): string { // --------------------------------------------------------------------------- const IDENTITY_KEY_MAP_QUERY = ` query { - identities(first: 10000) { + identities(first: 20000) { nodes { accountId ownerKeyChange(orderBy: BLOCK_NUMBER_ASC, first: 1) {