mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* update haymo testnet * Update _data/chains/eip155-234666.json Co-authored-by: ligi <ligi@ligi.de>
20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"name": "Haymo Testnet",
|
|
"chain": "tHYM",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://testnet1.haymo.network"
|
|
],
|
|
"faucets": [
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "HAYMO",
|
|
"symbol": "HYM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://haymoswap.web.app/",
|
|
"shortName": "hym",
|
|
"chainId": 234666,
|
|
"networkId": 234666
|
|
}
|