Skip to content

Commit 760ae06

Browse files
authored
feat: add BASE subgraph URL
1 parent c0b60e7 commit 760ae06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export async function sxSpaceExists(network: string, spaceId: string): Promise<b
8282
matic: 'https://api.studio.thegraph.com/query/23545/sx-polygon/version/latest',
8383
arb1: 'https://api.studio.thegraph.com/query/23545/sx-arbitrum/version/latest',
8484
oeth: 'https://api.studio.thegraph.com/query/23545/sx-optimism/version/latest',
85+
base: 'https://api.studio.thegraph.com/query/23545/sx-base/version/latest',
8586
sn: 'https://api.snapshot.box',
8687
'sn-sep': 'https://testnet-api.snapshot.box',
8788
'linea-testnet':

0 commit comments

Comments
 (0)