mark Sepolia as merge completed (#3848)
Now that Sepolia successfully completed the merge, move it to the corresponding group to enable in-development LC feature testing.
This commit is contained in:
parent
f9536fd14b
commit
571577c662
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue