From dd6b0315849e2383e715e9c0ade50aaca68435f0 Mon Sep 17 00:00:00 2001 From: Tyler Smith Date: Mon, 14 Sep 2020 13:53:39 -0700 Subject: TWEAK: Bump fee to 470 nAVAX per gas. --- plugin/evm/vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index b0073da..1f26101 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -83,7 +83,7 @@ const ( var ( // minGasPrice is the number of nAVAX required per gas unit for a transaction // to be valid, measured in wei - minGasPrice = big.NewInt(47 * params.GWei) + minGasPrice = big.NewInt(470 * params.GWei) txFee = units.MilliAvax -- cgit v1.2.3