Skip to content

Commit

Permalink
✅ Fix e2e test for method signing
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Sep 2, 2021
1 parent 7f145be commit 7862582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e.method.signing.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ describe('transaction and message signing [ @E2E ]', function() {
value: web3.utils.toHex(web3.utils.toWei('0.1', 'ether')),
gas: web3.utils.toHex(21000),
maxFeePerGas: '0x59682F00', // 1.5 Gwei
maxPriorityFeePerGas: '0x1DCD6500', // .5 Gwei
accessList: []
};

Expand Down

0 comments on commit 7862582

Please sign in to comment.