@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.blastscan.io/api",
"family": "etherscan",
"name": "Blast Sepolia Testnet Explorer",
"url": "https://sepolia.blastscan.io/"
}
],
"chainId": 168587773,
"deployer": {
"name": "tmr",
"url": "https://t.me/netimer"
},
"displayName": "Blast Sepolia Testnet",
"domainId": 168587773,
"isTestnet": true,
"name": "blastsepolia",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia.blast.io"
}
]
};