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 ea4f8db commit 5751e02Copy full SHA for 5751e02
umbra-js/src/classes/Umbra.ts
@@ -47,7 +47,7 @@ const subgraphs = {
47
100: String(process.env.GNOSIS_CHAIN_SUBGRAPH_URL),
48
137: String(process.env.POLYGON_SUBGRAPH_URL),
49
8453: String(process.env.BASE_SUBGRAPH_URL),
50
- 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',
51
11155111: String(process.env.SEPOLIA_SUBGRAPH_URL),
52
};
53
0 commit comments