Skip to content

Commit 806b48e

Browse files
authored
Merge pull request #5303 from BitGo/ben/SC-794-coredao-staking
feat(statics): enable staking for coredao
2 parents 0ed8e34 + dc7aefb commit 806b48e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ const COREDAO_FEATURES = [
408408
CoinFeature.EVM_WALLET,
409409
CoinFeature.BULK_TRANSACTION,
410410
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
411+
CoinFeature.STAKING,
411412
];
412413
const APT_FEATURES = [
413414
...AccountCoin.DEFAULT_FEATURES,
@@ -1379,7 +1380,7 @@ export const coins = CoinMap.fromCoins([
13791380
18,
13801381
UnderlyingAsset.COREDAO,
13811382
BaseUnit.ETH,
1382-
[...COREDAO_FEATURES, CoinFeature.STAKING]
1383+
COREDAO_FEATURES
13831384
),
13841385
account(
13851386
'75a71e9c-e3a0-4852-8e4b-9613ffed2a4c',

0 commit comments

Comments
 (0)