Skip to content

Commit

Permalink
🚍 Use correct base_sepolia name in docs (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymx95 committed Mar 15, 2024
1 parent 9ed6037 commit 4e01f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CLI flags
| | | | | | mainnet, development, kovan, ropsten, goerli, rinkeby, |
| | | | | | arbitrum, arbitrum_rinkeby, |
| | | | | | optimism, optimism_kovan, sepolia, optimism_sepolia, |
| | | | | | base, optimism_base |
| | | | | | base, base_sepolia |
| | | | | | |
| | | | | | or RPC URL e.g. ``https://infura.io/...`` |
+-----------------+-------+------+----------------+--------------------+-----------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion packages/mars/src/options/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Options:
development, kovan, ropsten, goerli, rinkeby,
mainnet, arbitrum, arbitrum_rinkeby,
sepolia, optimism, optimism_sepolia, optimism_kovan
base or sepolia_base. Default: mainnet.
base or base_sepolia. Default: mainnet.
-i, --infura-key [key] The Infura api key to use for JSON-RPC. You can
also use the env variable INFURA_KEY.
-a, --alchemy-key [key] The Alchemy api key to use for JSON-RPC. You can
Expand Down

0 comments on commit 4e01f0e

Please sign in to comment.