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

This commit is contained in:
ligi 2022-02-22 07:03:27 +00:00
parent fcbb71d37d
commit 076e3a6c24
5 changed files with 44 additions and 4 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

@ -2585,6 +2585,19 @@
"rpc": ["https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546"], "rpc": ["https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546"],
"faucets": ["https://faucet.hazlor.com"], "faucets": ["https://faucet.hazlor.com"],
"infoURL": "https://hazlor.com" "infoURL": "https://hazlor.com"
}, {
"name": "Teleport",
"chainId": 8000,
"shortName": "teleport",
"networkId": 8000,
"nativeCurrency": {
"name": "Tele",
"symbol": "TELE",
"decimals": 18
},
"rpc": ["https://evm-rpc.teleport.network"],
"faucets": [],
"infoURL": "https://teleport.network"
}, { }, {
"name": "Teleport Testnet", "name": "Teleport Testnet",
"chainId": 8001, "chainId": 8001,
@ -2597,7 +2610,7 @@
}, },
"rpc": ["https://evm-rpc.testnet.teleport.network"], "rpc": ["https://evm-rpc.testnet.teleport.network"],
"faucets": ["https://chain-docs.teleport.network/testnet/faucet.html"], "faucets": ["https://chain-docs.teleport.network/testnet/faucet.html"],
"infoURL": "https://teleport.network/" "infoURL": "https://teleport.network"
}, { }, {
"name": "MDGL Testnet", "name": "MDGL Testnet",
"chainId": 8029, "chainId": 8029,

View File

@ -3496,6 +3496,32 @@
"url": "https://explorer.hazlor.com", "url": "https://explorer.hazlor.com",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Teleport",
"chain": "Teleport",
"rpc": ["https://evm-rpc.teleport.network"],
"faucets": [],
"nativeCurrency": {
"name": "Tele",
"symbol": "TELE",
"decimals": 18
},
"infoURL": "https://teleport.network",
"shortName": "teleport",
"chainId": 8000,
"networkId": 8000,
"icon": "teleport",
"explorers": [{
"name": "Teleport EVM Explorer (Blockscout)",
"url": "https://evm-explorer.teleport.network",
"standard": "none",
"icon": "teleport"
}, {
"name": "Teleport Cosmos Explorer (Big Dipper)",
"url": "https://explorer.teleport.network",
"standard": "none",
"icon": "teleport"
}]
}, { }, {
"name": "Teleport Testnet", "name": "Teleport Testnet",
"chain": "Teleport", "chain": "Teleport",
@ -3506,7 +3532,7 @@
"symbol": "TELE", "symbol": "TELE",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://teleport.network/", "infoURL": "https://teleport.network",
"shortName": "teleport-testnet", "shortName": "teleport-testnet",
"chainId": 8001, "chainId": 8001,
"networkId": 8001, "networkId": 8001,

View File

@ -198,6 +198,7 @@
"pixie-chain": "eip155:6626", "pixie-chain": "eip155:6626",
"shyft": "eip155:7341", "shyft": "eip155:7341",
"tscas": "eip155:7878", "tscas": "eip155:7878",
"teleport": "eip155:8000",
"teleport-testnet": "eip155:8001", "teleport-testnet": "eip155:8001",
"mdgl": "eip155:8029", "mdgl": "eip155:8029",
"GeneChainAdn": "eip155:8080", "GeneChainAdn": "eip155:8080",