Skip to content

Commit dc14328

Browse files
authored
Update fund-node.mdx
1 parent 3668341 commit dc14328

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

get-started/bidders/fund-node.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Bidders can withdraw this balance at any point by interacting with the settlemen
2525
"/ip4/127.0.0.1/tcp/13522",
2626
"/ip4/172.29.0.4/tcp/13522"
2727
],
28-
**"Ethereum Address": "0xB9286CB4782E43A202BfD426AbB72c8cb34f886c"**,
28+
"Ethereum Address": "0xB9286CB4782E43A202BfD426AbB72c8cb34f886c",
2929
"Peer Type": "bidder",
3030
"Underlay": "16Uiu2HAmDWZb4DxZQkS9yseXNukBFe6MhZdimSKuZcHFeJrF3jC9"
3131
},
@@ -43,9 +43,9 @@ Bidders can withdraw this balance at any point by interacting with the settlemen
4343
- Add funds to the account. Currently for the testnet, you can use the Primev account to get some testnet ETH. This can be done using the cast command:
4444

4545
```bash
46-
> cast send --rpc-url <https://rpc.mev-commit-chain.xyz> \\
47-
--private-key 0x7c9bf0f015874594d321c1c01ada3166c3509bbd91f76f9e4d7380c2df269c55 \\
48-
$ADDRESS \\
46+
> cast send --rpc-url <https://rpc.mev-commit-chain.xyz> \
47+
--private-key 0x7c9bf0f015874594d321c1c01ada3166c3509bbd91f76f9e4d7380c2df269c55 \
48+
$ADDRESS \
4949
--value 100ether
5050
```
5151

0 commit comments

Comments
 (0)