From 3fd14888de55d71f88b173aa823ac978f8890ee9 Mon Sep 17 00:00:00 2001 From: scott-ss <73321712+scott-ss@users.noreply.github.com> Date: Wed, 27 Jan 2021 11:02:24 +0800 Subject: [PATCH] Add ChainID for SoterOne (#153) 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 --- _data/chains/eip155-218.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-218.json diff --git a/_data/chains/eip155-218.json b/_data/chains/eip155-218.json new file mode 100644 index 00000000..62ee4bf0 --- /dev/null +++ b/_data/chains/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 +}