Skip to content
Open
Prev Previous commit
Next Next commit
update
  • Loading branch information
jpuri committed Dec 9, 2025
commit 665775dad8cb0a6615f250d7ebd951e84fe141e8
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ describe('EIP-5792', () => {
from: SEND_CALLS_MOCK.from,
networkClientId: NETWORK_CLIENT_ID_MOCK,
origin: ORIGIN_MOCK,
requestId: '1',
securityAlertId: expect.any(String),
transactions: [
{ params: SEND_CALLS_MOCK.calls[0] },
Expand Down Expand Up @@ -237,6 +238,7 @@ describe('EIP-5792', () => {
batchId: expect.any(String),
networkClientId: 'test-client',
origin: 'test.com',
requestId: '1',
securityAlertResponse: {
securityAlertId: expect.any(String),
},
Expand Down