From 4480e1bdfec2fccc54bb3255a7366d5bff0c0d66 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Tue, 28 Oct 2025 09:29:12 -0400 Subject: [PATCH] feat(statics): add WALLET_CONNECT_DEFI CoinFeature to Sol Ticket: SC-3706 --- modules/statics/src/coinFeatures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/statics/src/coinFeatures.ts b/modules/statics/src/coinFeatures.ts index d5005bd994..8e923244e3 100644 --- a/modules/statics/src/coinFeatures.ts +++ b/modules/statics/src/coinFeatures.ts @@ -252,6 +252,7 @@ export const SOL_FEATURES = [ CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.BULK_TRANSACTION, + CoinFeature.WALLET_CONNECT_DEFI, ]; export const TSOL_FEATURES = [...SOL_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.CUSTODY_BITGO_SINGAPORE]; export const SOL_TOKEN_FEATURES = [