File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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/**
Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments