From 38eae21a0e211818afc3acbcfd60b1acefb7df53 Mon Sep 17 00:00:00 2001 From: Gav Wood <github@gavwood.com> Date: Wed, 9 Jan 2019 12:12:24 +0100 Subject: [PATCH] Remove invalid value from chainspec (#68) --- polkadot/service/res/alexander.json | 1 - 1 file changed, 1 deletion(-) diff --git a/polkadot/service/res/alexander.json b/polkadot/service/res/alexander.json index a5f9ac2d8e6..24f57bb8af8 100644 --- a/polkadot/service/res/alexander.json +++ b/polkadot/service/res/alexander.json @@ -11,7 +11,6 @@ "protocolId": "dot", "consensusEngine": null, "properties": { - "networkId": 3, "tokenDecimals": 15, "tokenSymbol": "DOT" }, -- GitLab