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
This commit is contained in:
scott-ss 2021-02-05 19:02:49 +08:00 committed by GitHub
parent a4c03df84c
commit 49c826df5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

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
}

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": 68,
"networkId": 68
}