Skip to content

Commit cd50e95

Browse files
authored
Merge pull request #6929 from BitGo/COIN-5561-mantra-shared-sdk-coin-feature
feat(statics): add shared cosmos coin feature for mantra
2 parents 41d37df + 8249f6f commit cd50e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ export const allCoinsAndTokens = [
10431043
6,
10441044
UnderlyingAsset.MANTRA,
10451045
BaseUnit.MANTRA,
1046-
COSMOS_SIDECHAIN_FEATURES
1046+
[...COSMOS_SIDECHAIN_FEATURES, CoinFeature.SHARED_COSMOS_SDK]
10471047
),
10481048
account(
10491049
'cc900f12-f229-4eb3-9ca7-2a05a445f362',
@@ -1053,7 +1053,7 @@ export const allCoinsAndTokens = [
10531053
6,
10541054
UnderlyingAsset.MANTRA,
10551055
BaseUnit.MANTRA,
1056-
COSMOS_SIDECHAIN_FEATURES
1056+
[...COSMOS_SIDECHAIN_FEATURES, CoinFeature.SHARED_COSMOS_SDK]
10571057
),
10581058
account(
10591059
'507492ba-d127-4fd8-b07d-9461f5887a26',

0 commit comments

Comments
 (0)