Skip to content

Commit 6c44ab5

Browse files
authored
Add mev-commit network. (#2178)
1 parent 612084c commit 6c44ab5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
export const data = {
2+
"name": "mev-commit Mainnet",
3+
"chain": "mev-commit",
4+
"rpc": [
5+
"https://chainrpc.mev-commit.xyz",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Ether",
10+
"symbol": "ETH",
11+
"decimals": 18
12+
},
13+
"features": [{ "name": "EIP155" }],
14+
"infoURL": "https://www.primev.xyz",
15+
"shortName": "mev-commit",
16+
"chainId": 57173,
17+
"networkId": 57173,
18+
"icon": "mev-commit",
19+
"explorers": [{
20+
"name": "mev-commit Xplorer",
21+
"url": "https://www.mev-commit.xyz",
22+
"icon": "mev-commit"
23+
}]
24+
}

0 commit comments

Comments
 (0)