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@65d7b7c5e9 🚀
This commit is contained in:
parent
c056fc4566
commit
fcbb71d37d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user