File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,13 @@ Choose any popular provider and create a free API key:
105105Before 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" >
Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ Choose any popular provider and create a free API key:
255255To 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" >
You can’t perform that action at this time.
0 commit comments