@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 748 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://sepolia.explorer.zora.energy/api",
"family": "blockscout",
"name": "Zora Testnet Explorer",
"url": "https://sepolia.explorer.zora.energy/"
}
],
"chainId": 999999999,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Zora Testnet",
"domainId": 999999999,
"isTestnet": true,
"name": "zoratestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia.rpc.zora.energy"
}
]
};