Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use Kusama cc2 genesis hash #395

Merged
merged 2 commits into from
Sep 30, 2019
Merged

chore: Use Kusama cc2 genesis hash #395

merged 2 commits into from
Sep 30, 2019

Conversation

Tbaut
Copy link
Contributor

@Tbaut Tbaut commented Sep 30, 2019

  • uses the Kusama cc2 genesis hash (using polkascan or apps -> tools -> chain.getBlockHash(0))
    "0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636"

Tested with apps, could sign the tx, got "error 1010", as expected since transfer aren't enabled.

src/constants.js Outdated Show resolved Hide resolved
typo
@@ -27,7 +27,7 @@ const substrateNetworkBase = {
decimals: 12,
genesisHash: SubstrateNetworkKeys.KUSAMA,
prefix: 2,
title: 'Kusama',
title: 'Kusama CC2',
Copy link
Contributor

@hanwencheng hanwencheng Sep 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anything you’ve done on Kusama so far will persist into Kusama CC2

See this from the CC2 release post, correct me if I am wrong, we can still use name Kusama, since currently all the users on Kusama use the same network.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can still use the name Kusama, but if there's a CC3 in the future, with a different genesis hash, and we only write "Kusama", things may be confusing, I think it's better to be precise.

If there's a Kusama CC3, any account created with CC2 will need to be migrated (manually or automatically).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree on the naming.

@Tbaut Tbaut merged commit 75bab33 into master Sep 30, 2019
@Tbaut Tbaut deleted the tbaut-cc2 branch September 30, 2019 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants