* Add YCC

* Change icon url to ipfs

* Update _data/chains/eip155-3999.json

Co-authored-by: 王蕾 <wanglei@33.cn>
This commit is contained in:
mesment 2022-06-13 20:51:05 +08:00 committed by GitHub
parent a01d0aff17
commit f32f8cbb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "YuanChain Mainnet",
"chain": "YCC",
"network": "mainnet",
"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"
}]
}

8
_data/icons/ycc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4",
"width":96,
"height":96,
"format":"png"
}
]