Skip to content

Commit

Permalink
CIP-0034 | Update registry.json to reflect Preview and Pre-Production…
Browse files Browse the repository at this point in the history
… test networks (#332)

* Removed legacy testnet, added preview and pre-production

* Removed dash from Pre-Production name
  • Loading branch information
Ryun1 authored Oct 7, 2022
1 parent dd56c00 commit 359988c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CIP-0034/registry.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"PreProduction": {
"Name": "Pre-Production",
"NetworkId": 3,
"NetworkMagic": 1,
"GenesisHash": "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937"
},
"Preview": {
"Name": "Preview",
"NetworkId": 2,
"NetworkMagic": 2,
"GenesisHash": "72593f260b66f26bef4fc50b38a8f24d3d3633ad2e854eaf73039eb9402706f1"
},
"Mainnet": {
"Name": "Mainnet",
"NetworkId": 1,
"NetworkMagic": 764824073,
"GenesisHash": "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb"
},
"Testnet": {
"Name": "Testnet",
"NetworkId": 0,
"NetworkMagic": 1097911063,
"GenesisHash": "96fceff972c2c06bd3bb5243c39215333be6d56aaf4823073dca31afe5038471"
}
}

0 comments on commit 359988c

Please # to comment.