From 0483850f5292ccf9d391332ef09f371acd4c7d45 Mon Sep 17 00:00:00 2001 From: Maxime Julian <44675210+therealemjy@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:46:47 +0200 Subject: [PATCH] feat: enable marketParticipantCounts feature on Optimism mainnet (#3389) --- .changeset/tame-paws-itch.md | 5 +++++ apps/evm/src/hooks/useIsFeatureEnabled/index.tsx | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/tame-paws-itch.md diff --git a/.changeset/tame-paws-itch.md b/.changeset/tame-paws-itch.md new file mode 100644 index 0000000000..25f47e49dc --- /dev/null +++ b/.changeset/tame-paws-itch.md @@ -0,0 +1,5 @@ +--- +"@venusprotocol/evm": minor +--- + +enable marketParticipantCounts feature on Optimism mainnet diff --git a/apps/evm/src/hooks/useIsFeatureEnabled/index.tsx b/apps/evm/src/hooks/useIsFeatureEnabled/index.tsx index 75a9c8a1bd..0f79a0c350 100644 --- a/apps/evm/src/hooks/useIsFeatureEnabled/index.tsx +++ b/apps/evm/src/hooks/useIsFeatureEnabled/index.tsx @@ -55,6 +55,7 @@ export const featureFlags = { ChainId.ZKSYNC_SEPOLIA, ChainId.ZKSYNC_MAINNET, ChainId.OPTIMISM_SEPOLIA, + ChainId.OPTIMISM_MAINNET, ], isolatedPools: [ ChainId.BSC_MAINNET,