We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88d2979 + 0c9ba32 commit 7e6aa37Copy full SHA for 7e6aa37
1 file changed
modules/statics/src/ofc.ts
@@ -38,6 +38,7 @@ const DISALLOWED_FEATURES = [
38
// OFC inherits features from the base asset but the features are not always applicable to OFC
39
CoinFeature.SHARED_EVM_SIGNING,
40
CoinFeature.EVM_COMPATIBLE_WP,
41
+ CoinFeature.BULK_STAKING_TRANSACTION,
42
];
43
44
const REQUIRED_FEATURES = [CoinFeature.ACCOUNT_MODEL, CoinFeature.REQUIRES_BIG_NUMBER];
0 commit comments