We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8885265 commit 3bdb73fCopy full SHA for 3bdb73f
app/forks.go
@@ -41,7 +41,7 @@ func ForkV1Logic(ctx sdk.Context, app *App) {
41
params.BaseFeeChangeDenominator = 300
42
params.ElasticityMultiplier = 4
43
params.BaseFee = sdk.NewInt(10000000000000)
44
- params.MinGasPrice = sdk.NewDecWithPrec(10000, 9)
+ params.MinGasPrice = sdk.NewDec(10000000000000)
45
app.FeeMarketKeeper.SetParams(ctx, params)
46
}
47
@@ -54,7 +54,7 @@ var (
54
55
ForkV1Dryrun = Fork{
56
UpgradeName: "v1.0.x-base-fee",
57
- UpgradeHeight: 5214180,
+ UpgradeHeight: 5215165,
58
UpgradeChainId: "tempcronosmainnet_28-1",
59
BeginForkLogic: ForkV1Logic,
60
0 commit comments