@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 637 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://explorer.testnet.harmony.one/api/v2",
"family": "blockscout",
"name": "Harmony Testnet Explorer",
"url": "https://explorer.testnet.harmony.one/"
}
],
"chainId": 1666700000,
"deployer": {
"name": "JaunePomme",
"url": "https://github.com/JaunePomme"
},
"displayName": "Harmony Testnet",
"domainId": 1666700000,
"isTestnet": true,
"name": "harmonytestnet",
"nativeToken": {
"decimals": 18,
"name": "ONE",
"symbol": "ONE"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://api.s0.b.hmny.io"
}
]
}