We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 086d6af + b185544 commit d2698f7Copy full SHA for d2698f7
modules/statics/src/coins.ts
@@ -1090,7 +1090,7 @@ export const coins = CoinMap.fromCoins([
1090
8,
1091
UnderlyingAsset.RUNE,
1092
BaseUnit.RUNE,
1093
- COSMOS_SIDECHAIN_FEATURES
+ COSMOS_SIDECHAIN_FEATURES.filter((feature) => feature !== CoinFeature.BULK_TRANSACTION)
1094
),
1095
account(
1096
'7281ab3b-0451-4ef9-b367-8623d9bcfd87',
@@ -1100,7 +1100,7 @@ export const coins = CoinMap.fromCoins([
1100
1101
1102
1103
1104
1105
1106
'b473d5f0-1590-4edf-bc9f-813aff515a23',
0 commit comments