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.
1 parent d2102da commit df6850bCopy full SHA for df6850b
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