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" + } +]