diff --git a/centrifuge-app/src/config.ts b/centrifuge-app/src/config.ts index 601035265e..339fa75b43 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: 'QmRzbEpwFnJE8M4URQEA9JB7pCbh98XnbowXXH8tipoPL3', // TODO: add registry to config and fetch poolHash + poolsHash: 'QmYfjiwzdCbpv3YkqAHit1KPDAVpftBnWeyaNfaJYBuEvW', // 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 4e90328da8..56acd1f6a1 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: 'QmRzbEpwFnJE8M4URQEA9JB7pCbh98XnbowXXH8tipoPL3', // TODO: add registry to config and fetch poolHash + poolsHash: 'QmYfjiwzdCbpv3YkqAHit1KPDAVpftBnWeyaNfaJYBuEvW', // TODO: add registry to config and fetch poolHash memberListAddress: '0xB7e70B77f6386Ffa5F55DDCb53D87A0Fb5a2f53b', }