Skip to content

Commit e930723

Browse files
committed
fix: types
1 parent 4c55afa commit e930723

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/tempo/AuthorizationTempo.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ describe('fromRpc', () => {
303303
chainId: '0x1',
304304
nonce: '0x1',
305305
signature: {
306-
prehash: true,
306+
preHash: true,
307307
pubKeyX:
308308
'0x0000000000000000000000000000000000000000000000000000000000000001',
309309
pubKeyY:
@@ -408,7 +408,7 @@ describe('fromRpcList', () => {
408408
chainId: '0x1',
409409
nonce: '0x1',
410410
signature: {
411-
prehash: true,
411+
preHash: true,
412412
pubKeyX:
413413
'0x0000000000000000000000000000000000000000000000000000000000000001',
414414
pubKeyY:
@@ -423,7 +423,7 @@ describe('fromRpcList', () => {
423423
chainId: '0x2',
424424
nonce: '0x2',
425425
signature: {
426-
prehash: false,
426+
preHash: false,
427427
pubKeyX:
428428
'0x0000000000000000000000000000000000000000000000000000000000000003',
429429
pubKeyY:
@@ -579,7 +579,7 @@ describe('fromRpcList', () => {
579579
chainId: '0x2',
580580
nonce: '0x2',
581581
signature: {
582-
prehash: true,
582+
preHash: true,
583583
pubKeyX:
584584
'0x0000000000000000000000000000000000000000000000000000000000000003',
585585
pubKeyY:

src/tempo/KeyAuthorization.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ describe('fromRpc', () => {
439439
limits: [{ token, limit: '0x989680' }],
440440
signature: {
441441
type: 'p256',
442-
prehash: true,
442+
preHash: true,
443443
pubKeyX: Hex.fromNumber(publicKey_p256.x),
444444
pubKeyY: Hex.fromNumber(publicKey_p256.y),
445445
r: Hex.fromNumber(signature_p256_raw.r),

0 commit comments

Comments
 (0)