Skip to content

Commit

Permalink
fix places where scroll-stack has been replaced by scroll-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Sep 9, 2024
1 parent 2af66b3 commit 44e388c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/sdk/guides/devnet-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Then, set it as a env var and run: `echo $GHCR_PAT | docker login ghcr.io -u [gi

1. Optional: **Configure `values.yaml` and `config.toml`**

This is the time to adjust what services run on your stack and their configuration. I’d suggest not altering these on your first installation, but see `charts/scroll-stack/values.yaml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/values.yaml)) and `config.toml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/config.toml)).
This is the time to adjust what services run on your stack and their configuration. I’d suggest not altering these on your first installation, but see `charts/scroll-sdk/values.yaml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/values.yaml)) and `config.toml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/config.toml)).

If you do make changes, you’ll need to run `make config` to regenerate the additional configuration files.

Expand Down Expand Up @@ -308,7 +308,7 @@ You should now be able to explore the stack on your local machine and using your
- [Granfana Dashboards](http://grafana.scrollsdk/)
- Login
- User: `admin`
- Pass: `scroll-stack`
- Pass: `scroll-sdk`
- See “Scroll” dashboards on [this page](http://grafana.scrollsdk/dashboards).

### Connecting to the RPC using a Wallet
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/en/sdk/guides/run-on-arm64-mac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ These are all a work-around for ingress-dns not working on arm MacOS and hopeful

1. **Configure `values.yaml` and `config.toml`**

This is the time to adjust what services run on your stack and their configuration. I’d suggest not altering these on your first installation, but see `charts/scroll-stack/values.yaml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-stack/values.yaml)) and `config.toml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-stack/config.toml)).
This is the time to adjust what services run on your stack and their configuration. I’d suggest not altering these on your first installation, but see `charts/scroll-sdk/values.yaml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/values.yaml)) and `config.toml` ([view on Github](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/config.toml)).

1. **Bootstrap**

Expand Down Expand Up @@ -193,7 +193,7 @@ If you need to update a specific service's config file:
Running `kubectl get ingress` should show all the domains setup within the cluster, like the following:

```
➜ scroll-stack git:(develop) ✗ kubectl get ingress
➜ scroll-sdk git:(develop) ✗ kubectl get ingress
NAME CLASS HOSTS ADDRESS PORTS AGE
blockscout nginx blockscout.scrollsdk 192.168.49.2 80 5h3m
bridge-history-api nginx bridge-history-api.scrollsdk 192.168.49.2 80 5h3m
Expand Down Expand Up @@ -266,7 +266,7 @@ You should now be able to explore the stack on your local machine and using your
- [Granfana Dashboards](http://grafana.scrollsdk/)
- Login
- User: `admin`
- Pass: `scroll-stack`
- Pass: `scroll-sdk`
- See “Scroll” dashboards on [this page](http://grafana.scrollsdk/dashboards).

### Connecting to the RPC using a Wallet
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/technical-stack/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Scroll SDK is composed of various services that work together to create a functi

We'll start by listing the services required for a minimal deployment, followed by a detailed description of each service. This information will help you understand the components of Scroll SDK and make informed decisions about which services to enable or disable based on your specific needs.

This covers the full list of items in [values.yaml](https://github.com/scroll-tech/scroll-stack/blob/develop/charts/scroll-stack/values.yaml), which allows for enabling or disabling of specific services.
This covers the full list of items in [values.yaml](https://github.com/scroll-tech/scroll-sdk/blob/develop/charts/scroll-sdk/values.yaml), which allows for enabling or disabling of specific services.

**New to Scroll’s Architecture?** Check out [this article](/en/technology/chain/rollup/) for more general info.

Expand Down

0 comments on commit 44e388c

Please sign in to comment.