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

This commit is contained in:
ligi 2022-06-15 10:41:20 +00:00
parent 43c0ecc57b
commit f75e2de0c3
8 changed files with 65 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-193.json Normal file
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmeNYqxR4nEk1v3DBXY3gjzYC1MSNCTmRvmjZ72inyzCFv",
"width": 206,
"height": 206,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -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",