Skip to content

Commit 85b25df

Browse files
Merge pull request #7649 from BitGo/COIN-6715
feat: add new coin feature requires deposit acceptance transcation
2 parents 4dc4769 + 2b77d98 commit 85b25df

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)