Merge branch 'feat/nv21' into asr/merge-nv21

This commit is contained in:
Aayush
2023-08-23 11:44:59 -04:00
58 changed files with 3064 additions and 93 deletions
+1
View File
@@ -1839,6 +1839,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam
UpgradeHyggeHeight: build.UpgradeHyggeHeight,
UpgradeLightningHeight: build.UpgradeLightningHeight,
UpgradeThunderHeight: build.UpgradeThunderHeight,
UpgradeWatermelonHeight: build.UpgradeWatermelonHeight,
},
}, nil
}