Skip to content

Commit afdcdd1

Browse files
authored
Merge pull request #6479 from BitGo/SC-2506
chore: Enable staking for cronos and fetch mainnet
2 parents be66552 + 0e3f0f0 commit afdcdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ export const coins = CoinMap.fromCoins([
897897
8,
898898
UnderlyingAsset.CRONOS,
899899
BaseUnit.CRONOS,
900-
COSMOS_SIDECHAIN_FEATURES
900+
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING
901901
),
902902
account(
903903
'49d56512-bddb-41aa-ac7f-f4a4c494b412',
@@ -957,7 +957,7 @@ export const coins = CoinMap.fromCoins([
957957
18,
958958
UnderlyingAsset.ASI,
959959
BaseUnit.ASI,
960-
COSMOS_SIDECHAIN_FEATURES
960+
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING
961961
),
962962
account(
963963
'1b7dfc3e-3431-48ca-883a-e9e8e32b17f2',

0 commit comments

Comments
 (0)