Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Oct 23, 2023
1 parent bf66cc0 commit f359622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3-eth/test/integration/rpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ describe('rpc', () => {
const receipt1 = await web3Eth.sendTransaction({
from: tempAcc.address,
value: '0x1',
maxPriorityFeePerGas: BigInt(50000),
maxFeePerGas: BigInt(50000),
maxPriorityFeePerGas: BigInt(500000000),
maxFeePerGas: BigInt(500000000),
to: tempAcc2.address,
type: BigInt(1),
});
Expand Down

0 comments on commit f359622

Please sign in to comment.