Skip to content

Commit

Permalink
docs: Small updates for Coruscant
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Oct 22, 2021
1 parent 2d01b45 commit 726cc6c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/other/safe-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Safe Usage
.. warning::

Always keep in mind: Despite the fact that
Bespin is more mature and reliable than previous releases, it is still a
Coruscant is more mature and reliable than previous releases, it is still a
beta release. Please make sure to follow the below security notes and
system requirements to avoid increasing the risk of losing funds. Note
that the loss of tokens could happen even if you follow these
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Raiden node.
.. warning::

Registering a new token is currently only relevant on the testnets. The
tokens allowed on the mainnet for the Bespin release are DAI and W-ETH. At
tokens allowed on the mainnet for the Coruscant release are DAI and W-ETH. At
some point in future, you will be able to register new token networks for
the Ethereum mainnet, too.
6 changes: 3 additions & 3 deletions docs/rest_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Tokens
The tokens endpoints are used for registering new tokens and querying information about already registered tokens.

.. note::
For the Bespin release two tokens are registered, DAI and WETH.
For the Coruscant release two tokens are registered, DAI and WETH.

**Information about Tokens**

Expand Down Expand Up @@ -341,7 +341,7 @@ The tokens endpoints are used for registering new tokens and querying informatio
**Register a Token**

.. warning::
For the Bespin release it is not be possible to register more than two tokens, due to security reasons in order to minimise possible loss of funds in the case of bugs.
For the Coruscant release it is not be possible to register more than two tokens, due to security reasons in order to minimise possible loss of funds in the case of bugs.
The two token that are registered are DAI and WETH.

.. http:put:: /api/(version)/tokens/(token_address)
Expand Down Expand Up @@ -384,7 +384,7 @@ Channels
The channels endpoints allow you to open channels with other Raiden nodes as well as closing channels, querying them for information and making deposits or withdrawals.

.. warning::
The maximum deposits per token and node for the Bespin release are:
The maximum deposits per token and node for the Coruscant release are:

**DAI**: The deposit limit is 1000 worth of DAI per channel participant making the maximum amount of DAI 2000 per channel.

Expand Down
2 changes: 1 addition & 1 deletion docs/the-raiden-web-interface/join-a-token-network.inc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You are now ready to :ref:`make your first payment <webui_payment>`!
Registering a new token
-----------------------

.. warning:: Registering a new token is only relevant on the testnets. The tokens allowed on mainnet for the Bespin release are DAI and W-ETH.
.. warning:: Registering a new token is only relevant on the testnets. The tokens allowed on mainnet for the Coruscant release are DAI and W-ETH.


If you want to join the network for a token and that token is not
Expand Down
2 changes: 1 addition & 1 deletion docs/the-raiden-web-interface/payment.inc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ After selecting a token network with open channels. Click on the

.. note::

**How does payment channels work?**
**How do payment channels work?**

Payment channels enable parties to exchange tokens off-chain without
involving the blockchain for every transaction.
Expand Down
1 change: 1 addition & 0 deletions docs/using-raiden-on-mainnet/channel-status.inc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This will return the following response object:
{
"token_network_address": "0xE5637F0103794C7e05469A9964E4563089a5E6f2",
"channel_identifier": "0xa24f51685de3effe829f7c2e94b9db8e9e1b17b137da5",
"network_state": "unknown",
"partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9",
"token_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"balance": "3958",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ the following response object:
{
"token_network_address": "0x3C158a20b47d9613DDb9409099Be186fC272421a",
"channel_identifier": "99",
"network_state": "unknown",
"partner_address": "0x61C808D82A3Ac53231750daDc13c777b59310bD9",
"token_address": "0x9aBa529db3FF2D8409A1da4C9eB148879b046700",
"balance": "1337",
Expand Down
2 changes: 1 addition & 1 deletion docs/using-raiden-on-mainnet/whitelisted-tokens-1.inc.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Get Whitelisted Tokens
======================

The Raiden Bespin release puts a certain
The Raiden Coruscant release puts a certain
limit on the amount of tokens that can be deposited into a channel. This
is to minimize potential loss of funds in case of bugs.

Expand Down

0 comments on commit 726cc6c

Please sign in to comment.