From be4430dc4fec144de236fa99388e26a318b6f450 Mon Sep 17 00:00:00 2001 From: gera Date: Mon, 13 Jun 2022 15:47:33 +0200 Subject: [PATCH] fix: rococo protocol id --- dev-specs/kilt-parachain/rococo-v2-relay.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-specs/kilt-parachain/rococo-v2-relay.json b/dev-specs/kilt-parachain/rococo-v2-relay.json index d974a60e1f..ec92e4761f 100644 --- a/dev-specs/kilt-parachain/rococo-v2-relay.json +++ b/dev-specs/kilt-parachain/rococo-v2-relay.json @@ -18,7 +18,7 @@ 0 ] ], - "protocolId": "rococo_v2_2", + "protocolId": "rococo", "properties": { "ss58Format": 42, "tokenDecimals": 12, @@ -208,4 +208,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +}