forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GrokChain Mainnet (ethereum-lists#3927)
* 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
1 parent
271bc22
commit 2c0cf71
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreicepw6yqtmubtpcthecjx47ndwgywartfqnkdhf66k3q57h2hlewm", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |