@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 735 B
JavaScript
export const metadata = {
"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"
}
]
};