Skip to content

Commit 281cef5

Browse files
Update base-testnet.mdx (#290)
1 parent 58ab2a2 commit 281cef5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pages/en/cookbook/base-testnet.mdx

+4-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Go to the [Subgraph Studio](https://thegraph.com/studio/) and connect your crypt
2929

3030
Once connected, click "Create a Subgraph" and enter a name for your subgraph.
3131

32-
Select "Base (testnet)" as the network and click Create Subgraph.
32+
Select "Base (testnet)" as the indexed blockchain and click Create Subgraph.
3333

3434
### 3. Initialize your Subgraph
3535

@@ -77,15 +77,15 @@ Before you can deploy your subgraph, you will need to authenticate with the Subg
7777

7878
Authenticate the subgraph on studio
7979

80-
```sh
80+
```
8181
graph auth --studio <DEPLOY_KEY>
8282
```
8383

8484
Next, enter your subgraph's directory.
8585

86-
````sh
86+
```
8787
cd <SUBGRAPH_DIRECTORY>
88-
```
88+
```
8989

9090
Build your subgraph with the following command:
9191

@@ -106,4 +106,3 @@ Once your subgraph is deployed, you can query it from your dapp using the `Devel
106106
Note - Studio API is rate-limited. Hence should preferably be used for development and testing.
107107

108108
To learn more about querying data from your subgraph, see the [Querying a Subgraph](/querying/querying-the-graph) page.
109-
````

0 commit comments

Comments
 (0)