Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into tx-index
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored Dec 16, 2021
2 parents 0d7528c + e752d80 commit 759fb21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x/feemarket/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import (
"github.com/ethereum/go-ethereum/params"
)

const (
DefaultBaseFeeChangeDenominator = 8
DefaultElasticityMultiplier = 2
DefaultInitialBaseFee = 1000000000
)

var _ paramtypes.ParamSet = &Params{}

// Parameter keys
Expand Down

0 comments on commit 759fb21

Please sign in to comment.