fix: identityKeyMap — augmenter la limite à 20000 (17826 identités au total)
La limite de 10000 excluait SyoulAnuanua et ~7826 autres identités. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user