@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 720 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://testnet.u2uscan.xyz/api",
"family": "blockscout",
"name": "u2uscan",
"url": "https://testnet.u2uscan.xyz"
}
],
"chainId": 2484,
"deployer": {
"name": "junayedmh",
"url": "https://github.com/JunayedMh"
},
"displayName": "U2U Testnet",
"domainId": 2484,
"isTestnet": true,
"name": "u2utestnet",
"nativeToken": {
"decimals": 18,
"name": "Union Ultra",
"symbol": "U2U"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc-nebulas-testnet.uniultra.xyz"
}
]
};