Skip to content

Commit 38f0dd8

Browse files
committed
deploy: 8c1f7d1
1 parent 1e65a3e commit 38f0dd8

File tree

9 files changed

+12
-10
lines changed

9 files changed

+12
-10
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
39+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-e2596206.js"></script>

chapter_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
38+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-e2596206.js"></script>

docker-operations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
38+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-e2596206.js"></script>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
38+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-e2596206.js"></script>

print.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
39+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
4242
<script src="toc-e2596206.js"></script>
@@ -331,7 +331,8 @@ <h4 id="http-rpc-configuration"><a class="header" href="#http-rpc-configuration"
331331
</ul>
332332
<h4 id="rollup-node-rpc"><a class="header" href="#rollup-node-rpc">Rollup Node RPC</a></h4>
333333
<ul>
334-
<li><code>--rpc.rollup-node</code>: Enable the rollup node RPC namespace (provides rollup-specific methods)</li>
334+
<li><code>--rpc.rollup-node=false</code>: Disable the rollup node basic RPC namespace(default: enabled) (provides rollup-specific methods)</li>
335+
<li><code>--rpc.rollup-node-admin</code>: Enable the rollup node admin RPC namespace (provides rollup-specific methods)</li>
335336
</ul>
336337
<h3 id="example-configurations"><a class="header" href="#example-configurations">Example Configurations</a></h3>
337338
<h4 id="scroll-mainnet-follower"><a class="header" href="#scroll-mainnet-follower">Scroll Mainnet Follower</a></h4>

running-a-node.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ab3e4552.js";
38+
window.path_to_searchindex_js = "searchindex-6dee36f6.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-e2596206.js"></script>
@@ -289,7 +289,8 @@ <h4 id="http-rpc-configuration"><a class="header" href="#http-rpc-configuration"
289289
</ul>
290290
<h4 id="rollup-node-rpc"><a class="header" href="#rollup-node-rpc">Rollup Node RPC</a></h4>
291291
<ul>
292-
<li><code>--rpc.rollup-node</code>: Enable the rollup node RPC namespace (provides rollup-specific methods)</li>
292+
<li><code>--rpc.rollup-node=false</code>: Disable the rollup node basic RPC namespace(default: enabled) (provides rollup-specific methods)</li>
293+
<li><code>--rpc.rollup-node-admin</code>: Enable the rollup node admin RPC namespace (provides rollup-specific methods)</li>
293294
</ul>
294295
<h3 id="example-configurations"><a class="header" href="#example-configurations">Example Configurations</a></h3>
295296
<h4 id="scroll-mainnet-follower"><a class="header" href="#scroll-mainnet-follower">Scroll Mainnet Follower</a></h4>

searcher-c2a407aa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ window.search = window.search || {};
437437
if (yes) {
438438
loadSearchScript(
439439
window.path_to_searchindex_js ||
440-
path_to_root + 'searchindex-ab3e4552.js',
440+
path_to_root + 'searchindex-6dee36f6.js',
441441
'mdbook-search-index');
442442
search_wrap.classList.remove('hidden');
443443
searchicon.setAttribute('aria-expanded', 'true');

searchindex-6dee36f6.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex-ab3e4552.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)