Skip to content

Commit

Permalink
feat(statics): add staking feature to babylon
Browse files Browse the repository at this point in the history
  • Loading branch information
sbplat committed Feb 25, 2025
1 parent 1a9ffdf commit e93f820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ export const coins = CoinMap.fromCoins([
6,
UnderlyingAsset.BABY,
BaseUnit.BABY,
COSMOS_SIDECHAIN_FEATURES
[...COSMOS_SIDECHAIN_FEATURES, CoinFeature.STAKING]
),
account(
'ee22282b-c307-4861-b706-d9a178326ad5',
Expand All @@ -825,7 +825,7 @@ export const coins = CoinMap.fromCoins([
6,
UnderlyingAsset.BABY,
BaseUnit.BABY,
COSMOS_SIDECHAIN_FEATURES
[...COSMOS_SIDECHAIN_FEATURES, CoinFeature.STAKING]
),
account(
'b473d5f0-1590-4edf-bc9f-813aff515a23',
Expand Down

0 comments on commit e93f820

Please sign in to comment.