Skip to content

Commit 15a6be5

Browse files
authored
feat: add Arbitrum deployment for Enzyme (DefiLlama#12232)
1 parent c211904 commit 15a6be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/enzyme/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs')
55
const config = {
66
polygon: { endpoint: sdk.graph.modifyEndpoint('GCAHDyqvZBLMwqdb9U7AqWAN4t4TSwR3aXMHDoUUFuRV') },
77
ethereum: { endpoint: sdk.graph.modifyEndpoint('9DLBBLep5UyU16kUQRvxBCMqko4q9XzuE4XsMMpARhKK') },
8+
arbitrum: { endpoint: sdk.graph.modifyEndpoint('8UJ5Bkf2eazZhXsAshhzQ2Keibcb8NFHBvXis9pb2C2Y') },
89
}
910
const query = `query get_accounts($lastId: String!) {
1011
vaults(

0 commit comments

Comments
 (0)