From bf6c22e4f21ef1f483165d3e175794fdd42d6927 Mon Sep 17 00:00:00 2001 From: MetaverseWorldInc <114467569+MetaverseWorldInc@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:57:39 +0900 Subject: [PATCH] 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 Co-authored-by: ligi --- _data/chains/eip155-73.json | 4 ++-- _data/chains/eip155-923018.json | 24 ++++++++++++++++++++++++ _data/icons/fncy.json | 8 ++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 _data/chains/eip155-923018.json create mode 100644 _data/icons/fncy.json diff --git a/_data/chains/eip155-73.json b/_data/chains/eip155-73.json index 5b438a56..4205f2fc 100644 --- a/_data/chains/eip155-73.json +++ b/_data/chains/eip155-73.json @@ -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" } ] diff --git a/_data/chains/eip155-923018.json b/_data/chains/eip155-923018.json new file mode 100644 index 00000000..fd2ead65 --- /dev/null +++ b/_data/chains/eip155-923018.json @@ -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" + } + ] +} diff --git a/_data/icons/fncy.json b/_data/icons/fncy.json new file mode 100644 index 00000000..1673523e --- /dev/null +++ b/_data/icons/fncy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfXCh6UnaEHn3Evz7RFJ3p2ggJBRm9hunDHegeoquGuhD", + "width": 256, + "height": 256, + "format": "png" + } +]