Skip to content

Commit df6850b

Browse files
committed
feat: disallow EVM_COMPATIBLE_WP feature for OFC coin
Ticket: BTC-0 TICKET: BTC-0
1 parent d2102da commit df6850b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/ofc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ const DISALLOWED_FEATURES = [
3535
CoinFeature.CHILD_PAYS_FOR_PARENT,
3636
CoinFeature.PAYGO,
3737
CoinFeature.SUPPORTS_TOKENS,
38+
// OFC inherits features from the base asset but the features are not always applicable to OFC
3839
CoinFeature.SHARED_EVM_SIGNING,
40+
CoinFeature.EVM_COMPATIBLE_WP,
3941
];
4042

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

0 commit comments

Comments
 (0)