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

This commit is contained in:
ligi 2022-06-12 14:16:48 +00:00
parent ad005fc250
commit e0cd74a3aa
5 changed files with 38 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

@ -4561,6 +4561,19 @@
"rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007"], "rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007"],
"faucets": [], "faucets": [],
"infoURL": "https://www.quarkchain.io" "infoURL": "https://www.quarkchain.io"
}, {
"name": "Crystaleum",
"chainId": 103090,
"shortName": "CRFI",
"networkId": 1,
"nativeCurrency": {
"name": "CRFI",
"symbol": "◈",
"decimals": 18
},
"rpc": ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"],
"faucets": [],
"infoURL": "https://crystaleum.org"
}, { }, {
"name": "BROChain Mainnet", "name": "BROChain Mainnet",
"chainId": 108801, "chainId": 108801,

View File

@ -6441,6 +6441,28 @@
"url": "https://mainnet.quarkchain.io/7", "url": "https://mainnet.quarkchain.io/7",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Crystaleum",
"chain": "crystal",
"network": "mainnet",
"rpc": ["https://evm.cryptocurrencydevs.org", "https://rpc.crystaleum.org"],
"faucets": [],
"nativeCurrency": {
"name": "CRFI",
"symbol": "◈",
"decimals": 18
},
"infoURL": "https://crystaleum.org",
"shortName": "CRFI",
"chainId": 103090,
"networkId": 1,
"icon": "crystal",
"explorers": [{
"name": "blockscout",
"url": "https://scan.crystaleum.org",
"icon": "crystal",
"standard": "EIP3091"
}]
}, { }, {
"name": "BROChain Mainnet", "name": "BROChain Mainnet",
"chain": "BRO", "chain": "BRO",

View File

@ -350,6 +350,7 @@
"qkc-s5": "eip155:100006", "qkc-s5": "eip155:100006",
"qkc-s6": "eip155:100007", "qkc-s6": "eip155:100007",
"qkc-s7": "eip155:100008", "qkc-s7": "eip155:100008",
"CRFI": "eip155:103090",
"bro": "eip155:108801", "bro": "eip155:108801",
"qkc-d-r": "eip155:110000", "qkc-d-r": "eip155:110000",
"qkc-d-s0": "eip155:110001", "qkc-d-s0": "eip155:110001",