Skip to content

Commit

Permalink
mark Sepolia as merge completed (#3848)
Browse files Browse the repository at this point in the history
Now that Sepolia successfully completed the merge, move it to the
corresponding group to enable in-development LC feature testing.
  • Loading branch information
etan-status committed Jul 11, 2022
1 parent f9536fd commit 571577c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_chain/networking/network_metadata.nim
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ func deploymentPhase*(genesisData: string): DeploymentPhase =
"0C572B620000000099B09FCD43E5905236C370F184056BEC6E6638CFC31A323B304FC4AA789CB4AD",
# Prater
"60F4596000000000043DB0D9A83813551EE2F33450D23797757D430911A9320530AD8A0EABC43EFB",
# Sepolia
"607DB06200000000D8EA171F3C94AEA21EBC42A1ED61052ACF3F9209C00E4EFBAADDAC09ED9B8078",
]
devnets = [
# Ropsten
"F0DB94620000000044F1E56283CA88B35C789F7F449E52339BC1FEFE3A45913A43A6D16EDCD33CF1",
# Sepolia
"607DB06200000000D8EA171F3C94AEA21EBC42A1ED61052ACF3F9209C00E4EFBAADDAC09ED9B8078",
]

let data = (genesisData[0 ..< 40].toHex())
Expand Down

0 comments on commit 571577c

Please sign in to comment.