@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
27 lines (26 loc) • 690 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://sepolia-testnet-explorer.mintchain.io/api/v2/",
"family": "blockscout",
"name": "Mint Sepolia Testnet explorer",
"url": "https://sepolia-testnet-explorer.mintchain.io"
}
],
"chainId": 1687,
"displayName": "Mint Sepolia Testnet",
"domainId": 1687,
"isTestnet": true,
"name": "mintsepoliatest",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia-testnet-rpc.mintchain.io"
}
]
};