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 0ed8e34 + dc7aefb commit 806b48eCopy full SHA for 806b48e
modules/statics/src/coins.ts
@@ -408,6 +408,7 @@ const COREDAO_FEATURES = [
408
CoinFeature.EVM_WALLET,
409
CoinFeature.BULK_TRANSACTION,
410
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
411
+ CoinFeature.STAKING,
412
];
413
const APT_FEATURES = [
414
...AccountCoin.DEFAULT_FEATURES,
@@ -1379,7 +1380,7 @@ export const coins = CoinMap.fromCoins([
1379
1380
18,
1381
UnderlyingAsset.COREDAO,
1382
BaseUnit.ETH,
- [...COREDAO_FEATURES, CoinFeature.STAKING]
1383
+ COREDAO_FEATURES
1384
),
1385
account(
1386
'75a71e9c-e3a0-4852-8e4b-9613ffed2a4c',
0 commit comments