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@8ebc4e5859 🚀
This commit is contained in:
parent
4637fab87c
commit
9b322e1e92
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1051,6 +1051,19 @@
|
|||
"rpc": ["https://rpc.latam-blockchain.com", "wss://ws.latam-blockchain.com"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 199,
|
||||
|
|
|
@ -1389,6 +1389,26 @@
|
|||
"shortName": "resil",
|
||||
"chainId": 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",
|
||||
"chain": "BTTC",
|
||||
|
|
|
@ -80,6 +80,7 @@
|
|||
"pht": "eip155:163",
|
||||
"hoosmartchain": "eip155:170",
|
||||
"resil": "eip155:172",
|
||||
"Seele": "eip155:186",
|
||||
"BTT": "eip155:199",
|
||||
"aox": "eip155:200",
|
||||
"EDI": "eip155:211",
|
||||
|
|
Loading…
Reference in New Issue
Block a user