Skip to content

Commit

Permalink
feat(statics): enabled bulk withdrawal feature
Browse files Browse the repository at this point in the history
  added test cases
 Ticket: WIN-3962
  • Loading branch information
krupanand-bitgo committed Dec 16, 2024
1 parent d66fd82 commit 0542952
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 285 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/ada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class Ada extends BaseCoin {
CoinFeature.REQUIRES_BIG_NUMBER,
CoinFeature.CUSTODY_BITGO_TRUST,
CoinFeature.STAKING,
CoinFeature.BULK_TRANSACTION,
];

public readonly network: AdaNetwork;
Expand Down
Loading

0 comments on commit 0542952

Please sign in to comment.