Skip to content

Commit 08f2db0

Browse files
committed
Update contract addresses to the Dev Preview
1 parent ba349b7 commit 08f2db0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Ropsten testnet
2828

2929
These are the currently deployed raiden contract addresses for the Ropsten testnet:
3030

31-
* Netting Channel Library: 0x0966d741b83de207579fbd8fd3097dcf7c294fa4_
32-
* Channel Manager Library: 0x7f77e6687d1647d55ea89315267cc347bc3a212b_
33-
* Registry Contract: 0xce30a13daa47c0f35631e5ed750e39c12172f325_
34-
* Discovery Contract: 0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f_
35-
36-
.. _0x0966d741b83de207579fbd8fd3097dcf7c294fa4: https://ropsten.etherscan.io/address/0x0966d741b83de207579fbd8fd3097dcf7c294fa4#code
37-
.. _0x7f77e6687d1647d55ea89315267cc347bc3a212b: https://ropsten.etherscan.io/address/0x7f77e6687d1647d55ea89315267cc347bc3a212b#code
38-
.. _0xce30a13daa47c0f35631e5ed750e39c12172f325: https://ropsten.etherscan.io/address/0xce30a13daa47c0f35631e5ed750e39c12172f325#code
39-
.. _0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f: https://ropsten.etherscan.io/address/0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f#code
31+
* Netting Channel Library: 0x416f9f8fa0f2e133ad7e1ff52a85e4fbc2b00253_
32+
* Channel Manager Library: 0x35078c2ee5b3c4040c8c8e14fb1e05746ab3735c_
33+
* Registry Contract: 0x68e1b6ed7d2670e2211a585d68acfa8b60ccb828_
34+
* Discovery Contract: 0x826259ce4dcc2802c92780e3d79d43ff3cf3f151_
35+
36+
.. _0x416f9f8fa0f2e133ad7e1ff52a85e4fbc2b00253: https://ropsten.etherscan.io/address/0x416f9f8fa0f2e133ad7e1ff52a85e4fbc2b00253#code
37+
.. _0x35078c2ee5b3c4040c8c8e14fb1e05746ab3735c: https://ropsten.etherscan.io/address/0x35078c2ee5b3c4040c8c8e14fb1e05746ab3735c#code
38+
.. _0x68e1b6ed7d2670e2211a585d68acfa8b60ccb828: https://ropsten.etherscan.io/address/0x68e1b6ed7d2670e2211a585d68acfa8b60ccb828#code
39+
.. _0x826259ce4dcc2802c92780e3d79d43ff3cf3f151: https://ropsten.etherscan.io/address/0x826259ce4dcc2802c92780e3d79d43ff3cf3f151#code

raiden/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
UINT256_MAX = 2 ** 256 - 1
1010

1111
# Deployed to Ropsten revival on 2017-09-03 from commit f4f8dcbe791b7be8bc15475f79ad9cbbfe15435b
12-
ROPSTEN_REGISTRY_ADDRESS = 'ce30a13daa47c0f35631e5ed750e39c12172f325'
13-
ROPSTEN_DISCOVERY_ADDRESS = 'aecb64f87c7fa12d983e541eabb0064fc9d87c4f'
12+
ROPSTEN_REGISTRY_ADDRESS = '68e1b6ed7d2670e2211a585d68acfa8b60ccb828'
13+
ROPSTEN_DISCOVERY_ADDRESS = '826259ce4dcc2802c92780e3d79d43ff3cf3f151'
1414

1515
DISCOVERY_REGISTRATION_GAS = 500000
1616

0 commit comments

Comments
 (0)