update network list to serve LC data by default (#3816)

Moves the post-merge Ropsten network to its own section to allow testing
LC features depending on EL state root separately.
This commit is contained in:
Etan Kissling 2022-07-05 08:02:12 -07:00 committed by GitHub
parent 19bf7f1599
commit c9418028f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -117,15 +117,14 @@ func deploymentPhase*(genesisData: string): DeploymentPhase =
testnets = [
# Kiln
"0C572B620000000099B09FCD43E5905236C370F184056BEC6E6638CFC31A323B304FC4AA789CB4AD",
# Ropsten
"F0DB94620000000044F1E56283CA88B35C789F7F449E52339BC1FEFE3A45913A43A6D16EDCD33CF1",
# Prater
"60F4596000000000043DB0D9A83813551EE2F33450D23797757D430911A9320530AD8A0EABC43EFB",
# Sepolia
"607DB06200000000D8EA171F3C94AEA21EBC42A1ED61052ACF3F9209C00E4EFBAADDAC09ED9B8078",
]
devnets = [
"placeholder",
# Ropsten
"F0DB94620000000044F1E56283CA88B35C789F7F449E52339BC1FEFE3A45913A43A6D16EDCD33CF1",
]
let data = (genesisData[0 ..< 40].toHex())