Skip to content

Commit

Permalink
update: add polygon for aktionariat (#10670)
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Jun 17, 2024
1 parent c0dd631 commit 6ddd0a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/aktionariat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const { cachedGraphQuery } = require('../helper/cache')
const graphs = {
ethereum: sdk.graph.modifyEndpoint('2ZoJCp4S7YP7gbYN2ndsYNjPeZBV1PMti7BBoPRRscNq'),
optimism: sdk.graph.modifyEndpoint('3QfEXbPfP23o3AUzcmjTfRtUUd4bfrFj3cJ4jET57CTX'),
polygon: sdk.graph.modifyEndpoint('7camBLZckE5TLKha372tqawpDs8Lkez6yYiri7PykRak'),
}

function tvlPaged(chain) {
Expand All @@ -29,7 +30,7 @@ module.exports = {
timetravel: false,
hallmarks: []
}
const chains = ['ethereum', 'optimism']
const chains = ['ethereum', 'optimism', 'polygon']

chains.forEach(chain => {
module.exports[chain] = {
Expand Down

0 comments on commit 6ddd0a9

Please sign in to comment.