From 9a32065c7486eae80da9802292e9f942b6926485 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 21 Aug 2019 17:24:48 +0200 Subject: [PATCH] Add networkId to Kusama chain spec (#393) * Add networkId to Kusama chain spec * ss58Format --- polkadot/service/res/kusama.json | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/service/res/kusama.json b/polkadot/service/res/kusama.json index aed48332e9..d96ecfa872 100644 --- a/polkadot/service/res/kusama.json +++ b/polkadot/service/res/kusama.json @@ -13,6 +13,7 @@ "protocolId": "dot", "consensusEngine": null, "properties": { + "ss58Format": 2, "tokenDecimals": 15, "tokenSymbol": "DOT" },