@taleyacun/registry
Version:
A collection of configs, artifacts, and schemas for Hyperlane
80 lines (79 loc) • 2.24 kB
JavaScript
export const chainMetadata = {
"bsc": {
"blockExplorers": [
{
"apiUrl": "https://api.bscscan.com/api",
"family": "etherscan",
"name": "BscScan",
"url": "https://bscscan.com"
}
],
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": "finalized"
},
"chainId": 56,
"deployer": {
"name": "Abacus Works",
"url": "https://www.hyperlane.xyz"
},
"displayName": "Binance Smart Chain",
"displayNameShort": "Binance",
"domainId": 56,
"gasCurrencyCoinGeckoId": "binancecoin",
"gnosisSafeTransactionServiceUrl": "https://safe-transaction-bsc.safe.global/",
"name": "bsc",
"nativeToken": {
"decimals": 18,
"name": "BNB",
"symbol": "BNB"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://binance.llamarpc.com"
},
{
"http": "https://rpc-bsc.48.club"
},
{
"http": "https://bsc.meowrpc.com"
},
{
"http": "https://bsc-rpc.publicnode.com"
},
{
"http": "https://bsc-dataseed2.bnbchain.org"
}
],
"technicalStack": "other"
},
"chronoschain": {
"blockExplorers": [
{
"apiKey": "",
"apiUrl": "https://explorer.chronoschain.xyz/api/v2",
"family": "blockscout",
"name": "chronoschain",
"url": "https://explorer.chronoschain.xyz"
}
],
"chainId": 96178,
"displayName": "Chronoschain",
"domainId": 96178,
"isTestnet": false,
"name": "chronoschain",
"nativeToken": {
"decimals": 18,
"name": "Chronoschain",
"symbol": "CHRO"
},
"protocol": "ethereum",
"rpcUrls": [
{
"http": "https://node2.chronoschain.xyz/"
}
]
}
};