@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
35 lines (34 loc) • 811 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://tenetscan.io/api",
"family": "other",
"name": "Tenet Explorer",
"url": "https://tenetscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 4,
"reorgPeriod": 0
},
"chainId": 1559,
"displayName": "Tenet",
"domainId": 1559,
"gasCurrencyCoinGeckoId": "tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9",
"name": "tenet",
"nativeToken": {
"decimals": 18,
"name": "Tenet",
"symbol": "TENET"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.tenet.org"
},
{
"http": "https://tenet-evm.publicnode.com"
}
]
};