Skip to content

Commit 04be2c0

Browse files
committed
chore: mainnet subgraph url
1 parent 20cf6fa commit 04be2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/mainnet.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const connectConfig: ConnectConfig = {
1111
headers: {},
1212
};
1313

14-
const apiUrl = 'https://api.thegraph.com/subgraphs/name/linear-protocol/linear';
14+
const apiUrl =
15+
'https://gateway-arbitrum.network.thegraph.com/api/37909ceac34946d62194858b55567dfe/subgraphs/id/H5F5XGL2pYCBY89Ycxzafq2RkLfqJvM47X533CwwPNjg';
1516

1617
const contractId = 'linear-protocol.near';
1718

0 commit comments

Comments
 (0)