Skip to content

Commit

Permalink
Merge pull request #4917 from BitGo/COPS-2076-remove-comment
Browse files Browse the repository at this point in the history
fix(bitgo-js): remove deprecation comment
  • Loading branch information
pranishnepal authored Sep 20, 2024
2 parents 2ed517c + c14de49 commit 755063b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,8 @@ export enum CoinFeature {
* This coin supports custody in BitGo Singapore entities
*/
CUSTODY_BITGO_SINGAPORE = 'custody-bitgo-singapore',
/**
* @deprecated
* This coin - which supported custody in BitGo Sister Trust 1 entities - used to represent BitGo Korea previously.
* Going forward, use `CUSTODY_BITGO_KOREA` instead.
/*
* This coin supports custody in BitGo Sister Trust 1 entities
*/
CUSTODY_BITGO_SISTER_TRUST_ONE = 'custody-bitgo-sister-trust-one',
/**
Expand Down

0 comments on commit 755063b

Please sign in to comment.