Skip to content

Commit 9d14129

Browse files
committed
nits
1 parent 7b80b10 commit 9d14129

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

get-started/bidders/fund-node.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Given a bid with associated bid _amount_ is preconfirmed by a certain provider,
1010

1111
Bidders can check or add to their prepaid allowance by interacting with the settlement chain via the bidder API.
1212

13-
- Check their prepaid allowance
13+
- To check your prepaid allowance
1414

1515
```bash
1616
> curl localhost:13523/v1/bidder/get_allowance | jq
@@ -19,9 +19,9 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
1919
}
2020
```
2121

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.
2323

24-
- Get the Ethereum account address of the node
24+
- Get the Ethereum account address of your node
2525

2626
```bash
2727
> curl localhost:13523/topology | jq
@@ -46,7 +46,7 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
4646
}
4747
```
4848

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:
5050

5151
```bash
5252
> cast send --rpc-url https://chainrpc.testnet.mev-commit.xyz \\
@@ -55,7 +55,7 @@ Bidders can check or add to their prepaid allowance by interacting with the sett
5555
--value 100ether
5656
```
5757

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.
5959

6060
- Alternatively, use the bridge from Holesky to fund your account. See [bridging-and-fees](https://docs.primev.xyz/get-started/bidders/bridging-and-fees).
6161

0 commit comments

Comments
 (0)