@hyperlane-xyz/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
30 lines • 614 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api-sepolia.mantlescan.xyz/api",
"family": "etherscan",
"name": "Mantle Testnet Explorer",
"url": "https://sepolia.mantlescan.xyz"
}
],
"chainId": 5003,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Mantle Sepolia",
"domainId": 5003,
"isTestnet": true,
"name": "mantlesepolia",
"nativeToken": {
"decimals": 18,
"name": "Mantle",
"symbol": "MNT"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.sepolia.mantle.xyz"
}
]
}