Skip to content

Commit

Permalink
pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 2, 2024
1 parent cbb1eca commit a456819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/avalanche_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a456819

Please # to comment.