From 03b31c6ba38475f6091bbd43e05f19412d83f000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Mon, 4 Jan 2021 21:47:56 +0100 Subject: [PATCH] Use correct ROC currency name (#2195) --- polkadot/node/service/res/rococo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/service/res/rococo.json b/polkadot/node/service/res/rococo.json index 5c2de03453..94030229be 100644 --- a/polkadot/node/service/res/rococo.json +++ b/polkadot/node/service/res/rococo.json @@ -22,7 +22,7 @@ "properties": { "ss58Format": 42, "tokenDecimals": 12, - "tokenSymbol": "RCO" + "tokenSymbol": "ROC" }, "forkBlocks": null, "badBlocks": null,