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

This commit is contained in:
ligi 2021-11-03 13:35:21 +00:00
parent 4637fab87c
commit 9b322e1e92
5 changed files with 36 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

@ -1051,6 +1051,19 @@
"rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"], "rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"],
"faucets": ["https://faucet.latam-blockchain.com"], "faucets": ["https://faucet.latam-blockchain.com"],
"infoURL": "https://latam-blockchain.com" "infoURL": "https://latam-blockchain.com"
}, {
"name": "Seele Mainnet",
"chainId": 186,
"shortName": "Seele",
"networkId": 186,
"nativeCurrency": {
"name": "Seele",
"symbol": "Seele",
"decimals": 18
},
"rpc": ["https://rpc.seelen.pro/"],
"faucets": [],
"infoURL": "https://seelen.pro/"
}, { }, {
"name": "BitTorrent Chain Mainnet", "name": "BitTorrent Chain Mainnet",
"chainId": 199, "chainId": 199,

View File

@ -1389,6 +1389,26 @@
"shortName": "resil", "shortName": "resil",
"chainId": 172, "chainId": 172,
"networkId": 172 "networkId": 172
}, {
"name": "Seele Mainnet",
"chain": "Seele",
"network": "mainnet",
"rpc": ["https://rpc.seelen.pro/"],
"faucets": [],
"nativeCurrency": {
"name": "Seele",
"symbol": "Seele",
"decimals": 18
},
"infoURL": "https://seelen.pro/",
"shortName": "Seele",
"chainId": 186,
"networkId": 186,
"explorers": [{
"name": "seeleview",
"url": "https://seeleview.net/",
"standard": "none"
}]
}, { }, {
"name": "BitTorrent Chain Mainnet", "name": "BitTorrent Chain Mainnet",
"chain": "BTTC", "chain": "BTTC",

View File

@ -80,6 +80,7 @@
"pht": "eip155:163", "pht": "eip155:163",
"hoosmartchain": "eip155:170", "hoosmartchain": "eip155:170",
"resil": "eip155:172", "resil": "eip155:172",
"Seele": "eip155:186",
"BTT": "eip155:199", "BTT": "eip155:199",
"aox": "eip155:200", "aox": "eip155:200",
"EDI": "eip155:211", "EDI": "eip155:211",