We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612084c commit 6c44ab5Copy full SHA for 6c44ab5
constants/additionalChainRegistry/chainid-57173.js
@@ -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