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 bb5759b commit ab2f63aCopy full SHA for ab2f63a
1 file changed
src/libs/signMessage/signMessage.ts
@@ -50,6 +50,19 @@ import type { HardwareWalletSigningRequest } from '../../interfaces/signAccountO
50
// as 0x92 is not a valid value for v.
51
const magicBytes = '6492649264926492649264926492649264926492649264926492649264926492'
52
53
+export const EIP_1271_NOT_SUPPORTED_BY = [
54
+ 'opensea.io',
55
+ 'paraswap.xyz',
56
+ 'blur.io',
57
+ 'aevo.xyz',
58
+ 'socialscan.io',
59
+ 'tally.xyz',
60
+ 'questn.com',
61
+ 'taskon.xyz',
62
+ 'hyperliquid.xyz',
63
+ 'bitrefill.com'
64
+]
65
+
66
export const AMBIRE_OPERATION_SIGNING_NOT_ALLOWED_MESSAGE =
67
'Signing an AmbireOperation is not allowed'
68
0 commit comments