Skip to content

Commit

Permalink
add mud chain (#6896)
Browse files Browse the repository at this point in the history
  • Loading branch information
luchenqun authored Feb 26, 2025
1 parent 0379ee9 commit f2fd166
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-168169.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "MUD Chain",
"chain": "MUD",
"rpc": ["https://rpc.mud.network"],
"faucets": ["https://faucet.mud.network"],
"nativeCurrency": {
"name": "MUD",
"symbol": "MUD",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://mud.network",
"shortName": "MUD",
"chainId": 168169,
"networkId": 168169,
"icon": "mud",
"explorers": [
{
"name": "MUD Chain Scan",
"url": "https://scan.mud.network",
"icon": "mud",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/mud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdarywgvFGGBEEH6QAhUbkFhJfKAjFLZxQVEGARTxe1gP",
"width": 572,
"height": 574,
"format": "png"
}
]

0 comments on commit f2fd166

Please sign in to comment.