Skip to content

Commit

Permalink
fix endpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Apr 26, 2024
1 parent 4640747 commit f0846b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/api-kit/tests/endpoint/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,11 @@ describe('Endpoint tests', () => {
nonce: 42,
initCode: '0x123initcode',
callData: '0xcallData123',
callGasLimit: 123,
verificationGasLimit: 234,
preVerificationGas: 345,
maxFeePerGas: 456,
maxPriorityFeePerGas: 567,
callGasLimit: '123',
verificationGasLimit: '234',
preVerificationGas: '345',
maxFeePerGas: '456',
maxPriorityFeePerGas: '567',
paymasterAndData: '0xpaymasterAndData123',
entryPoint: '0xentryPoint',
validAfter: 'validAfter',
Expand Down

0 comments on commit f0846b4

Please sign in to comment.