Skip to content

Commit ee469c5

Browse files
authored
Merge pull request #5516 from BitGo/coin-2593
feat(statics): enable bulk withdrawal for thorchain rune
2 parents 5915d1e + 326cc2b commit ee469c5

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
@@ -1181,7 +1181,7 @@ export const coins = CoinMap.fromCoins([
11811181
8,
11821182
UnderlyingAsset.RUNE,
11831183
BaseUnit.RUNE,
1184-
COSMOS_SIDECHAIN_FEATURES.filter((feature) => feature !== CoinFeature.BULK_TRANSACTION)
1184+
COSMOS_SIDECHAIN_FEATURES
11851185
),
11861186
account(
11871187
'7281ab3b-0451-4ef9-b367-8623d9bcfd87',
@@ -1191,7 +1191,7 @@ export const coins = CoinMap.fromCoins([
11911191
8,
11921192
UnderlyingAsset.RUNE,
11931193
BaseUnit.RUNE,
1194-
COSMOS_SIDECHAIN_FEATURES.filter((feature) => feature !== CoinFeature.BULK_TRANSACTION)
1194+
COSMOS_SIDECHAIN_FEATURES
11951195
),
11961196
account(
11971197
'12194de6-b68f-4dfb-b74c-b18b1fbb29d6',

0 commit comments

Comments
 (0)