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",
|
"name": "Oort Mainnet",
|
||||||
"title": "ComputeCoin Main Network",
|
"chain": "Oort Mainnet",
|
||||||
"chain": "CCN",
|
"rpc": ["https://rpc.oortech.com"],
|
||||||
"rpc": ["https://rpc.mainnet.computecoin.com"],
|
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "ComputeCoin",
|
"name": "Oort",
|
||||||
"symbol": "CCN",
|
"symbol": "CCN",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://computecoin.com/",
|
"infoURL": "https://oortech.com",
|
||||||
"shortName": "ccn",
|
"shortName": "ccn",
|
||||||
"chainId": 970,
|
"chainId": 970,
|
||||||
"networkId": 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",
|
"name": "Oort Huygens",
|
||||||
"title": "ComputeCoin Beta Network",
|
"chain": "Huygens",
|
||||||
"chain": "CCN Beta",
|
"rpc": ["https://huygens-rpc.oortech.com"],
|
||||||
"rpc": ["https://beta-rpc.mainnet.computecoin.com"],
|
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "ComputeCoin",
|
"name": "Oort",
|
||||||
"symbol": "CCN",
|
"symbol": "CCN",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://computecoin.com/",
|
"infoURL": "https://oortech.com",
|
||||||
"shortName": "ccnbeta",
|
"shortName": "Huygens",
|
||||||
"chainId": 971,
|
"chainId": 971,
|
||||||
"networkId": 971,
|
"networkId": 971,
|
||||||
"icon": "ccn"
|
"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