Skip to content

Commit

Permalink
chore: update subgraph urls (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
linguists authored Jun 5, 2024
1 parent 406dc19 commit 5068f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LiNEAR/Data/Stake.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const accountId = props.accountId || context.accountId;
const LiNEAR_DECIMALS = 24;
const subgraphApiUrl =
context.networkId === "mainnet"
? "https://api.thegraph.com/subgraphs/name/linear-protocol/linear"
: "https://api.thegraph.com/subgraphs/name/linear-protocol/linear-testnet";
? "https://gateway-arbitrum.network.thegraph.com/api/70c104a4cbe006bc60a3701a27d959bf/subgraphs/id/H5F5XGL2pYCBY89Ycxzafq2RkLfqJvM47X533CwwPNjg"
: "https://api.studio.thegraph.com/query/76854/linear-testnet/version/latest";

const { config, onLoad } = props;
if (!config) {
Expand Down

0 comments on commit 5068f58

Please sign in to comment.