Skip to content

Commit 82d3af6

Browse files
authored
Merge pull request #397 from scroll-tech/develop
Merge develop into prod
2 parents f1b7dd1 + c34d85b commit 82d3af6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/Header/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const section = frontmatter?.section ?? ""
3737
<script>
3838
window.dataLayer = window.dataLayer || []
3939
function gtag(...args) {
40-
window.dataLayer.push(args)
40+
window.dataLayer.push(arguments)
4141
}
4242
gtag("js", new Date())
4343

src/content/docs/en/sdk/guides/devnet-deployment.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ minikube config set memory 8192
152152

153153
Next, we start minikube.
154154

155+
<Aside title="Docker Memory Resource Warning">
156+
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.
157+
</Aside>
158+
155159
<TabsContent sharedStore="os" client:visible>
156160
<Fragment slot="tab.1">macOS</Fragment>
157161
<Fragment slot="tab.2">Ubuntu</Fragment>
@@ -208,7 +212,7 @@ then, set it as a env var and run: `echo $ghcr_pat | docker login ghcr.io -u [gi
208212

209213
1. **Bootstrap**
210214

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

213217
```bash
214218
make bootstrap

0 commit comments

Comments
 (0)