From fcb8a564d258954ee56b5a7f422738259af5db0f Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Sat, 14 Aug 2021 13:58:16 -1000 Subject: [PATCH] update failing test --- test/contract.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/contract.js b/test/contract.js index 6ce8ff68a00..3b5bc735d5a 100644 --- a/test/contract.js +++ b/test/contract.js @@ -2678,7 +2678,8 @@ var runTests = function(contractFactory) { '0000000000000000000000000000000000000000000000000000000000000011' , to: addressLowercase, from: addressLowercase, - gasPrice: '0x45656456456456' + maxPriorityFeePerGas: '0x3B9ACA00', + maxFeePerGas: '0x3b9aca0e' }]); done();