mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
a4c03df84c
commit
49c826df5c
19
_data/chains/deprecated/eip155-218.json
Normal file
19
_data/chains/deprecated/eip155-218.json
Normal 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
|
||||
}
|
19
_data/chains/eip155-68.json
Normal file
19
_data/chains/eip155-68.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user