Skip to content

Commit

Permalink
Add GrokChain Mainnet (ethereum-lists#3927)
Browse files Browse the repository at this point in the history
* Create eip155-72992.json

Add grokchain mainnet

* Create grokicon.json

add grokicon

* Update eip155-72992.json

Updated

* Update eip155-72992.json

Updated shortname

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
Grokchain2023 and ligi authored Dec 12, 2023
1 parent 271bc22 commit 2c0cf71
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-72992.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Grok Chain Mainnet",
"chain": "Grok",
"icon": "grokicon",
"rpc": ["https://mainnet-rpc.grokchain.dev"],
"faucets": [],
"nativeCurrency": {
"name": "Groc",
"symbol": "GROC",
"decimals": 18
},
"infoURL": "https://grokchain.dev",
"shortName": "GrokChain",
"chainId": 72992,
"networkId": 72992,
"explorers": [
{
"name": "GrokScan",
"url": "https://mainnet-explorer.grokchain.dev",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/grokicon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreicepw6yqtmubtpcthecjx47ndwgywartfqnkdhf66k3q57h2hlewm",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 2c0cf71

Please sign in to comment.