Skip to content

Commit

Permalink
Deploying to gh-pages from @ 050dd3a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Nov 11, 2024
1 parent 8241103 commit 351ff0b
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 9 deletions.
6 changes: 5 additions & 1 deletion client_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
- 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
- 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e
33 changes: 30 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1229,10 +1229,30 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
<p>The current Testnet deployment uses the following objects:</p>
<pre><code class="language-yaml">system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
- 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
- 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e
</code></pre>
<p>Note that configuring multiple exchange objects are only supported with the CLI version 1.2.0 or
higher.</p>
<!-- markdownlint-disable code-fence-style -->
<div id="admonition-tip-1" class="admonition admonish-tip" role="note" aria-labelledby="admonition-tip-1-title">
<div class="admonition-title">
<div id="admonition-tip-1-title">
<p>Tip</p>
</div>
<a class="admonition-anchor-link" href="usage/setup.html#admonition-tip-1"></a>
</div>
<div>
<p>The easiest way to obtain the latest configuration is by downloading it from
<a href="https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml">https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml</a>.</p>
<a href="https://docs.blob.store/client_config.yaml">https://docs.blob.store/client_config.yaml</a>:</p>
<pre><code class="language-sh">curl https://docs.blob.store/client_config.yaml -o ~/.config/walrus/client_config.yaml
</code></pre>
</div>
</div>
<!-- markdownlint-enable code-fence-style -->
<h3 id="config-custom-path"><a class="header" href="#config-custom-path">Custom path (optional)</a></h3>
<p>By default, the Walrus client will look for the <code>client_config.yaml</code> (or <code>client_config.yml</code>)
configuration file in the current directory, <code>$XDG_CONFIG_HOME/walrus/</code>, <code>~/.config/walrus/</code>, or
Expand All @@ -1244,7 +1264,14 @@ <h3 id="advanced-configuration-optional"><a class="header" href="#advanced-confi
# deployment but then do not change over time.
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b

# The exchange objects are used to swap SUI for WAL. If multiple ones are defined (as below), a
# random one is chosen for the exchange.
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
- 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
- 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e

# You can define a custom path to your Sui wallet configuration here. If this is unset or `null`,
# the wallet is configured from `./sui_config.yaml` (relative to your current working directory), or
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

33 changes: 30 additions & 3 deletions usage/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,30 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
<p>The current Testnet deployment uses the following objects:</p>
<pre><code class="language-yaml">system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
- 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
- 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e
</code></pre>
<p>Note that configuring multiple exchange objects are only supported with the CLI version 1.2.0 or
higher.</p>
<!-- markdownlint-disable code-fence-style -->
<div id="admonition-tip-1" class="admonition admonish-tip" role="note" aria-labelledby="admonition-tip-1-title">
<div class="admonition-title">
<div id="admonition-tip-1-title">
<p>Tip</p>
</div>
<a class="admonition-anchor-link" href="#admonition-tip-1"></a>
</div>
<div>
<p>The easiest way to obtain the latest configuration is by downloading it from
<a href="https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml">https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml</a>.</p>
<a href="https://docs.blob.store/client_config.yaml">https://docs.blob.store/client_config.yaml</a>:</p>
<pre><code class="language-sh">curl https://docs.blob.store/client_config.yaml -o ~/.config/walrus/client_config.yaml
</code></pre>
</div>
</div>
<!-- markdownlint-enable code-fence-style -->
<h3 id="config-custom-path"><a class="header" href="#config-custom-path">Custom path (optional)</a></h3>
<p>By default, the Walrus client will look for the <code>client_config.yaml</code> (or <code>client_config.yml</code>)
configuration file in the current directory, <code>$XDG_CONFIG_HOME/walrus/</code>, <code>~/.config/walrus/</code>, or
Expand All @@ -341,7 +361,14 @@ <h3 id="advanced-configuration-optional"><a class="header" href="#advanced-confi
# deployment but then do not change over time.
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b

# The exchange objects are used to swap SUI for WAL. If multiple ones are defined (as below), a
# random one is chosen for the exchange.
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
- 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
- 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e

# You can define a custom path to your Sui wallet configuration here. If this is unset or `null`,
# the wallet is configured from `./sui_config.yaml` (relative to your current working directory), or
Expand Down

0 comments on commit 351ff0b

Please sign in to comment.