aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/evm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index a1224d4..6a3fcd5 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -87,7 +87,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
#n18'>18 19 20 21 22 23 24
25
26
27
28