From e25984a46f3bc2870c65d6549117267b3c642f53 Mon Sep 17 00:00:00 2001 From: iChain <143358269+iChainBlock@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:45:26 +0300 Subject: [PATCH] Add iChain Testnet (#5307) * Add files via upload Add iChain Logo * Create eip155-3645.json Add iChain Testnet * Update eip155-3639.json Add iChain icon logo * Update eip155-3645.json update explorer * Update eip155-3645.json * Update eip155-3645.json edit short name --- _data/chains/eip155-3639.json | 1 + _data/chains/eip155-3645.json | 23 +++++++++++++++++++++++ _data/icons/iChain.json | 8 ++++++++ 3 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-3645.json create mode 100644 _data/icons/iChain.json diff --git a/_data/chains/eip155-3639.json b/_data/chains/eip155-3639.json index b20ebb416026..05a802788693 100644 --- a/_data/chains/eip155-3639.json +++ b/_data/chains/eip155-3639.json @@ -1,6 +1,7 @@ { "name": "iChain Network", "chain": "iChain", + "icon": "iChain", "rpc": ["https://rpc.ichainscan.com"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-3645.json b/_data/chains/eip155-3645.json new file mode 100644 index 000000000000..d316e1efa1d4 --- /dev/null +++ b/_data/chains/eip155-3645.json @@ -0,0 +1,23 @@ +{ + "name": "iChain Testnet", + "chain": "iChain Testnet", + "icon": "iChain", + "rpc": ["https://istanbul.ichainscan.com"], + "faucets": [], + "nativeCurrency": { + "name": "ISLAMICOIN", + "symbol": "ISLAMI", + "decimals": 18 + }, + "infoURL": "https://islamicoin.finance", + "shortName": "ISLAMIT", + "chainId": 3645, + "networkId": 3645, + "explorers": [ + { + "name": "iChainscan", + "url": "https://test.ichainscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/iChain.json b/_data/icons/iChain.json new file mode 100644 index 000000000000..62012d1dabda --- /dev/null +++ b/_data/icons/iChain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcumhDxUyoLTHkcMKgPqkpGnnjwSTqE2KGFnDXXFY8mMo", + "width": 40, + "height": 38, + "format": "png" + } +]