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
This commit is contained in:
scott-ss 2021-01-27 11:02:24 +08:00 committed by GitHub
parent 852dd27130
commit 3fd14888de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}