Skip to content

Commit

Permalink
added japan open chain
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Dec 19, 2024
1 parent 5bc3159 commit ca417e2
Showing 1 changed file with 32 additions and 0 deletions.
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 ca417e2

Please sign in to comment.