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@9a20ce5973 🚀
This commit is contained in:
parent
4eee6d70d1
commit
43c0ecc57b
File diff suppressed because one or more lines are too long
26
chains/eip155-5177.json
Normal file
26
chains/eip155-5177.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "TLChain Network Mainnet",
|
||||
"chain": "TLC",
|
||||
"icon": "tlc",
|
||||
"rpc": [
|
||||
"https://mainnet-rpc.tlxscan.com/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TLChain Network",
|
||||
"symbol": "TLC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tlchain.network/",
|
||||
"shortName": "tlc",
|
||||
"chainId": 5177,
|
||||
"networkId": 5177,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "TLChain Explorer",
|
||||
"url": "https://explorer.tlchain.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
|
@ -3378,6 +3378,19 @@
|
|||
"rpc": ["https://rpc.venidium.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://venidium.io"
|
||||
}, {
|
||||
"name": "TLChain Network Mainnet",
|
||||
"chainId": 5177,
|
||||
"shortName": "tlc",
|
||||
"networkId": 5177,
|
||||
"nativeCurrency": {
|
||||
"name": "TLChain Network",
|
||||
"symbol": "TLC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet-rpc.tlxscan.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tlchain.network/"
|
||||
}, {
|
||||
"name": "EraSwap Mainnet",
|
||||
"chainId": 5197,
|
||||
|
|
|
@ -4717,6 +4717,26 @@
|
|||
"url": "https://evm.venidiumexplorer.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "TLChain Network Mainnet",
|
||||
"chain": "TLC",
|
||||
"icon": "tlc",
|
||||
"rpc": ["https://mainnet-rpc.tlxscan.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TLChain Network",
|
||||
"symbol": "TLC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tlchain.network/",
|
||||
"shortName": "tlc",
|
||||
"chainId": 5177,
|
||||
"networkId": 5177,
|
||||
"explorers": [{
|
||||
"name": "TLChain Explorer",
|
||||
"url": "https://explorer.tlchain.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "EraSwap Mainnet",
|
||||
"chain": "ESN",
|
||||
|
|
9
icons/tlc.json
Normal file
9
icons/tlc.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmaR5TsgnWSjLys6wGaciKUbc5qYL3Es4jtgQcosVqDWR3",
|
||||
"width":2048,
|
||||
"height":2048,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
||||
|
|
@ -259,6 +259,7 @@
|
|||
"iotex-testnet": "eip155:4690",
|
||||
"txvm": "eip155:4918",
|
||||
"xvm": "eip155:4919",
|
||||
"tlc": "eip155:5177",
|
||||
"es": "eip155:5197",
|
||||
"UZMI": "eip155:5315",
|
||||
"Nahmii": "eip155:5551",
|
||||
|
|
Loading…
Reference in New Issue
Block a user