@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
41 lines • 758 B
JSON
{
"availability": {
"reasons": [
"unavailable"
],
"status": "disabled"
},
"blockExplorers": [
{
"apiUrl": "https://www.teloscan.io/api",
"family": "other",
"name": "Teloscan",
"url": "https://www.teloscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": "finalized"
},
"chainId": 40,
"displayName": "Telos EVM",
"domainId": 40,
"gasCurrencyCoinGeckoId": "telos",
"name": "telos",
"nativeToken": {
"decimals": 18,
"name": "Telos",
"symbol": "TLOS"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.telos.net"
},
{
"http": "https://telos.drpc.org"
}
],
"technicalStack": "other"
}