mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
bda9b21b6c
commit
bf6c22e4f2
|
@ -12,12 +12,12 @@
|
||||||
"shortName": "FNCY",
|
"shortName": "FNCY",
|
||||||
"chainId": 73,
|
"chainId": 73,
|
||||||
"networkId": 73,
|
"networkId": 73,
|
||||||
"icon": "ethereum",
|
"icon": "fncy",
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "fncy scan",
|
"name": "fncy scan",
|
||||||
"url": "https://fncyscan.fncy.world",
|
"url": "https://fncyscan.fncy.world",
|
||||||
"icon": "ethereum",
|
"icon": "fncy",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
24
_data/chains/eip155-923018.json
Normal file
24
_data/chains/eip155-923018.json
Normal 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
8
_data/icons/fncy.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmfXCh6UnaEHn3Evz7RFJ3p2ggJBRm9hunDHegeoquGuhD",
|
||||||
|
"width": 256,
|
||||||
|
"height": 256,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user