@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 739 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://api-holesky.fraxscan.com/api",
"family": "etherscan",
"name": "Fraxtal Testnet Explorer",
"url": "https://holesky.fraxscan.com/"
}
],
"chainId": 2522,
"deployer": {
"name": "guy93354",
"url": "https://github.com/guy93354"
},
"displayName": "Fraxtal Testnet",
"domainId": 2522,
"isTestnet": true,
"name": "fraxtaltestnet",
"nativeToken": {
"decimals": 18,
"name": "Frax Ether",
"symbol": "frxETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.testnet.frax.com"
}
]
};