[WIP] feat: Add nv22 skeleton

Addition of Network Version 22 skeleton
This commit is contained in:
TippyFlits
2024-01-11 10:54:24 -05:00
committed by Aayush
parent f51f83bfec
commit 4313f990ce
60 changed files with 3070 additions and 94 deletions
+1
View File
@@ -1914,6 +1914,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam
UpgradeLightningHeight: build.UpgradeLightningHeight,
UpgradeThunderHeight: build.UpgradeThunderHeight,
UpgradeWatermelonHeight: build.UpgradeWatermelonHeight,
UpgradePineappleHeight: build.UpgradePineappleHeight,
},
}, nil
}