mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add FNCY Chain * eip155-73.json prettier * update fncy chain logo and add testnet fncy chain * update fncy chain logo and add testnet fncy chain : run prettier * update fncy chain logo and add testnet fncy chain : run prettier * update fncy chain logo and add testnet fncy chain : build error --> shortname not unique Co-authored-by: hoo0512 <hoo0512@nm-metaworld.com> Co-authored-by: ligi <ligi@ligi.de>
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"name": "FNCY Testnet",
|
|
"chain": "FNCY",
|
|
"rpc": ["https://fncy-testnet-seed.fncy.world"],
|
|
"faucets": ["https://faucet-testnet.fncy.world"],
|
|
"nativeCurrency": {
|
|
"name": "FNCY",
|
|
"symbol": "FNCY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://fncyscan-testnet.fncy.world",
|
|
"shortName": "tFNCY",
|
|
"chainId": 923018,
|
|
"networkId": 923018,
|
|
"icon": "fncy",
|
|
"explorers": [
|
|
{
|
|
"name": "fncy scan testnet",
|
|
"url": "https://fncyscan-testnet.fncy.world",
|
|
"icon": "fncy",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|