Skip to content

Commit 49d9aa8

Browse files
authored
Merge pull request #7367 from BitGo/derek/SC-3706-add-wc-coin-feature-to-sol
feat(statics): add WALLET_CONNECT_DEFI CoinFeature to Sol
2 parents 2cf9eac + 4480e1b commit 49d9aa8

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)