Skip to content

Commit bcdf89f

Browse files
committed
fix: address PR review feedback
- Remove unnecessary prefix/suffix parameters from account entries - Remove EVM_NON_BITGO_RECOVERY and EVM_UNSIGNED_SWEEP_RECOVERY features (will add when recovery support is ready) - Remove STABLE from keychains exclusion list (common EVM module handles it) Ticket: WIN-8747 CECHO-114
1 parent 43a5f1b commit bcdf89f

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

modules/bitgo/test/v2/unit/keychains.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ describe('V2 Keychains', function () {
9292
n.asset !== UnderlyingAsset.INITIA &&
9393
n.asset !== UnderlyingAsset.ASI &&
9494
n.asset !== UnderlyingAsset.SONIC &&
95-
n.asset !== UnderlyingAsset.STABLE &&
9695
n.asset !== UnderlyingAsset.SEIEVM &&
9796
n.asset !== UnderlyingAsset.KAIA &&
9897
n.asset !== UnderlyingAsset.IRYS &&

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,13 +1785,8 @@ export const allCoinsAndTokens = [
17851785
CoinFeature.EVM_COMPATIBLE_IMS,
17861786
CoinFeature.EVM_COMPATIBLE_UI,
17871787
CoinFeature.EVM_COMPATIBLE_WP,
1788-
CoinFeature.EVM_NON_BITGO_RECOVERY,
1789-
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
17901788
CoinFeature.SUPPORTS_ERC20,
1791-
],
1792-
KeyCurve.Secp256k1,
1793-
'',
1794-
'Stable'
1789+
]
17951790
),
17961791
account(
17971792
'fd6b7af0-aff3-45fb-9a71-2d7100a1cd89',
@@ -1808,13 +1803,8 @@ export const allCoinsAndTokens = [
18081803
CoinFeature.EVM_COMPATIBLE_IMS,
18091804
CoinFeature.EVM_COMPATIBLE_UI,
18101805
CoinFeature.EVM_COMPATIBLE_WP,
1811-
CoinFeature.EVM_NON_BITGO_RECOVERY,
1812-
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
18131806
CoinFeature.SUPPORTS_ERC20,
1814-
],
1815-
KeyCurve.Secp256k1,
1816-
'',
1817-
'TStable'
1807+
]
18181808
),
18191809
account(
18201810
'df01a650-3c8b-4182-a7cb-8ee7ad115c21',

0 commit comments

Comments
 (0)