Skip to content

Commit

Permalink
fix: supported chain incorrectly configured
Browse files Browse the repository at this point in the history
  • Loading branch information
chefjackson committed Apr 20, 2023
1 parent d774d0e commit 29d0d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion apps/web/src/pages/pools/history.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import { SUPPORTED_CHAIN_IDS } from '@pancakeswap/pools'

import Pools from 'views/Pools'

export default Pools
const PoolsPage = () => <Pools />

PoolsPage.chains = SUPPORTED_CHAIN_IDS

export default PoolsPage
2 changes: 1 addition & 1 deletion apps/web/src/pages/pools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const PoolsPage = () => <Pools />

PoolsPage.chains = SUPPORTED_CHAIN_IDS

export default Pools
export default PoolsPage

0 comments on commit 29d0d56

Please sign in to comment.