chains/_data/eip155-11119.json
Giuseppe Bertone d75440572d
moved eip155-1119.json into the _data folder; (#2285)
Signed-off-by: Giuseppe Bertone <giuseppe.bertone@swirldslabs.com>
2023-02-16 16:35:09 +01:00

28 lines
598 B
JSON

{
"name": "HashBit Mainnet",
"chain": "HBIT",
"icon": "chain_hbit",
"network": "mainnet",
"rpc": [
"https://mainnet-rpc.hashbit.org",
"https://rpc.hashbit.org"
],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": {
"name": "HashBit Native Token",
"symbol": "HBIT",
"decimals": 18
},
"infoURL": "https://hashbit.org",
"shortName": "hbit",
"chainId": 11119,
"networkId": 11119,
"explorers": [
{
"name": "hashbitscan",
"url": "https://explorer.hashbit.org",
"standard": "EIP3091"
}
]
}