Skip to content

Commit

Permalink
feat: enable marketParticipantCounts feature on Optimism mainnet (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy authored Oct 16, 2024
1 parent d232e63 commit 0483850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-paws-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@venusprotocol/evm": minor
---

enable marketParticipantCounts feature on Optimism mainnet
1 change: 1 addition & 0 deletions apps/evm/src/hooks/useIsFeatureEnabled/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const featureFlags = {
ChainId.ZKSYNC_SEPOLIA,
ChainId.ZKSYNC_MAINNET,
ChainId.OPTIMISM_SEPOLIA,
ChainId.OPTIMISM_MAINNET,
],
isolatedPools: [
ChainId.BSC_MAINNET,
Expand Down

0 comments on commit 0483850

Please sign in to comment.