@fuel-infrastructure/fuel-hyperlane-registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
39 lines (38 loc) • 869 B
JavaScript
export const metadata = {
"blockExplorers": [
{
"apiUrl": "https://smartscout.cash/api",
"family": "blockscout",
"name": "SmartBCH Explorer",
"url": "https://smartscout.cash"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 15
},
"chainId": 10000,
"deployer": {
"name": "Goblins Cash",
"url": "https://goblins.cash"
},
"displayName": "Smartbch",
"domainId": 10000,
"isTestnet": false,
"name": "smartbch",
"nativeToken": {
"decimals": 18,
"name": "BCH",
"symbol": "BCH"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://smartbch.greyh.at"
},
{
"http": "https://rpc.smartbch.org"
}
]
};