Skip to content

Commit e406a75

Browse files
feat(statics): add staking feature to bera
SC-784
1 parent 8c7e4dc commit e406a75

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)