@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
43 lines • 902 B
JSON
{
"blockExplorers": [
{
"apiUrl": "https://api-sepolia.arbiscan.io/api",
"family": "etherscan",
"name": "Arbiscan",
"url": "https://sepolia.arbiscan.io"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 0
},
"chainId": 421614,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Arbitrum Sepolia",
"domainId": 421614,
"gasCurrencyCoinGeckoId": "ethereum",
"index": {
"from": 49690504
},
"isTestnet": true,
"name": "arbitrumsepolia",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://arbitrum-sepolia.blockpi.network/v1/rpc/public"
},
{
"http": "https://sepolia-rollup.arbitrum.io/rpc"
}
],
"technicalStack": "arbitrumnitro"
}