Skip to content

Commit

Permalink
added japan open chain (#32)
Browse files Browse the repository at this point in the history
* added japan open chain

* bumped version #
  • Loading branch information
alinobrasil authored Dec 19, 2024
1 parent 5bc3159 commit 9fcd3c0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.17",
"version": "0.6.18",
"private": true,
"type": "module",
"scripts": {
Expand Down
32 changes: 32 additions & 0 deletions registry/eip155/joc.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 9fcd3c0

Please sign in to comment.