From 5254c12b0c5b6484449971db9b0011ca357b9192 Mon Sep 17 00:00:00 2001 From: Akira Takizawa Date: Thu, 17 May 2018 20:34:28 +0900 Subject: [PATCH] Fix chainid for Ethereum Social (#107) --- defs/ethereum/networks.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/defs/ethereum/networks.json b/defs/ethereum/networks.json index bed593b1fd..df0acab2e1 100644 --- a/defs/ethereum/networks.json +++ b/defs/ethereum/networks.json @@ -29,6 +29,12 @@ "name": "UBIQ", "url": "https://ubiqsmart.com" }, + { + "chain_id": 28, + "shortcut": "ETSC", + "name": "Ethereum Social", + "url": "https://ethereumsocial.kr" + }, { "chain_id": 30, "shortcut": "RSK", @@ -59,12 +65,6 @@ "name": "Ethereum Classic Testnet", "url": "https://ethereumclassic.github.io" }, - { - "chain_id": 1128, - "shortcut": "ETSC", - "name": "Ethereum Social", - "url": "https://ethereumsocial.kr" - }, { "chain_id": 1987, "shortcut": "EGEM",