Skip to content

Commit 20cf6fa

Browse files
committed
chore: update testnet subgraph url
1 parent 0699325 commit 20cf6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const connectConfig: ConnectConfig = {
1212
};
1313

1414
const apiUrl =
15-
'https://api.thegraph.com/subgraphs/name/linear-protocol/linear-testnet';
15+
'https://api.studio.thegraph.com/query/76854/linear-testnet/version/latest';
1616

1717
const contractId = 'linear-protocol.testnet';
1818

0 commit comments

Comments
 (0)