Skip to content

Commit 7e6aa37

Browse files
authored
Merge pull request #8694 from BitGo/SC-6608
fix(statics): disallow BULK_STAKING_TRANSACTION feature for OFC coins
2 parents 88d2979 + 0c9ba32 commit 7e6aa37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/statics/src/ofc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const DISALLOWED_FEATURES = [
3838
// OFC inherits features from the base asset but the features are not always applicable to OFC
3939
CoinFeature.SHARED_EVM_SIGNING,
4040
CoinFeature.EVM_COMPATIBLE_WP,
41+
CoinFeature.BULK_STAKING_TRANSACTION,
4142
];
4243

4344
const REQUIRED_FEATURES = [CoinFeature.ACCOUNT_MODEL, CoinFeature.REQUIRES_BIG_NUMBER];

0 commit comments

Comments
 (0)