Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/statics/src/ofc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const DISALLOWED_FEATURES = [
CoinFeature.CHILD_PAYS_FOR_PARENT,
CoinFeature.PAYGO,
CoinFeature.SUPPORTS_TOKENS,
// OFC inherits features from the base asset but the features are not always applicable to OFC
CoinFeature.SHARED_EVM_SIGNING,
CoinFeature.EVM_COMPATIBLE_WP,
];

const REQUIRED_FEATURES = [CoinFeature.ACCOUNT_MODEL, CoinFeature.REQUIRES_BIG_NUMBER];
Expand Down