From 6ddd0a921615b61c3aaca07ec2f2220354ac6532 Mon Sep 17 00:00:00 2001 From: beruf Date: Mon, 17 Jun 2024 17:39:17 +0200 Subject: [PATCH] update: add polygon for aktionariat (#10670) --- projects/aktionariat/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/aktionariat/index.js b/projects/aktionariat/index.js index aa124060512..44ba41bf2c3 100644 --- a/projects/aktionariat/index.js +++ b/projects/aktionariat/index.js @@ -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) { @@ -29,7 +30,7 @@ module.exports = { timetravel: false, hallmarks: [] } -const chains = ['ethereum', 'optimism'] +const chains = ['ethereum', 'optimism', 'polygon'] chains.forEach(chain => { module.exports[chain] = {