Skip to content

Commit

Permalink
Update eip155-81.json with Japan Open Chain Mainnet (#3222)
Browse files Browse the repository at this point in the history
* Add Japan Open Chain Mainnet

* fix prettier

---------

Co-authored-by: Hidekazu Kondo <[email protected]>
  • Loading branch information
0xcuonghx and kazkondo authored Jul 26, 2023
1 parent 302adb5 commit f38d92b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
30 changes: 18 additions & 12 deletions _data/chains/eip155-81.json
Original file line number Diff line number Diff line change
@@ -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"]
}
8 changes: 8 additions & 0 deletions _data/icons/joc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreidhsiuqrct42bel76zhi3rx35k4lnk6aqgde27nvvxcz563ttfefy",
"width": 2000,
"height": 2000,
"format": "png"
}
]

0 comments on commit f38d92b

Please sign in to comment.