Skip to content

Commit

Permalink
feat(statics): enabled bulk withdrawal feature
Browse files Browse the repository at this point in the history
 enabled bulk transaction feature for assets given in ticket
Ticket: WIN-3962
  • Loading branch information
krupanand-bitgo committed Dec 16, 2024
1 parent 489aa32 commit 9684812
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 288 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 9684812

Please sign in to comment.