Skip to content

Commit 2b77d98

Browse files
feat: add new coin feature requires deposit acceptance transcation
TICKET: COIN-6715
1 parent 0175240 commit 2b77d98

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/statics/src/base.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@ export enum CoinFeature {
503503
* This coin requires a wallet initialization transaction
504504
*/
505505
REQUIRES_WALLET_INITIALIZATION_TRANSACTION = 'requires-wallet-initialization-transaction',
506+
507+
/**
508+
* This coin requires a deposit acceptance transaction
509+
*/
510+
REQUIRES_DEPOSIT_ACCEPTANCE_TRANSACTION = 'requires-deposit-acceptance-transaction',
506511
}
507512

508513
/**

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,4 +735,5 @@ export const CANTON_FEATURES = [
735735
CoinFeature.CUSTODY_BITGO_FRANKFURT,
736736
CoinFeature.SUPPORTS_ONE_STEP_DEPOSIT,
737737
CoinFeature.REQUIRES_WALLET_INITIALIZATION_TRANSACTION,
738+
CoinFeature.REQUIRES_DEPOSIT_ACCEPTANCE_TRANSACTION,
738739
];

0 commit comments

Comments
 (0)