Skip to content

Commit

Permalink
Deploying to gh-pages from @ a45cb45 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Dec 17, 2024
1 parent fbc14f6 commit 913b5b3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions client_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
walrus_package: 0x3d35ad1028562025f6f24336f0298d3775ba896bbbb63be7ad5b9fee8255dd89
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
Expand Down
8 changes: 7 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1225,10 +1225,13 @@ <h3 id="previous-versions-optional"><a class="header" href="#previous-versions-o
<h2 id="configuration"><a class="header" href="#configuration">Configuration</a></h2>
<p>The Walrus client needs to know about the Sui objects that store the Walrus system and staking
information, see the <a href="usage/../dev-guide/sui-struct.html#system-and-staking-information">developer guide</a>.
These need to be configured in a file <code>~/.config/walrus/client_config.yaml</code>.</p>
These need to be configured in a file <code>~/.config/walrus/client_config.yaml</code>. Additionally, if the
contracts were upgraded at any point, the object ID of the latest package version can be specified
in the <code>walrus_package</code> field. Finally, exchange objects are needed to swap SUI for WAL.</p>
<p>The current Testnet deployment uses the following objects:</p>
<pre><code class="language-yaml">system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
walrus_package: 0x3d35ad1028562025f6f24336f0298d3775ba896bbbb63be7ad5b9fee8255dd89
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
Expand Down Expand Up @@ -1265,6 +1268,9 @@ <h3 id="advanced-configuration-optional"><a class="header" href="#advanced-confi
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914

# The latest version of the Walrus package can be specified with the `walrus_package` parameter.
walrus_package: 0x3d35ad1028562025f6f24336f0298d3775ba896bbbb63be7ad5b9fee8255dd89

# 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:
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.

8 changes: 7 additions & 1 deletion usage/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,13 @@ <h3 id="previous-versions-optional"><a class="header" href="#previous-versions-o
<h2 id="configuration"><a class="header" href="#configuration">Configuration</a></h2>
<p>The Walrus client needs to know about the Sui objects that store the Walrus system and staking
information, see the <a href="../dev-guide/sui-struct.html#system-and-staking-information">developer guide</a>.
These need to be configured in a file <code>~/.config/walrus/client_config.yaml</code>.</p>
These need to be configured in a file <code>~/.config/walrus/client_config.yaml</code>. Additionally, if the
contracts were upgraded at any point, the object ID of the latest package version can be specified
in the <code>walrus_package</code> field. Finally, exchange objects are needed to swap SUI for WAL.</p>
<p>The current Testnet deployment uses the following objects:</p>
<pre><code class="language-yaml">system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
walrus_package: 0x3d35ad1028562025f6f24336f0298d3775ba896bbbb63be7ad5b9fee8255dd89
exchange_object:
- 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
- 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
Expand Down Expand Up @@ -362,6 +365,9 @@ <h3 id="advanced-configuration-optional"><a class="header" href="#advanced-confi
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914

# The latest version of the Walrus package can be specified with the `walrus_package` parameter.
walrus_package: 0x3d35ad1028562025f6f24336f0298d3775ba896bbbb63be7ad5b9fee8255dd89

# 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:
Expand Down

0 comments on commit 913b5b3

Please sign in to comment.