mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +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",
|
||||
Prague: "Prague",
|
||||
Osaka: "Osaka",
|
||||
BPO1: "BPO1",
|
||||
BPO2: "BPO2",
|
||||
BPO3: "BPO3",
|
||||
BPO4: "BPO4",
|
||||
BPO5: "BPO5",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue