Skip to content

Commit d310f17

Browse files
committed
change Optimism -> Base (resolves #279)
1 parent 44f821a commit d310f17

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/getting_started/login.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If no `--port` flag is supplied, Hyperdrive will bind to `8080` if it is availab
6767

6868
### Acquiring an RPC API Key
6969

70-
Create a new "app" on [Alchemy](https://dashboard.alchemy.com/apps) for Optimism Mainnet.
70+
Create a new "app" on [Alchemy](https://dashboard.alchemy.com/apps) for Base Mainnet.
7171

7272
![Alchemy Create App](../assets/alchemy-create-app.png)
7373

@@ -81,7 +81,7 @@ As an alternative to using Alchemy's RPC API key, [Infura's](https://app.infura.
8181

8282
![Infura My First Key](../assets/my_first_key_infura.png)
8383

84-
Next, check the box next to Optimism "MAINNET". After one is chosen, click "SAVE CHANGES". Then, at the top, click "Active Endpoints".
84+
Next, check the box next to Base "MAINNET". After one is chosen, click "SAVE CHANGES". Then, at the top, click "Active Endpoints".
8585

8686
![Create Endpoint Infura](../assets/create_endpoint_infura.png)
8787

@@ -131,10 +131,10 @@ After clicking `Register .os Name`, follow the prompts in the `Connect a Wallet`
131131

132132
![Register connect wallet](../assets/register-connect-wallet.png)
133133

134-
### Aside: Bridging ETH to Optimism
134+
### Aside: Bridging ETH to Base
135135

136-
Bridge ETH to Optimism using the [official bridge](https://app.optimism.io/bridge).
137-
Many exchanges also allow sending ETH directly to Optimism wallets.
136+
Bridge ETH to Base using the [official bridge](https://bridge.base.org/).
137+
Many exchanges also allow sending ETH directly to Base wallets.
138138

139139
### Setting Up Networking (Direct vs. Routed Nodes)
140140

src/kit/boot-fake-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Options:
6868
-c, --fakechain-port <FAKECHAIN_PORT>
6969
The port to run the fakechain on (or to connect to) [default: 8545]
7070
--rpc <RPC_ENDPOINT>
71-
Ethereum Optimism mainnet RPC endpoint (wss://)
71+
Ethereum Base mainnet RPC endpoint (wss://)
7272
--persist
7373
If set, do not delete node home after exit
7474
--password <PASSWORD>

src/kit/boot-real-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Options:
4343
-v, --version <VERSION> Version of Hyperdrive to use (overridden by --runtime-path) [default: latest] [possible values: latest, v0.8.7, v0.8.6, v0.8.5]
4444
-p, --port <NODE_PORT> The port to run the real node on [default: 8080]
4545
-o, --home <HOME> Path to home directory for real node
46-
--rpc <RPC_ENDPOINT> Ethereum Optimism mainnet RPC endpoint (wss://)
46+
--rpc <RPC_ENDPOINT> Ethereum Base mainnet RPC endpoint (wss://)
4747
--release If set and given --runtime-path, compile release build [default: debug build]
4848
--verbosity <VERBOSITY> Verbosity of node: higher is more verbose [default: 0]
4949
-h, --help Print help

src/kit/publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It can also be used to update or unpublish previously-published packages.
99
## Example Usage
1010

1111
```bash
12-
# Publish a package on the real network (Optimism mainnet).
12+
# Publish a package on the real network (Base mainnet).
1313
kit publish --metadata-uri https://raw.githubusercontent.com/path/to/metadata.json --keystore-path ~/.foundry/keystores/dev --rpc wss://opt-mainnet.g.alchemy.com/v2/<ALCHEMY_API_KEY> --real
1414

1515
# Unublish a package.
@@ -39,7 +39,7 @@ Options:
3939
-u, --metadata-uri <URI>
4040
URI where metadata lives
4141
-r, --rpc <RPC_URI>
42-
Ethereum Optimism mainnet RPC endpoint (wss://)
42+
Ethereum Base mainnet RPC endpoint (wss://)
4343
-e, --real
4444
If set, deploy to real network [default: fake node]
4545
--unpublish

0 commit comments

Comments
 (0)