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

This commit is contained in:
ligi 2022-11-02 02:17:02 +00:00
parent 7852067856
commit 3cb89340c5
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-73.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "FNCY",
"chain": "FNCY",
"rpc": ["https://fncy-seed1.fncy.world"],
"faucets": ["https://faucet-testnet.fncy.world"],
"nativeCurrency": {
"name": "FNCY",
"symbol": "FNCY",
"decimals": 18
},
"infoURL": "https://fncyscan.fncy.world",
"shortName": "FNCY",
"chainId": 73,
"networkId": 73,
"icon": "ethereum",
"explorers": [
{
"name": "fncy scan",
"url": "https://fncyscan.fncy.world",
"icon": "ethereum",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -882,6 +882,19 @@
"rpc": ["https://testnet-http.dxchain.com"], "rpc": ["https://testnet-http.dxchain.com"],
"faucets": ["https://faucet.dxscan.io"], "faucets": ["https://faucet.dxscan.io"],
"infoURL": "https://testnet.dxscan.io/" "infoURL": "https://testnet.dxscan.io/"
}, {
"name": "FNCY",
"chainId": 73,
"shortName": "FNCY",
"networkId": 73,
"nativeCurrency": {
"name": "FNCY",
"symbol": "FNCY",
"decimals": 18
},
"rpc": ["https://fncy-seed1.fncy.world"],
"faucets": ["https://faucet-testnet.fncy.world"],
"infoURL": "https://fncyscan.fncy.world"
}, { }, {
"name": "IDChain Mainnet", "name": "IDChain Mainnet",
"chainId": 74, "chainId": 74,

View File

@ -1223,6 +1223,27 @@
"shortName": "dxc", "shortName": "dxc",
"chainId": 72, "chainId": 72,
"networkId": 72 "networkId": 72
}, {
"name": "FNCY",
"chain": "FNCY",
"rpc": ["https://fncy-seed1.fncy.world"],
"faucets": ["https://faucet-testnet.fncy.world"],
"nativeCurrency": {
"name": "FNCY",
"symbol": "FNCY",
"decimals": 18
},
"infoURL": "https://fncyscan.fncy.world",
"shortName": "FNCY",
"chainId": 73,
"networkId": 73,
"icon": "ethereum",
"explorers": [{
"name": "fncy scan",
"url": "https://fncyscan.fncy.world",
"icon": "ethereum",
"standard": "EIP3091"
}]
}, { }, {
"name": "IDChain Mainnet", "name": "IDChain Mainnet",
"chain": "IDChain", "chain": "IDChain",

View File

@ -67,6 +67,7 @@
"hsc": "eip155:70", "hsc": "eip155:70",
"cfxtest": "eip155:71", "cfxtest": "eip155:71",
"dxc": "eip155:72", "dxc": "eip155:72",
"FNCY": "eip155:73",
"idchain": "eip155:74", "idchain": "eip155:74",
"mix": "eip155:76", "mix": "eip155:76",
"spoa": "eip155:77", "spoa": "eip155:77",