Skip to content

Commit

Permalink
add Prague fork data for testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
angaz committed Feb 6, 2025
1 parent 0c2c05d commit 27ff6bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/networks/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ var (
{1735371, "Merge"},
{1677557088, "Shanghai"},
{1706655072, "Cancun"},
{1741159776, "Prague"},
},
)
holeskyForks = makeForks(
Expand All @@ -101,6 +102,7 @@ var (
[]partialFork{
{1696000704, "Shanghai"},
{1707305664, "Cancun"},
{1740434112, "Prague"},
},
)
)
Expand Down
2 changes: 2 additions & 0 deletions public/node.templ
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,8 @@ templ supportsForkLinks(name string, key string, title string, url URL, supports

templ SupportsForkLinks(url URL, networkID int64, supportsForkName string) {
switch networkID {
case 17000, 11155111:
@supportsForkLinks("Prague", "prague", "", url, supportsForkName, false)
default:
if url.GetParam("supports-fork-name") != "" {
<div style="display: flex; flex-direction: row; gap: 0.5em;">
Expand Down

0 comments on commit 27ff6bc

Please sign in to comment.