From a4568197f1d424729e59962eeaba883dd3994e12 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Fri, 2 Aug 2024 09:11:50 -0700 Subject: [PATCH] pr comment --- params/avalanche_params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/avalanche_params.go b/params/avalanche_params.go index 836accbf9e..6faf835809 100644 --- a/params/avalanche_params.go +++ b/params/avalanche_params.go @@ -13,8 +13,8 @@ import ( const ( // MinGasPrice is the number of nAVAX required per gas unit for a // transaction to be valid, measured in wei - LaunchMinGasPrice int64 = 470_000_000_000 - ApricotPhase1MinGasPrice int64 = 225_000_000_000 + LaunchMinGasPrice int64 = 470 * GWei + ApricotPhase1MinGasPrice int64 = 225 * GWei AvalancheAtomicTxFee = units.MilliAvax