Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 6bc4c26

Browse files
authored
fix: update poap mainnet subgraph URL (#1783)
1 parent 49fda9d commit 6bc4c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strategies/poap/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const version = '1.2.0';
88
// subgraph query in filter has max length of 500
99
const EVENT_IDS_LIMIT = 500;
1010
const POAP_API_ENDPOINT_URL = {
11-
'1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/HuioMeA9oSgs2vkBUQvhfxN9jhkBayadi1tmvKN3KG4s',
11+
'1': 'https://subgrapher.snapshot.org/subgraph/arbitrum/J4XbkvmPeCwBstAGXFwvWih4TFfmcp5xbmpXLaNeSBtp',
1212
'100':
1313
'https://subgrapher.snapshot.org/subgraph/arbitrum/41xbTurY2KEHZdwFYPXAZTgRL8n4Cf3RfV3X4GSuUckp'
1414
};

0 commit comments

Comments
 (0)