Skip to content

Commit

Permalink
add MegaETH testnet (#6936)
Browse files Browse the repository at this point in the history
* add megaeth testnet

* add missing fields for megaeth testnet

* fix formatting error for megaeth testnet
  • Loading branch information
yangl1996 authored Mar 3, 2025
1 parent 10ea87a commit c22a305
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-6342.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "MegaETH Testnet",
"chain": "ETH",
"nativeCurrency": {
"name": "MegaETH Testnet Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://carrot.megaeth.com/rpc", "wss://carrot.megaeth.com/ws"],
"faucets": [],
"infoURL": "https://testnet.megaeth.com",
"shortName": "megatest",
"chainId": 6342,
"networkId": 6342,
"slip44": 1
}

0 comments on commit c22a305

Please sign in to comment.