Skip to content

Commit

Permalink
Merge pull request #397 from scroll-tech/develop
Browse files Browse the repository at this point in the history
Merge develop into prod
  • Loading branch information
zzq0826 authored Nov 22, 2024
2 parents f1b7dd1 + c34d85b commit 82d3af6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const section = frontmatter?.section ?? ""
<script>
window.dataLayer = window.dataLayer || []
function gtag(...args) {
window.dataLayer.push(args)
window.dataLayer.push(arguments)
}
gtag("js", new Date())

Expand Down
6 changes: 5 additions & 1 deletion src/content/docs/en/sdk/guides/devnet-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ minikube config set memory 8192

Next, we start minikube.

<Aside title="Docker Memory Resource Warning">
You may encounter a warning indicating a memory limit of 7937MB in your Docker Desktop settings. To resolve this, simply increase the memory allocation to the suggested value.
</Aside>

<TabsContent sharedStore="os" client:visible>
<Fragment slot="tab.1">macOS</Fragment>
<Fragment slot="tab.2">Ubuntu</Fragment>
Expand Down Expand Up @@ -208,7 +212,7 @@ then, set it as a env var and run: `echo $ghcr_pat | docker login ghcr.io -u [gi

1. **Bootstrap**

Now we'll install Helm chart dependencies, generate additional config files for our services, and create our `genesis.json` file.
Now we'll install Helm chart dependencies, generate additional config files for our services, and create our `genesis.yaml` file.

```bash
make bootstrap
Expand Down

0 comments on commit 82d3af6

Please sign in to comment.