Add disable flag for Skyr upgrade

This commit is contained in:
Aayush
2022-05-26 18:20:49 -04:00
parent a081f8d92d
commit 4fa04abb8c
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ func gasEstimateGasLimit(
transitionalMulti := 1.0
// Overestimate gas around the upgrade
if ts.Height() <= build.UpgradeFVM1Height && (build.UpgradeFVM1Height-ts.Height() <= 20) {
if ts.Height() <= build.UpgradeSkyrHeight && (build.UpgradeSkyrHeight-ts.Height() <= 20) {
transitionalMulti = 2.0
func() {