Skip to content

Commit ab2f63a

Browse files
committed
Restored deleted code while reoleving conflicts
1 parent bb5759b commit ab2f63a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libs/signMessage/signMessage.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ import type { HardwareWalletSigningRequest } from '../../interfaces/signAccountO
5050
// as 0x92 is not a valid value for v.
5151
const magicBytes = '6492649264926492649264926492649264926492649264926492649264926492'
5252

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+
5366
export const AMBIRE_OPERATION_SIGNING_NOT_ALLOWED_MESSAGE =
5467
'Signing an AmbireOperation is not allowed'
5568

0 commit comments

Comments
 (0)