We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cf6fa commit 04be2c0Copy full SHA for 04be2c0
src/config/mainnet.ts
@@ -11,7 +11,8 @@ const connectConfig: ConnectConfig = {
11
headers: {},
12
};
13
14
-const apiUrl = 'https://api.thegraph.com/subgraphs/name/linear-protocol/linear';
+const apiUrl =
15
+ 'https://gateway-arbitrum.network.thegraph.com/api/37909ceac34946d62194858b55567dfe/subgraphs/id/H5F5XGL2pYCBY89Ycxzafq2RkLfqJvM47X533CwwPNjg';
16
17
const contractId = 'linear-protocol.near';
18
0 commit comments