Skip to content

Commit 3b18c99

Browse files
authored
Merge pull request #5012 from BitGo/WIN-3591_bera_enablebulk
feat(statics): add new coinfeature for bulk transaction
2 parents 011e248 + 6428730 commit 3b18c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ const BERA_FEATURES = [
337337
CoinFeature.MULTISIG_COLD,
338338
CoinFeature.EVM_WALLET,
339339
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
340+
CoinFeature.BULK_TRANSACTION,
340341
];
341342
export const coins = CoinMap.fromCoins([
342343
...lightningCoins,

0 commit comments

Comments
 (0)