Commit 82211a88 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: show bnb pool positions in mini port (#6880)

parent 5dd8cbbd
...@@ -47,6 +47,7 @@ const DEFAULT_CHAINS = [ ...@@ -47,6 +47,7 @@ const DEFAULT_CHAINS = [
SupportedChainId.OPTIMISM, SupportedChainId.OPTIMISM,
SupportedChainId.POLYGON, SupportedChainId.POLYGON,
SupportedChainId.CELO, SupportedChainId.CELO,
SupportedChainId.BNB,
] ]
type UseMultiChainPositionsData = { positions?: PositionInfo[]; loading: boolean } type UseMultiChainPositionsData = { positions?: PositionInfo[]; loading: boolean }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment