Skip to content

Commit

Permalink
Merge pull request #3954 from BitGo/add-new-coinfeature
Browse files Browse the repository at this point in the history
feat(statics): add coinfeature for higher txRequest rebuild limit
  • Loading branch information
dpkjnr authored Oct 5, 2023
2 parents 653d359 + a2bef34 commit 80fa21e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ export enum CoinFeature {
* This coin supports the ability to rebuild transactions on custody signing
*/
REBUILD_ON_CUSTODY_SIGNING = 'rebuild-on-custody-signing',

/**
* This coin supports higher limit for tx request rebuild, which is 10 by default
*/
INCREASED_TX_REQUEST_REBUILD_LIMIT = 'increased-tx-request-rebuild-limit',
}

/**
Expand Down

0 comments on commit 80fa21e

Please sign in to comment.