Skip to content

Commit

Permalink
fix: Astroport PCl pool type not appearing in the v2 table
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Feb 20, 2024
1 parent 43fc595 commit 71528ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/complex/all-pools-table-v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const AllPoolsTable: FunctionComponent<{
query: filters.searchQuery,
}
: undefined,
types: [...filters.poolTypesFilter, "cosmwasm"],
types: [...filters.poolTypesFilter, "cosmwasm", "cosmwasm-astroport-pcl"],
incentiveTypes: filters.poolIncentivesFilter,
sort: sortKey
? {
Expand Down

0 comments on commit 71528ee

Please sign in to comment.