diff --git a/client_config.yaml b/client_config.yaml index ce2d09ed..17ee3c50 100644 --- a/client_config.yaml +++ b/client_config.yaml @@ -1,3 +1,7 @@ system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914 -exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b +exchange_object: + - 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b + - 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee + - 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c + - 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e diff --git a/print.html b/print.html index fb7722d2..2ec1b365 100644 --- a/print.html +++ b/print.html @@ -1229,10 +1229,30 @@
The current Testnet deployment uses the following objects:
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
-exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
+exchange_object:
+ - 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
+ - 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
+ - 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
+ - 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e
+Note that configuring multiple exchange objects are only supported with the CLI version 1.2.0 or +higher.
+ +The easiest way to obtain the latest configuration is by downloading it from -https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml.
+https://docs.blob.store/client_config.yaml: +curl https://docs.blob.store/client_config.yaml -o ~/.config/walrus/client_config.yaml
+
+By default, the Walrus client will look for the client_config.yaml
(or client_config.yml
)
configuration file in the current directory, $XDG_CONFIG_HOME/walrus/
, ~/.config/walrus/
, or
@@ -1244,7 +1264,14 @@
The current Testnet deployment uses the following objects:
system_object: 0x50b84b68eb9da4c6d904a929f43638481c09c03be6274b8569778fe085c1590d
staking_object: 0x37c0e4d7b36a2f64d51bba262a1791f844cfd88f31379f1b7c04244061d43914
-exchange_object: 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
+exchange_object:
+ - 0x0e60a946a527902c90bbc71240435728cd6dc26b9e8debc69f09b71671c3029b
+ - 0x8a23a552895e341bca0106861786e014b5bb2f576bd7f76754226cc92266a0ee
+ - 0x7c469c2b189379bff42874742c292934c03cde9d0a2c20f293f1a32f8eece68c
+ - 0x59e7fa1b967c739ce676a7a3d8de444ac165f742421ba3b17656e2aee9fe541e
+Note that configuring multiple exchange objects are only supported with the CLI version 1.2.0 or +higher.
+ +The easiest way to obtain the latest configuration is by downloading it from -https://github.com/MystenLabs/walrus-docs/blob/main/docs/client_config.yaml.
+https://docs.blob.store/client_config.yaml: +curl https://docs.blob.store/client_config.yaml -o ~/.config/walrus/client_config.yaml
+
+By default, the Walrus client will look for the client_config.yaml
(or client_config.yml
)
configuration file in the current directory, $XDG_CONFIG_HOME/walrus/
, ~/.config/walrus/
, or
@@ -341,7 +361,14 @@