Skip to content

Commit

Permalink
Fix connection guard for evm wallets on cent pool (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn authored Oct 24, 2023
1 parent 2d74c21 commit f19d396
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 f19d396

Please sign in to comment.