Skip to content

Commit

Permalink
feat: add Monad Testnet chain (#6716)
Browse files Browse the repository at this point in the history
* feat: add Monad Testnet chain

* fix: add `slip44` to Monad Testnet
  • Loading branch information
therealharpaljadeja authored Feb 2, 2025
1 parent db1dbe5 commit c7a71cf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _data/chains/eip155-10143.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Monad Testnet",
"chain": "MON",
"icon": "monad",
"rpc": [],
"rpc": ["https://testnet-rpc.monad.xyz"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
Expand All @@ -15,5 +15,11 @@
"chainId": 10143,
"networkId": 10143,
"slip44": 1,
"explorers": []
"explorers": [
{
"name": "Monad Testnet Explorer",
"url": "https://testnet.monadexplorer.com",
"standard": "EIP3091"
}
]
}

0 comments on commit c7a71cf

Please sign in to comment.