chains/_data/chains/eip155-8001.json
2022-02-22 08:00:15 +01:00

31 lines
787 B
JSON

{
"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"
}
]
}