@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 578 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://testnet.meter.io",
"family": "other",
"name": "Meter Testnet Explorer",
"url": "https://scan.meter.io/"
}
],
"chainId": 83,
"deployer": {
"name": "JaunePomme",
"url": "https://github.com/JaunePomme"
},
"displayName": "Meter testnet",
"domainId": 83,
"isTestnet": true,
"name": "metertestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpctest.meter.io"
}
]
}