@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines (29 loc) • 680 B
JavaScript
export const metadata = {
"blocks": {
"confirmations": 1,
"estimateBlockTime": 12,
"reorgPeriod": 1
},
"chainId": 945,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Subtensor Testnet",
"domainId": 945,
"gasCurrencyCoinGeckoId": "bittensor",
"isTestnet": true,
"name": "subtensortestnet",
"nativeToken": {
"decimals": 18,
"name": "Bittensor",
"symbol": "TAO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://test.finney.opentensor.ai"
}
],
"technicalStack": "other"
};