From 9fcd3c0999f8f2482aa443189095af2cf89170b3 Mon Sep 17 00:00:00 2001 From: AK Date: Thu, 19 Dec 2024 11:54:08 -0500 Subject: [PATCH] added japan open chain (#32) * added japan open chain * bumped version # --- package.json | 2 +- registry/eip155/joc.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 registry/eip155/joc.json diff --git a/package.json b/package.json index 7f5761b..8be0358 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.6.17", + "version": "0.6.18", "private": true, "type": "module", "scripts": { diff --git a/registry/eip155/joc.json b/registry/eip155/joc.json new file mode 100644 index 0000000..352c6fb --- /dev/null +++ b/registry/eip155/joc.json @@ -0,0 +1,32 @@ +{ + "id": "joc", + "shortName": "JOC", + "fullName": "Japan Open Chain Mainnet", + "aliases": ["evm-81", "joc-mainnet"], + "caip2Id": "eip155:81", + "graphNode": { "protocol": "ethereum" }, + "explorerUrls": ["https://explorer.japanopenchain.org"], + "rpcUrls": [ + "https://rpc-1.japanopenchain.org:8545", + "https://rpc-2.japanopenchain.org:8545", + "https://rpc-3.japanopenchain.org" + ], + "apiUrls": [ + { "url": "https://explorer.japanopenchain.org/api", "kind": "etherscan" } + ], + "services": { "subgraphs": ["https://api.studio.thegraph.com/deploy"] }, + "networkType": "mainnet", + "issuanceRewards": false, + "nativeToken": "JOC", + "docsUrl": "https://www.japanopenchain.org/en/developer/", + "genesis": { + "hash": "0x1b54bfa6846a13aacc57066840ec10d1b74b06870539bbc8a3d1b19bdc566733", + "height": 0 + }, + "firehose": { + "blockType": "sf.ethereum.type.v2.Block", + "evmExtendedModel": false, + "bufUrl": "https://buf.build/streamingfast/firehose-ethereum", + "bytesEncoding": "hex" + } +}