mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@ebf38f0d9b 🚀
This commit is contained in:
parent
43c0ecc57b
commit
f75e2de0c3
File diff suppressed because one or more lines are too long
22
chains/eip155-193.json
Normal file
22
chains/eip155-193.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Crypto Emergency",
|
||||
"chain": "CEM",
|
||||
"rpc": [
|
||||
"https://cemchain.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto Emergency",
|
||||
"symbol": "CEM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cemblockchain.com/",
|
||||
"shortName": "cem",
|
||||
"chainId": 193,
|
||||
"networkId": 193,
|
||||
"explorers": [{
|
||||
"name": "cemscan",
|
||||
"url": "https://cemscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1480,6 +1480,19 @@
|
|||
"rpc": ["https://testnet.bmcchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://bmc.bytom.io/"
|
||||
}, {
|
||||
"name": "Crypto Emergency",
|
||||
"chainId": 193,
|
||||
"shortName": "cem",
|
||||
"networkId": 193,
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto Emergency",
|
||||
"symbol": "CEM",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://cemchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cemblockchain.com/"
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chainId": 199,
|
||||
|
|
|
@ -2040,6 +2040,25 @@
|
|||
"url": "https://bmctestnet.blockmeta.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Crypto Emergency",
|
||||
"chain": "CEM",
|
||||
"rpc": ["https://cemchain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto Emergency",
|
||||
"symbol": "CEM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cemblockchain.com/",
|
||||
"shortName": "cem",
|
||||
"chainId": 193,
|
||||
"networkId": 193,
|
||||
"explorers": [{
|
||||
"name": "cemscan",
|
||||
"url": "https://cemscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "BitTorrent Chain Mainnet",
|
||||
"chain": "BTTC",
|
||||
|
|
8
icons/cem.json
Normal file
8
icons/cem.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv",
|
||||
"width": 206,
|
||||
"height": 206,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv
Normal file
BIN
iconsDownload/QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
|
@ -113,6 +113,7 @@
|
|||
"Seele": "eip155:186",
|
||||
"BMC": "eip155:188",
|
||||
"BMCT": "eip155:189",
|
||||
"cem": "eip155:193",
|
||||
"BTT": "eip155:199",
|
||||
"aox": "eip155:200",
|
||||
"EDI": "eip155:211",
|
||||
|
|
Loading…
Reference in New Issue
Block a user