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 537e7a1Copy full SHA for 537e7a1
modules/statics/src/ofc.ts
@@ -36,6 +36,7 @@ const DISALLOWED_FEATURES = [
36
CoinFeature.PAYGO,
37
CoinFeature.SUPPORTS_TOKENS,
38
CoinFeature.SHARED_EVM_SIGNING,
39
+ CoinFeature.EVM_COMPATIBLE_WP,
40
];
41
42
const REQUIRED_FEATURES = [CoinFeature.ACCOUNT_MODEL, CoinFeature.REQUIRES_BIG_NUMBER];
0 commit comments