Skip to content

Commit 2faf5b7

Browse files
authored
Merge pull request #6269 from BitGo/SC-2045
feat: implement staking feature for cronos and fetch
2 parents a313918 + c057560 commit 2faf5b7

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
@@ -867,7 +867,7 @@ export const coins = CoinMap.fromCoins([
867867
8,
868868
UnderlyingAsset.CRONOS,
869869
BaseUnit.CRONOS,
870-
COSMOS_SIDECHAIN_FEATURES
870+
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING
871871
),
872872
account(
873873
'854513b2-cf1a-44b4-879b-e3aae0b5f227',
@@ -927,7 +927,7 @@ export const coins = CoinMap.fromCoins([
927927
18,
928928
UnderlyingAsset.ASI,
929929
BaseUnit.ASI,
930-
COSMOS_SIDECHAIN_FEATURES
930+
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING
931931
),
932932
account(
933933
'b473d5f0-1590-4edf-bc9f-813aff515a23',

0 commit comments

Comments
 (0)