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:
Zach 2022-12-26 11:33:42 -05:00 committed by GitHub
parent 8b1858d4d6
commit 919d941b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 13 deletions

View File

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

View 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"
}

View File

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

View 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"
}