Skip to content

Commit 5751e02

Browse files
committed
Use older version of subgraph
1 parent ea4f8db commit 5751e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umbra-js/src/classes/Umbra.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const subgraphs = {
4747
100: String(process.env.GNOSIS_CHAIN_SUBGRAPH_URL),
4848
137: String(process.env.POLYGON_SUBGRAPH_URL),
4949
8453: String(process.env.BASE_SUBGRAPH_URL),
50-
42161: String(process.env.ARBITRUM_ONE_SUBGRAPH_URL),
50+
42161: 'https://api.goldsky.com/api/public/project_clfmn098ebuoc3svybn2l2tvp/subgraphs/umbra-arbitrum-one/v1.0.0/gn',
5151
11155111: String(process.env.SEPOLIA_SUBGRAPH_URL),
5252
};
5353

0 commit comments

Comments
 (0)