params/forks: add BPOs to fork<>string lookup

This commit is contained in:
lightclient 2025-09-16 09:41:08 +02:00
parent 39fe73f760
commit 4a0932d0c7
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -77,4 +77,9 @@ var forkToString = map[Fork]string{
Cancun: "Cancun",
Prague: "Prague",
Osaka: "Osaka",
BPO1: "BPO1",
BPO2: "BPO2",
BPO3: "BPO3",
BPO4: "BPO4",
BPO5: "BPO5",
}