Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚍 Use correct base_sepolia name in docs #132

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading