Skip to content

Commit

Permalink
improve rpc url docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin authored and mjlescano committed Oct 10, 2024
1 parent 675feca commit 1bd65e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/cli/src/commands/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
{
flags: '-c --chain-id <chainId>',
Expand Down Expand Up @@ -95,7 +95,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
{
flags: '-c --chain-id <number>',
Expand Down Expand Up @@ -255,7 +255,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
...debugVerbosity,
],
Expand Down Expand Up @@ -626,7 +626,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
{
flags: '-j --json',
Expand Down Expand Up @@ -688,7 +688,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
{
flags: '-c --chain-id',
Expand Down Expand Up @@ -734,7 +734,7 @@ export const commandsConfig: CommandsConfig = {
},
{
flags: '--provider-url [url]',
description: '(DEPRECATED) RPC endpoint to fork off of',
description: '(DEPRECATED) RPC endpoint to fork off of. Use --rpc-url',
},
{
flags: '--mnemonic <phrase>',
Expand Down

0 comments on commit 1bd65e0

Please sign in to comment.