@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
31 lines (30 loc) • 738 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://testnet.mitosiscan.xyz/api",
"family": "routescan",
"name": "Mitosis Testnet Scan",
"url": "https://testnet.mitosiscan.xyz"
}
],
"chainId": 124832,
"deployer": {
"name": "JunayedMh",
"url": "https://github.com/JunayedMh"
},
"displayName": "Mitosis Testnet",
"domainId": 124832,
"isTestnet": true,
"name": "mitosistestnet",
"nativeToken": {
"decimals": 18,
"name": "mitosis",
"symbol": "mito"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://rpc.testnet.mitosis.org"
}
]
};