mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update chains for Oort (formerly Computecoin) (#2053)
* Change the chain names after Computecoin rebranded to Oort. Add more chains for Oort. * Prettier the json file.
This commit is contained in:
parent
8b1858d4d6
commit
919d941b05
|
@ -1,15 +1,14 @@
|
|||
{
|
||||
"name": "CCN",
|
||||
"title": "ComputeCoin Main Network",
|
||||
"chain": "CCN",
|
||||
"rpc": ["https://rpc.mainnet.computecoin.com"],
|
||||
"name": "Oort Mainnet",
|
||||
"chain": "Oort Mainnet",
|
||||
"rpc": ["https://rpc.oortech.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ComputeCoin",
|
||||
"name": "Oort",
|
||||
"symbol": "CCN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://computecoin.com/",
|
||||
"infoURL": "https://oortech.com",
|
||||
"shortName": "ccn",
|
||||
"chainId": 970,
|
||||
"networkId": 970,
|
||||
|
|
17
_data/chains/eip155-9700.json
Normal file
17
_data/chains/eip155-9700.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "Oort MainnetDev",
|
||||
"title": "Oort MainnetDev",
|
||||
"chain": "MainnetDev",
|
||||
"rpc": ["https://dev-rpc.oortech.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Oort",
|
||||
"symbol": "CCN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://oortech.com",
|
||||
"shortName": "MainnetDev",
|
||||
"chainId": 9700,
|
||||
"networkId": 9700,
|
||||
"icon": "ccn"
|
||||
}
|
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
"name": "CCN Beta",
|
||||
"title": "ComputeCoin Beta Network",
|
||||
"chain": "CCN Beta",
|
||||
"rpc": ["https://beta-rpc.mainnet.computecoin.com"],
|
||||
"name": "Oort Huygens",
|
||||
"chain": "Huygens",
|
||||
"rpc": ["https://huygens-rpc.oortech.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "ComputeCoin",
|
||||
"name": "Oort",
|
||||
"symbol": "CCN",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://computecoin.com/",
|
||||
"shortName": "ccnbeta",
|
||||
"infoURL": "https://oortech.com",
|
||||
"shortName": "Huygens",
|
||||
"chainId": 971,
|
||||
"networkId": 971,
|
||||
"icon": "ccn"
|
||||
|
|
17
_data/chains/eip155-972.json
Normal file
17
_data/chains/eip155-972.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "Oort Ascraeus",
|
||||
"title": "Oort Ascraeus",
|
||||
"chain": "Ascraeus",
|
||||
"rpc": ["https://ascraeus-rpc.oortech.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Oort",
|
||||
"symbol": "CCNA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://oortech.com",
|
||||
"shortName": "Ascraeus",
|
||||
"chainId": 972,
|
||||
"networkId": 972,
|
||||
"icon": "ccn"
|
||||
}
|
Loading…
Reference in New Issue
Block a user