You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,9 +19,9 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
19
19
}
20
20
```
21
21
22
-
First fund your node account with ether on the mev-commit chain.
22
+
To fund your node account with ether on the mev-commit chain.
23
23
24
-
- Get the Ethereum account address of the node
24
+
- Get the Ethereum account address of your node
25
25
26
26
```bash
27
27
> curl localhost:13523/topology | jq
@@ -46,7 +46,7 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
46
46
}
47
47
```
48
48
49
-
- Fund your account with ether on the mev-commit chain. Currently for the testnet, you can use a faucet account to get some testnet ETH. This can be done using the cast command:
49
+
- Fund your account with ether on the mev-commit chain. Currently for the testnet, you can use a faucet account to get some mev-commit chain ETH. This can be done using the cast command:
@@ -55,7 +55,7 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
55
55
--value 100ether
56
56
```
57
57
58
-
This command will transfer 100 ETH to your `$ADDRESS` which should be enough to get started.
58
+
This command will transfer 100 mev-commit chain ETH to your `$ADDRESS` which should be enough to get started.
59
59
60
60
- Alternatively, use the bridge from Holesky to fund your account. See [bridging-and-fees](https://docs.primev.xyz/get-started/bidders/bridging-and-fees).
0 commit comments