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 c211904 commit 15a6be5Copy full SHA for 15a6be5
projects/enzyme/index.js
@@ -5,6 +5,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs')
5
const config = {
6
polygon: { endpoint: sdk.graph.modifyEndpoint('GCAHDyqvZBLMwqdb9U7AqWAN4t4TSwR3aXMHDoUUFuRV') },
7
ethereum: { endpoint: sdk.graph.modifyEndpoint('9DLBBLep5UyU16kUQRvxBCMqko4q9XzuE4XsMMpARhKK') },
8
+ arbitrum: { endpoint: sdk.graph.modifyEndpoint('8UJ5Bkf2eazZhXsAshhzQ2Keibcb8NFHBvXis9pb2C2Y') },
9
}
10
const query = `query get_accounts($lastId: String!) {
11
vaults(
0 commit comments