From 49c826df5c75348c8505314efe46cc011f3e0704 Mon Sep 17 00:00:00 2001 From: scott-ss <73321712+scott-ss@users.noreply.github.com> Date: Fri, 5 Feb 2021 19:02:49 +0800 Subject: [PATCH] Change SoterOne chain network id to 68 (#154) * Add ChainID for SoterOne SoterOne uses secure multi-party computation (MPC), differential privacy, machine learning and blockchain technology to create a platform that integrates privacy protection, data modeling and data sharing. SoterOne uses the following chain ID: - 218 (0xda) for SoterOne Mainnet * change SoterOne chain and network id to 68 --- _data/chains/deprecated/eip155-218.json | 19 +++++++++++++++++++ _data/chains/eip155-68.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _data/chains/deprecated/eip155-218.json create mode 100644 _data/chains/eip155-68.json diff --git a/_data/chains/deprecated/eip155-218.json b/_data/chains/deprecated/eip155-218.json new file mode 100644 index 00000000..62ee4bf0 --- /dev/null +++ b/_data/chains/deprecated/eip155-218.json @@ -0,0 +1,19 @@ +{ + "name": "SoterOne Mainnet", + "chain": "SOTER", + "network": "mainnet", + "rpc": [ + "https://rpc.soter.one" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "SoterOne Mainnet Ether", + "symbol": "SOTER", + "decimals": 18 + }, + "infoURL": "https://www.soterone.com", + "shortName": "SO1", + "chainId": 218, + "networkId": 218 +} diff --git a/_data/chains/eip155-68.json b/_data/chains/eip155-68.json new file mode 100644 index 00000000..8b9d9c39 --- /dev/null +++ b/_data/chains/eip155-68.json @@ -0,0 +1,19 @@ +{ + "name": "SoterOne Mainnet", + "chain": "SOTER", + "network": "mainnet", + "rpc": [ + "https://rpc.soter.one" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "SoterOne Mainnet Ether", + "symbol": "SOTER", + "decimals": 18 + }, + "infoURL": "https://www.soterone.com", + "shortName": "SO1", + "chainId": 68, + "networkId": 68 +}