mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add YCC (#1223)
* Add YCC * Change icon url to ipfs * Update _data/chains/eip155-3999.json Co-authored-by: 王蕾 <wanglei@33.cn>
This commit is contained in:
parent
a01d0aff17
commit
f32f8cbb81
24
_data/chains/eip155-3999.json
Normal file
24
_data/chains/eip155-3999.json
Normal 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
8
_data/icons/ycc.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmdbPhiB5W2gbHZGkYsN7i2VTKKP9casmAN2hRnpDaL9W4",
|
||||||
|
"width":96,
|
||||||
|
"height":96,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user