mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"name": "TMY Chain",
|
|
"chain": "TMY",
|
|
"icon": "tmychain",
|
|
"rpc": ["https://node1.tmyblockchain.org/rpc"],
|
|
"faucets": ["https://faucet.tmychain.org/"],
|
|
"nativeCurrency": {
|
|
"name": "TMY",
|
|
"symbol": "TMY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://tmychain.org/",
|
|
"shortName": "tmy",
|
|
"chainId": 8768,
|
|
"networkId": 8768
|
|
}
|