Skip to content

Commit 1be6209

Browse files
committed
fix
1 parent 46fcfd0 commit 1be6209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eth-rpc-adapter/src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ describe('eth_sendRawTransaction', async () => {
244244
]);
245245

246246
const gasLimit = BigNumber.from('210000');
247-
const validUntil = 9999999;
247+
const validUntil = 999999999;
248248
const storageLimit = 100000;
249249

250250
const transferTX = {

0 commit comments

Comments
 (0)