Skip to content

Commit ac6848e

Browse files
Merge pull request #5341 from BitGo/ben/SC-784-bera-staking-feature
feat(statics): add staking feature to bera
2 parents 4752fd4 + e406a75 commit ac6848e

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
@@ -398,6 +398,7 @@ const BERA_FEATURES = [
398398
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
399399
CoinFeature.BULK_TRANSACTION,
400400
CoinFeature.EIP1559,
401+
CoinFeature.STAKING,
401402
];
402403
const OAS_FEATURES = [
403404
...ETH_FEATURES,

0 commit comments

Comments
 (0)