Skip to content

Commit

Permalink
Update pool hash which closes onboarding for NS2
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Apr 4, 2024
1 parent c93f50c commit a669116
Showing 1 changed file with 1 addition and 1 deletion.
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: 'QmVL3N8A1LB6EoWbnH1qDn4XBCWHcL74gfRMJprzstPK8Z', // TODO: add registry to config and fetch poolHash
poolsHash: 'QmRzbEpwFnJE8M4URQEA9JB7pCbh98XnbowXXH8tipoPL3', // TODO: add registry to config and fetch poolHash
memberListAddress: '0xB7e70B77f6386Ffa5F55DDCb53D87A0Fb5a2f53b',
}

Expand Down

0 comments on commit a669116

Please sign in to comment.