Skip to content

Commit

Permalink
Merge branch 'main' into fix-safe-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
JP authored Oct 25, 2023
2 parents 03e45e4 + f19d396 commit 443c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Pool/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function PoolDetailSideBar({
const isTinlakePool = poolId.startsWith('0x')
const tinlakeNetworks = [ethConfig.network === 'goerli' ? 5 : 1] as Network[]
// TODO: fetch supported networks from centrifuge chain
const centrifugeNetworks = ['centrifuge', 1, 5] as Network[]
const centrifugeNetworks = ['centrifuge'] as Network[]

return (
<InvestRedeem
Expand Down

0 comments on commit 443c7d6

Please sign in to comment.