From 402b593f28df462d36a0512e0901aa31698b2235 Mon Sep 17 00:00:00 2001 From: JP Angelle Date: Fri, 26 Apr 2024 14:49:57 +0200 Subject: [PATCH] chore: update ipfs pool hash --- centrifuge-app/src/config.ts | 2 +- onboarding-api/src/utils/networks/tinlake.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/centrifuge-app/src/config.ts b/centrifuge-app/src/config.ts index 339fa75b43..caea08a68d 100644 --- a/centrifuge-app/src/config.ts +++ b/centrifuge-app/src/config.ts @@ -144,7 +144,7 @@ const mainnetConfig = { chainId: 1, poolRegistryAddress: '0x5ba1e12693dc8f9c48aad8770482f4739beed696', tinlakeUrl: 'https://tinlake.centrifuge.io', - poolsHash: 'QmYfjiwzdCbpv3YkqAHit1KPDAVpftBnWeyaNfaJYBuEvW', // TODO: add registry to config and fetch poolHash + poolsHash: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS', // TODO: add registry to config and fetch poolHash blockExplorerUrl: 'https://etherscan.io', } diff --git a/onboarding-api/src/utils/networks/tinlake.ts b/onboarding-api/src/utils/networks/tinlake.ts index 56acd1f6a1..954fcf91a6 100644 --- a/onboarding-api/src/utils/networks/tinlake.ts +++ b/onboarding-api/src/utils/networks/tinlake.ts @@ -106,7 +106,7 @@ const goerliConfig = { memberListAddress: '0xaEcFA11fE9601c1B960661d7083A08A5df7c1947', } const mainnetConfig = { - poolsHash: 'QmYfjiwzdCbpv3YkqAHit1KPDAVpftBnWeyaNfaJYBuEvW', // TODO: add registry to config and fetch poolHash + poolsHash: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS', // TODO: add registry to config and fetch poolHash memberListAddress: '0xB7e70B77f6386Ffa5F55DDCb53D87A0Fb5a2f53b', }