Skip to content

Commit 3be5220

Browse files
Merge pull request #5256 from BitGo/WIN-3962_enablebulk
feat(statics): enabled bulk withdrawal feature
2 parents 98b8f31 + 0542952 commit 3be5220

File tree

4 files changed

+590
-285
lines changed

4 files changed

+590
-285
lines changed

modules/statics/src/ada.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class Ada extends BaseCoin {
2323
CoinFeature.REQUIRES_BIG_NUMBER,
2424
CoinFeature.CUSTODY_BITGO_TRUST,
2525
CoinFeature.STAKING,
26+
CoinFeature.BULK_TRANSACTION,
2627
];
2728

2829
public readonly network: AdaNetwork;

0 commit comments

Comments
 (0)