Skip to content

Commit

Permalink
Add Ham chain (ethereum-lists#5203)
Browse files Browse the repository at this point in the history
* Add Ham chain

* add parent obj

* revert parent obj as L3 type is not allowed

* Update eip155-5112.json
  • Loading branch information
gustavoguimaraes authored and besated committed Jun 12, 2024
1 parent 3ea8e84 commit 04a30df
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-5112.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Ham",
"chain": "Ham",
"rpc": ["https://rpc.ham.fun"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ham.fun",
"shortName": "ham",
"chainId": 5112,
"networkId": 5112,
"icon": "ham",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.ham.fun",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"status": "active"
}
8 changes: 8 additions & 0 deletions _data/icons/ham.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcbYVenTET9HBS7vs7SGv1MNqnRscAKVF5kaRVHaVCfvs",
"width": 500,
"height": 500,
"format": "jpg"
}
]

0 comments on commit 04a30df

Please sign in to comment.