Deploying to gh-pages from @ ethereum-lists/chains@f32f8cbb81 🚀

This commit is contained in:
ligi 2022-06-13 12:54:14 +00:00
parent 3d55974597
commit 2e7705466f
7 changed files with 69 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-3999.json Normal file
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"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -3248,6 +3248,19 @@
"rpc": ["https://tapi.dynoprotocol.com"], "rpc": ["https://tapi.dynoprotocol.com"],
"faucets": ["https://faucet.dynoscan.io"], "faucets": ["https://faucet.dynoscan.io"],
"infoURL": "https://dynoprotocol.com" "infoURL": "https://dynoprotocol.com"
}, {
"name": "YuanChain Mainnet",
"chainId": 3999,
"shortName": "ycc",
"networkId": 3999,
"nativeCurrency": {
"name": "YCC",
"symbol": "YCC",
"decimals": 18
},
"rpc": ["https://mainnet.yuan.org/eth"],
"faucets": [],
"infoURL": "https://www.yuan.org"
}, { }, {
"name": "Fantom Testnet", "name": "Fantom Testnet",
"chainId": 4002, "chainId": 4002,

View File

@ -4512,6 +4512,27 @@
"url": "https://testnet.dynoscan.io", "url": "https://testnet.dynoscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}]
}, { }, {
"name": "Fantom Testnet", "name": "Fantom Testnet",
"chain": "FTM", "chain": "FTM",

8
icons/ycc.json Normal file
View File

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

View File

@ -249,6 +249,7 @@
"csb": "eip155:3737", "csb": "eip155:3737",
"dyno": "eip155:3966", "dyno": "eip155:3966",
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"ycc": "eip155:3999",
"tftm": "eip155:4002", "tftm": "eip155:4002",
"aioz-testnet": "eip155:4102", "aioz-testnet": "eip155:4102",
"PHI": "eip155:4181", "PHI": "eip155:4181",