[WIP] feat: Add nv22 skeleton

Addition of Network Version 22 skeleton
This commit is contained in:
TippyFlits
2024-03-22 07:00:28 +01:00
committed by Phi-rjan
parent f51f83bfec
commit 50a1fb8062
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
}