mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "YuanChain Mainnet",
|
|
"chain": "YCC",
|
|
"rpc": ["https://mainnet.yuan.org/eth"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "YCC",
|
|
"symbol": "YCC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.yuan.org",
|
|
"shortName": "ycc",
|
|
"chainId": 3999,
|
|
"networkId": 3999,
|
|
"icon": "ycc",
|
|
"explorers": [
|
|
{
|
|
"name": "YuanChain Explorer",
|
|
"url": "https://mainnet.yuan.org",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|