Deploying to gh-pages from @ ethereum-lists/chains@d2e5e1187e 🚀

This commit is contained in:
ligi 2023-02-01 17:01:49 +00:00
parent 12f5e964ac
commit 76d8195cda
8 changed files with 46 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,12 +2,14 @@
"name": "Kerleano",
"title": "Proof of Carbon Reduction testnet",
"chain": "CRC",
"status": "incubating",
"status": "active",
"rpc": [
"https://cacib-saturn-test.francecentral.cloudapp.azure.com",
"wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"
],
"faucets": [],
"faucets": [
"https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"
],
"nativeCurrency": {
"name": "Carbon Reduction Coin",
"symbol": "CRC",
@ -17,5 +19,11 @@
"shortName": "kerleano",
"chainId": 1804,
"networkId": 1804,
"explorers": []
"explorers": [
{
"name": "Lite Explorer",
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
"standard": "EIP3091"
}
]
}

View File

@ -2,17 +2,26 @@
"name": "PoCRNet",
"title": "Proof of Carbon Reduction mainnet",
"chain": "CRC",
"status": "incubating",
"rpc": [],
"status": "active",
"rpc": [
"https://pocrnet.westeurope.cloudapp.azure.com/http",
"wss://pocrnet.westeurope.cloudapp.azure.com/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Carbon Reduction Coin",
"symbol": "CRC",
"decimals": 18
},
"infoURL": "https://github.com/ethereum-pocr",
"infoURL": "https://github.com/ethereum-pocr/pocrnet",
"shortName": "pocrnet",
"chainId": 2606,
"networkId": 2606,
"explorers": []
"explorers": [
{
"name": "Lite Explorer",
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3922,7 +3922,7 @@
"decimals": 18
},
"rpc": ["https://cacib-saturn-test.francecentral.cloudapp.azure.com", "wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"],
"faucets": [],
"faucets": ["https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"],
"infoURL": "https://github.com/ethereum-pocr/kerleano"
}, {
"name": "Rabbit Analog Testnet Chain",
@ -4571,9 +4571,9 @@
"symbol": "CRC",
"decimals": 18
},
"rpc": [],
"rpc": ["https://pocrnet.westeurope.cloudapp.azure.com/http", "wss://pocrnet.westeurope.cloudapp.azure.com/ws"],
"faucets": [],
"infoURL": "https://github.com/ethereum-pocr"
"infoURL": "https://github.com/ethereum-pocr/pocrnet"
}, {
"name": "Redlight Chain Mainnet",
"chainId": 2611,

View File

@ -5595,9 +5595,9 @@
"name": "Kerleano",
"title": "Proof of Carbon Reduction testnet",
"chain": "CRC",
"status": "incubating",
"status": "active",
"rpc": ["https://cacib-saturn-test.francecentral.cloudapp.azure.com", "wss://cacib-saturn-test.francecentral.cloudapp.azure.com:9443"],
"faucets": [],
"faucets": ["https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"],
"nativeCurrency": {
"name": "Carbon Reduction Coin",
"symbol": "CRC",
@ -5607,7 +5607,11 @@
"shortName": "kerleano",
"chainId": 1804,
"networkId": 1804,
"explorers": []
"explorers": [{
"name": "Lite Explorer",
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
"standard": "EIP3091"
}]
}, {
"name": "Rabbit Analog Testnet Chain",
"chain": "rAna",
@ -6576,19 +6580,23 @@
"name": "PoCRNet",
"title": "Proof of Carbon Reduction mainnet",
"chain": "CRC",
"status": "incubating",
"rpc": [],
"status": "active",
"rpc": ["https://pocrnet.westeurope.cloudapp.azure.com/http", "wss://pocrnet.westeurope.cloudapp.azure.com/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Carbon Reduction Coin",
"symbol": "CRC",
"decimals": 18
},
"infoURL": "https://github.com/ethereum-pocr",
"infoURL": "https://github.com/ethereum-pocr/pocrnet",
"shortName": "pocrnet",
"chainId": 2606,
"networkId": 2606,
"explorers": []
"explorers": [{
"name": "Lite Explorer",
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
"standard": "EIP3091"
}]
}, {
"name": "Redlight Chain Mainnet",
"chain": "REDLC",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long