@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 714 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://testnet.modescan.io/api",
"family": "etherscan",
"name": "Mode Testnet Explorer",
"url": "https://testnet.modescan.io/"
}
],
"chainId": 919,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Mode Testnet",
"domainId": 919,
"isTestnet": true,
"name": "modetestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia.mode.network"
}
]
};