mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
516 B
JSON
23 lines
516 B
JSON
{
|
|
"name": "Harmony Mainnet Shard 0",
|
|
"chain": "Harmony",
|
|
"rpc": [
|
|
"https://api.harmony.one"
|
|
],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
|
"nativeCurrency": {
|
|
"name": "ONE",
|
|
"symbol": "ONE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.harmony.one/",
|
|
"shortName": "hmy-s0",
|
|
"chainId": 1666600000,
|
|
"networkId": 1666600000,
|
|
"explorers": [{
|
|
"name": "Harmony Block Explorer",
|
|
"url": "https://explorer.harmony.one",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|