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

This commit is contained in:
ligi 2022-02-21 16:30:01 +00:00
parent c056fc4566
commit fcbb71d37d
5 changed files with 42 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

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

View File

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

View File

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