From 87645b2600c3a0bac153ecd634e84fcf10c67b3e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 9 May 2018 14:00:53 +0200 Subject: [PATCH] defs: add ethereum/networks.json --- defs/ethereum/networks.json | 74 +++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 defs/ethereum/networks.json diff --git a/defs/ethereum/networks.json b/defs/ethereum/networks.json new file mode 100644 index 000000000..bed593b1f --- /dev/null +++ b/defs/ethereum/networks.json @@ -0,0 +1,74 @@ +[ + { + "chain_id": 1, + "shortcut": "ETH", + "name": "Ethereum", + "url": "https://www.ethereum.org" + }, + { + "chain_id": 2, + "shortcut": "EXP", + "name": "Expanse", + "url": "https://expanse.tech" + }, + { + "chain_id": 3, + "shortcut": "tETH", + "name": "Ethereum Testnet/Ropsten", + "url": "https://www.ethereum.org" + }, + { + "chain_id": 4, + "shortcut": "tETH", + "name": "Ethereum Testnet/Rinkeby", + "url": "https://www.ethereum.org" + }, + { + "chain_id": 8, + "shortcut": "UBQ", + "name": "UBIQ", + "url": "https://ubiqsmart.com" + }, + { + "chain_id": 30, + "shortcut": "RSK", + "name": "Rootstock", + "url": "https://www.rsk.co" + }, + { + "chain_id": 31, + "shortcut": "tRSK", + "name": "Rootstock Testnet", + "url": "https://www.rsk.co" + }, + { + "chain_id": 42, + "shortcut": "tETH", + "name": "Ethereum Testnet/Kovan", + "url": "https://www.ethereum.org" + }, + { + "chain_id": 61, + "shortcut": "ETC", + "name": "Ethereum Classic", + "url": "https://ethereumclassic.github.io" + }, + { + "chain_id": 62, + "shortcut": "tETC", + "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", + "name": "EtherGem", + "url": "https://egem.io" + } +]