Skip to content

Commit

Permalink
chore: update ipfs pool hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Angelle committed Apr 24, 2024
1 parent 39f9ad0 commit 691c8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centrifuge-app/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

Expand Down
2 changes: 1 addition & 1 deletion onboarding-api/src/utils/networks/tinlake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

Expand Down

0 comments on commit 691c8fa

Please sign in to comment.