We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6dca17 + 642d62d commit a228a93Copy full SHA for a228a93
modules/statics/src/coinFeatures.ts
@@ -344,6 +344,7 @@ export const TRX_FEATURES = [
344
CoinFeature.CUSTODY_BITGO_SINGAPORE,
345
CoinFeature.MULTISIG_COLD,
346
CoinFeature.MULTISIG,
347
+ CoinFeature.STAKING,
348
];
349
export const COSMOS_SIDECHAIN_FEATURES = [
350
...ACCOUNT_COIN_DEFAULT_FEATURES,
modules/statics/src/coins.ts
@@ -456,7 +456,7 @@ export const coins = CoinMap.fromCoins([
456
6,
457
UnderlyingAsset.TRX,
458
BaseUnit.TRX,
459
- [...TRX_FEATURES, CoinFeature.STAKING]
+ TRX_FEATURES
460
),
461
account(
462
'a4578c23-8e01-4d13-bc17-7bf8b529fbef',
0 commit comments