Skip to content

Commit

Permalink
Use older version of subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Apr 30, 2024
1 parent ea4f8db commit 5751e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umbra-js/src/classes/Umbra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const subgraphs = {
100: String(process.env.GNOSIS_CHAIN_SUBGRAPH_URL),
137: String(process.env.POLYGON_SUBGRAPH_URL),
8453: String(process.env.BASE_SUBGRAPH_URL),
42161: String(process.env.ARBITRUM_ONE_SUBGRAPH_URL),
42161: 'https://api.goldsky.com/api/public/project_clfmn098ebuoc3svybn2l2tvp/subgraphs/umbra-arbitrum-one/v1.0.0/gn',
11155111: String(process.env.SEPOLIA_SUBGRAPH_URL),
};

Expand Down

0 comments on commit 5751e02

Please sign in to comment.