Skip to content

Commit 46a4926

Browse files
committed
Use checksummed address
1 parent 41df3ff commit 46a4926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/confirmations-redesigned/signatures/alert-system.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const typedSignRequestBody = {
2121
{ type: 'string', name: 'Message', value: 'Hi, Alice!' },
2222
{ type: 'uint32', name: 'A number', value: '1337' },
2323
],
24-
'0x76cf1cdd1fcc252442b50d6e97207228aa4aefc3',
24+
'0x76cf1CdD1fcC252442b50D6e97207228aA4aefC3',
2525
],
2626
origin: 'localhost',
2727
};

0 commit comments

Comments
 (0)