@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 745 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.testnet.aurora.dev/api",
"family": "blockscout",
"name": "auroratestnetscan",
"url": "https://explorer.testnet.aurora.dev"
}
],
"chainId": 1313161555,
"deployer": {
"name": "JunayedMh",
"url": "https://github.com/JunayedMh"
},
"displayName": "Aurora Testnet",
"domainId": 1313161555,
"isTestnet": true,
"name": "auroratestnet",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "AETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://testnet.aurora.dev"
}
]
};