mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
params/forks: add BPOs to fork<>string lookup
This commit is contained in:
parent
39fe73f760
commit
4a0932d0c7
1 changed files with 5 additions and 0 deletions
|
|
@ -77,4 +77,9 @@ var forkToString = map[Fork]string{
|
||||||
Cancun: "Cancun",
|
Cancun: "Cancun",
|
||||||
Prague: "Prague",
|
Prague: "Prague",
|
||||||
Osaka: "Osaka",
|
Osaka: "Osaka",
|
||||||
|
BPO1: "BPO1",
|
||||||
|
BPO2: "BPO2",
|
||||||
|
BPO3: "BPO3",
|
||||||
|
BPO4: "BPO4",
|
||||||
|
BPO5: "BPO5",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue