Skip to content

Commit 46fcfd0

Browse files
committed
fix
1 parent 3ef2fe9 commit 46fcfd0

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
@@ -120,7 +120,7 @@ describe('eth_sendRawTransaction', async () => {
120120
const prevBalance = await queryEthBalance(wallet.address);
121121

122122
const gasLimit = BigNumber.from('210000');
123-
const validUntil = 9999999;
123+
const validUntil = 999999999;
124124
const storageLimit = 100000;
125125

126126
const unsignEip712Tx = {

0 commit comments

Comments
 (0)