Skip to content

Commit 9f531f2

Browse files
authored
Merge pull request #8382 from BitGo/cecho-610
feat: custody bulk withdrawal support for sol
2 parents 07cee8b + d9579ec commit 9f531f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export const SOL_FEATURES = [
287287
CoinFeature.CUSTODY_BITGO_KOREA,
288288
CoinFeature.BULK_TRANSACTION,
289289
CoinFeature.WALLET_CONNECT_DEFI,
290+
CoinFeature.CUSTODY_BULK_TRANSACTION,
290291
];
291292
export const TSOL_FEATURES = [...SOL_FEATURES, CoinFeature.BULK_TRANSACTION, CoinFeature.CUSTODY_BITGO_SINGAPORE];
292293
export const SOL_TOKEN_FEATURES = [

0 commit comments

Comments
 (0)