Skip to content

Commit 4e01f0e

Browse files
authored
🚍 Use correct base_sepolia name in docs (#132)
1 parent 9ed6037 commit 4e01f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CLI flags
6363
| | | | | | mainnet, development, kovan, ropsten, goerli, rinkeby, |
6464
| | | | | | arbitrum, arbitrum_rinkeby, |
6565
| | | | | | optimism, optimism_kovan, sepolia, optimism_sepolia, |
66-
| | | | | | base, optimism_base |
66+
| | | | | | base, base_sepolia |
6767
| | | | | | |
6868
| | | | | | or RPC URL e.g. ``https://infura.io/...`` |
6969
+-----------------+-------+------+----------------+--------------------+-----------------------------------------------------------------+

packages/mars/src/options/usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Options:
1212
development, kovan, ropsten, goerli, rinkeby,
1313
mainnet, arbitrum, arbitrum_rinkeby,
1414
sepolia, optimism, optimism_sepolia, optimism_kovan
15-
base or sepolia_base. Default: mainnet.
15+
base or base_sepolia. Default: mainnet.
1616
-i, --infura-key [key] The Infura api key to use for JSON-RPC. You can
1717
also use the env variable INFURA_KEY.
1818
-a, --alchemy-key [key] The Alchemy api key to use for JSON-RPC. You can

0 commit comments

Comments
 (0)