From f38d92b84a8fd86ad116edd79e85344332d0b39d Mon Sep 17 00:00:00 2001 From: 0xcuonghx <100658449+cuonghx1108@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:30:29 +0700 Subject: [PATCH] Update eip155-81.json with Japan Open Chain Mainnet (#3222) * Add Japan Open Chain Mainnet * fix prettier --------- Co-authored-by: Hidekazu Kondo --- _data/chains/eip155-81.json | 30 ++++++++++++++++++------------ _data/icons/joc.json | 8 ++++++++ 2 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 _data/icons/joc.json diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json index adbac46f44f7..b89f28ab406c 100644 --- a/_data/chains/eip155-81.json +++ b/_data/chains/eip155-81.json @@ -1,22 +1,28 @@ { - "name": "Zenith Testnet (Vilnius)", - "chain": "Zenith", - "rpc": ["https://vilnius.zenithchain.co/http"], - "faucets": ["https://faucet.zenithchain.co/"], + "name": "Japan Open Chain Mainnet", + "chain": "JOC", + "rpc": [ + "https://rpc-1.japanopenchain.org:8545", + "https://rpc-2.japanopenchain.org:8545" + ], + "faucets": [], "nativeCurrency": { - "name": "Vilnius", - "symbol": "VIL", + "name": "Japan Open Chain Token", + "symbol": "JOC", "decimals": 18 }, - "infoURL": "https://www.zenithchain.co/", + "infoURL": "https://www.japanopenchain.org/", + "shortName": "joc", "chainId": 81, "networkId": 81, - "shortName": "VIL", + "icon": "joc", "explorers": [ { - "name": "vilnius scan", - "url": "https://vilnius.scan.zenithchain.co", - "standard": "EIP3091" + "name": "Block Explorer", + "url": "https://explorer.japanopenchain.org", + "standard": "EIP3091", + "icon": "joc" } - ] + ], + "redFlags": ["reusedChainId"] } diff --git a/_data/icons/joc.json b/_data/icons/joc.json new file mode 100644 index 000000000000..47f7f8ecf641 --- /dev/null +++ b/_data/icons/joc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreidhsiuqrct42bel76zhi3rx35k4lnk6aqgde27nvvxcz563ttfefy", + "width": 2000, + "height": 2000, + "format": "png" + } +]