From c6faef728d971f588f4221e646407d2a72653e8c Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sat, 10 Dec 2022 03:47:53 +0900 Subject: [PATCH 1/3] Include legacy testnet in cip34 --- CIP-0034/registry.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CIP-0034/registry.json b/CIP-0034/registry.json index b7c2066c3f..b02078356d 100644 --- a/CIP-0034/registry.json +++ b/CIP-0034/registry.json @@ -16,5 +16,11 @@ "NetworkId": 1, "NetworkMagic": 764824073, "GenesisHash": "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" + }, + "LegacyTestnet": { + "Name": "LegacyTestnet", + "NetworkId": 0, + "NetworkMagic": 1097911063, + "GenesisHash": "96fceff972c2c06bd3bb5243c39215333be6d56aaf4823073dca31afe5038471" } -} \ No newline at end of file +} From 7fbc5262544bd46794baa89655dc26a8ffbf9997 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sat, 10 Dec 2022 03:50:21 +0900 Subject: [PATCH 2/3] Add space in legacy testnet name --- CIP-0034/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CIP-0034/registry.json b/CIP-0034/registry.json index b02078356d..9ec2a3d2f6 100644 --- a/CIP-0034/registry.json +++ b/CIP-0034/registry.json @@ -18,7 +18,7 @@ "GenesisHash": "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" }, "LegacyTestnet": { - "Name": "LegacyTestnet", + "Name": "Legacy Testnet", "NetworkId": 0, "NetworkMagic": 1097911063, "GenesisHash": "96fceff972c2c06bd3bb5243c39215333be6d56aaf4823073dca31afe5038471" From 39e07cebba556bddbf7a52c195e94b60ac183723 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sat, 10 Dec 2022 04:16:16 +0900 Subject: [PATCH 3/3] Fix network ID for new testnets --- CIP-0034/registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CIP-0034/registry.json b/CIP-0034/registry.json index 9ec2a3d2f6..e3b021d9c8 100644 --- a/CIP-0034/registry.json +++ b/CIP-0034/registry.json @@ -1,13 +1,13 @@ { "PreProduction": { "Name": "Pre-Production", - "NetworkId": 3, + "NetworkId": 0, "NetworkMagic": 1, "GenesisHash": "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" }, "Preview": { "Name": "Preview", - "NetworkId": 2, + "NetworkId": 0, "NetworkMagic": 2, "GenesisHash": "72593f260b66f26bef4fc50b38a8f24d3d3633ad2e854eaf73039eb9402706f1" },