From 67af376affb81f7de457c63fb7ae7a68446fcf36 Mon Sep 17 00:00:00 2001 From: katty barroso Date: Tue, 10 Dec 2024 15:48:29 +0100 Subject: [PATCH] Update IPFS hash archived pools blockchain tower --- centrifuge-app/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centrifuge-app/src/config.ts b/centrifuge-app/src/config.ts index e4e0f0d1e9..03d72cb7df 100644 --- a/centrifuge-app/src/config.ts +++ b/centrifuge-app/src/config.ts @@ -104,7 +104,7 @@ export const ethConfig = { chainId: 1, poolRegistryAddress: '0xcA11bde05977b3631167028862bE2a173976CA11', tinlakeUrl: 'https://tinlake.centrifuge.io', - poolsHash: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS', // TODO: add registry to config and fetch poolHash + poolsHash: 'QmXJZjBMvW8Qgqt82zAbAKYSBV5u91JsC8uHfF2eR2uAZA', // TODO: add registry to config and fetch poolHash blockExplorerUrl: 'https://etherscan.io', network: ethNetwork, multicallContractAddress: '0xcA11bde05977b3631167028862bE2a173976CA11', // Same for all networks