@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
41 lines (40 loc) • 1.01 kB
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://fetascan.xyz/api",
"family": "blockscout",
"name": "Fetascan",
"url": "https://fetascan.xyz"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 30,
"reorgPeriod": 1
},
"chainId": 383353,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "CheeseChain",
"domainId": 383353,
"gasCurrencyCoinGeckoId": "cheese-2",
"gnosisSafeTransactionServiceUrl": "https://prod.cheese.transaction.keypersafe.xyz/",
"index": {
"from": 50650
},
"name": "cheesechain",
"nativeToken": {
"decimals": 18,
"name": "Cheese",
"symbol": "CHEESE"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://cheesechain.calderachain.xyz/http"
}
],
"technicalStack": "arbitrumnitro"
};