Skip to content

Commit 4480e1b

Browse files
committed
feat(statics): add WALLET_CONNECT_DEFI CoinFeature to Sol
Ticket: SC-3706
1 parent 3cbe3fe commit 4480e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export const SOL_FEATURES = [
252252
CoinFeature.CUSTODY_BITGO_GERMANY,
253253
CoinFeature.CUSTODY_BITGO_FRANKFURT,
254254
CoinFeature.BULK_TRANSACTION,
255+
CoinFeature.WALLET_CONNECT_DEFI,
255256
];
256257
export const TSOL_FEATURES = [...SOL_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.CUSTODY_BITGO_SINGAPORE];
257258
export const SOL_TOKEN_FEATURES = [

0 commit comments

Comments
 (0)