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

This commit is contained in:
ligi 2022-03-30 09:18:39 +00:00
parent 8851b9d740
commit 3581925594
5 changed files with 102 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2429,6 +2429,19 @@
"rpc": ["https://rpc.api.moonrock.moonbeam.network", "wss://wss.api.moonrock.moonbeam.network"],
"faucets": [],
"infoURL": "https://docs.moonbeam.network/learn/platform/networks/overview/"
}, {
"name": "CENNZnet Azalea",
"chainId": 1337,
"shortName": "cennz-a",
"networkId": 1337,
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"rpc": ["https://cennznet.unfrastructure.io/public"],
"faucets": [],
"infoURL": "https://cennz.net"
}, {
"name": "Catecoin Chain Mainnet",
"chainId": 1618,
@ -2624,6 +2637,32 @@
"rpc": ["https://www.kortho-chain.com"],
"faucets": [],
"infoURL": "https://www.kortho.io/"
}, {
"name": "CENNZnet Rata",
"chainId": 3000,
"shortName": "cennz-r",
"networkId": 3000,
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"rpc": ["https://rata.centrality.me/public"],
"faucets": ["https://app-faucet.centrality.me"],
"infoURL": "https://cennz.net"
}, {
"name": "CENNZnet Nikau",
"chainId": 3001,
"shortName": "cennz-n",
"networkId": 3001,
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"rpc": ["https://nikau.centrality.me/public"],
"faucets": ["https://app-faucet.centrality.me"],
"infoURL": "https://cennz.net"
}, {
"name": "ZCore Testnet",
"chainId": 3331,

View File

@ -3323,6 +3323,27 @@
"shortName": "mrock",
"chainId": 1288,
"networkId": 1288
}, {
"name": "CENNZnet Azalea",
"chain": "CENNZnet",
"network": "azalea",
"rpc": ["https://cennznet.unfrastructure.io/public"],
"faucets": [],
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"infoURL": "https://cennz.net",
"shortName": "cennz-a",
"chainId": 1337,
"networkId": 1337,
"icon": "cennz",
"explorers": [{
"name": "UNcover",
"url": "https://uncoverexplorer.com",
"standard": "none"
}]
}, {
"name": "Catecoin Chain Mainnet",
"chain": "Catechain",
@ -3572,6 +3593,43 @@
"shortName": "ktoc",
"chainId": 2559,
"networkId": 2559
}, {
"name": "CENNZnet Rata",
"chain": "CENNZnet",
"network": "rata",
"rpc": ["https://rata.centrality.me/public"],
"faucets": ["https://app-faucet.centrality.me"],
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"infoURL": "https://cennz.net",
"shortName": "cennz-r",
"chainId": 3000,
"networkId": 3000,
"icon": "cennz"
}, {
"name": "CENNZnet Nikau",
"chain": "CENNZnet",
"network": "nikau",
"rpc": ["https://nikau.centrality.me/public"],
"faucets": ["https://app-faucet.centrality.me"],
"nativeCurrency": {
"name": "CPAY",
"symbol": "CPAY",
"decimals": 18
},
"infoURL": "https://cennz.net",
"shortName": "cennz-n",
"chainId": 3001,
"networkId": 3001,
"icon": "cennz",
"explorers": [{
"name": "UNcover",
"url": "https://www.uncoverexplorer.com/?network=Nikau",
"standard": "none"
}]
}, {
"name": "ZCore Testnet",
"chain": "Beach",

View File

@ -186,6 +186,7 @@
"mriver": "eip155:1285",
"mbase": "eip155:1287",
"mrock": "eip155:1288",
"cennz-a": "eip155:1337",
"cate": "eip155:1618",
"ath": "eip155:1620",
"bta": "eip155:1657",
@ -201,6 +202,8 @@
"esp": "eip155:2101",
"evanesco": "eip155:2213",
"ktoc": "eip155:2559",
"cennz-r": "eip155:3000",
"cennz-n": "eip155:3001",
"zcrbeach": "eip155:3331",
"w3q-t": "eip155:3333",
"w3q-g": "eip155:3334",