We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 467900e + df6850b commit b763c3aCopy full SHA for b763c3a
modules/statics/src/ofc.ts
@@ -35,7 +35,9 @@ const DISALLOWED_FEATURES = [
35
CoinFeature.CHILD_PAYS_FOR_PARENT,
36
CoinFeature.PAYGO,
37
CoinFeature.SUPPORTS_TOKENS,
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
];
42
43
const REQUIRED_FEATURES = [CoinFeature.ACCOUNT_MODEL, CoinFeature.REQUIRES_BIG_NUMBER];
0 commit comments