From c14de49d9e048162ec19b65e9621aac29b2fff6a Mon Sep 17 00:00:00 2001 From: Pranish Nepal Date: Thu, 19 Sep 2024 19:08:20 -0400 Subject: [PATCH] fix(bitgo): remove deprecation comment After speaking with the team, learned that we are not deprecating `bitgo sister trust 1,` but rather adding `BitGo Korea` as a new entity on its own. This commit removes the deprecation comment so as to avoid any confusion. TICKET: COPS-2076 --- modules/statics/src/base.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index f5194b0943..1fcac3cbff 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -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', /**