@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
39 lines (38 loc) • 911 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer-test.arthera.net/api",
"family": "blockscout",
"name": "Blockscout",
"url": "https://explorer-test.arthera.net"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 1,
"reorgPeriod": 0
},
"chainId": 10243,
"deployer": {
"name": "Arthera",
"url": "https://www.arthera.net"
},
"displayName": "Arthera Testnet",
"domainId": 10243,
"isTestnet": true,
"name": "artheratestnet",
"nativeToken": {
"decimals": 18,
"name": "Arthera",
"symbol": "AA"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc-test.arthera.net",
"pagination": {
"maxBlockRange": 10000
}
}
]
};