File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ Ropsten testnet
2828
2929These 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
Original file line number Diff line number Diff line change 99UINT256_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
1515DISCOVERY_REGISTRATION_GAS = 500000
1616
You can’t perform that action at this time.
0 commit comments