Skip to content

Commit 7c5a93f

Browse files
authored
Update register-a-provider.mdx
1 parent 6aca9c6 commit 7c5a93f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

get-started/providers/register-a-provider.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ You can use the provider API to check and add stake.
3434
* 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:
3535

3636
```bash
37-
> cast send --rpc-url <https://rpc.mev-commit-chain.xyz> \\
38-
--private-key 0x7c9bf0f015874594d321c1c01ada3166c3509bbd91f76f9e4d7380c2df269c55 \\
39-
$ADDRESS \\
37+
> cast send --rpc-url <https://rpc.mev-commit-chain.xyz> \
38+
--private-key 0x7c9bf0f015874594d321c1c01ada3166c3509bbd91f76f9e4d7380c2df269c55 \
39+
$ADDRESS \
4040
--value 100ether
4141
```
4242

0 commit comments

Comments
 (0)