Skip to content

Commit b3e8e76

Browse files
committed
Update GPU container deployment and protocol CLI documentation
1 parent 2d72ddb commit b3e8e76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/rent-gpu/deploy-container/with-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ Choose any popular provider and create a free API key:
105105
Before deploying, you should set the Dedicated Base Mainnet RPC WSS URL by running the following command:
106106

107107
```sh
108-
sphnctl rpc set [private RPC URL]
108+
sphnctl set rpc [private RPC URL]
109109
```
110110

111111
**Example:**
112112

113113
```sh
114-
sphnctl rpc set wss://base-mainnet.g.alchemy.com/v2/your-api-key
114+
sphnctl set rpc wss://base-mainnet.g.alchemy.com/v2/your-api-key
115115
```
116116

117117
<Callout type="info">

content/rent-gpu/protocol-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ Choose any popular provider and create a free API key:
255255
To set a custom Base Mainnet RPC WSS URL, you need to run this command:
256256

257257
```sh
258-
sphnctl rpc set wss://[RPC URL]
258+
sphnctl set rpc wss://[RPC URL]
259259
```
260260

261261
**Example:**
262262

263263
```sh
264-
sphnctl rpc set wss://base-mainnet.g.alchemy.com/v2/your-api-key
264+
sphnctl set rpc wss://base-mainnet.g.alchemy.com/v2/your-api-key
265265
```
266266

267267
<Callout type="info">

0 commit comments

Comments
 (0)