@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
36 lines (35 loc) • 870 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://unichain-sepolia.blockscout.com/api",
"family": "blockscout",
"name": "Unichain Sepolia Testnet Explorer",
"url": "https://unichain-sepolia.blockscout.com"
}
],
"blocks": {
"confirmations": 3,
"estimateBlockTime": 1,
"reorgPeriod": 1
},
"chainId": 1301,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Unichain Testnet",
"domainId": 1301,
"isTestnet": true,
"name": "unichaintestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia.unichain.org"
}
]
};