@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
32 lines (31 loc) • 790 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://explorer.sepolia.era.zksync.dev/contract_verification",
"family": "etherscan",
"name": "zkSync Sepolia Explorer",
"url": "https://sepolia.explorer.zksync.io"
}
],
"chainId": 300,
"deployer": {
"name": "txFusion",
"url": "https://txfusion.io"
},
"displayName": "zkSync Sepolia Testnet",
"domainId": 300,
"isTestnet": true,
"name": "zksyncsepolia",
"nativeToken": {
"decimals": 18,
"name": "Ether",
"symbol": "ETH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://sepolia.era.zksync.dev"
}
],
"technicalStack": "zksync"
};