update fncy chian logo and add testnet fncy chain (#1823)

* 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>
This commit is contained in:
MetaverseWorldInc 2022-11-06 00:57:39 +09:00 committed by GitHub
parent bda9b21b6c
commit bf6c22e4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 2 deletions

View File

@ -12,12 +12,12 @@
"shortName": "FNCY",
"chainId": 73,
"networkId": 73,
"icon": "ethereum",
"icon": "fncy",
"explorers": [
{
"name": "fncy scan",
"url": "https://fncyscan.fncy.world",
"icon": "ethereum",
"icon": "fncy",
"standard": "EIP3091"
}
]

View File

@ -0,0 +1,24 @@
{
"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"
}
]
}

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

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