Skip to content

Commit

Permalink
Deploy smart contracts v0.0.6 to Ropsten
Browse files Browse the repository at this point in the history
  • Loading branch information
ulope authored and LefterisJP committed Sep 3, 2017
1 parent 3c0fcff commit ef6b10e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raiden/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

UINT256_MAX = 2 ** 256 - 1

# Deployed to Ropsten revival on 2017-08-18 from commit 01554102f0a52fc5aec3f41dc46d53017108b400
ROPSTEN_REGISTRY_ADDRESS = '7205a22f083a12d1b22ee89d7e892d23b1f1438a'
ROPSTEN_DISCOVERY_ADDRESS = '1ed4eab14a09ba2f334d9ed579a5ee4ae57aec45'
# Deployed to Ropsten revival on 2017-09-03 from commit f4f8dcbe791b7be8bc15475f79ad9cbbfe15435b
ROPSTEN_REGISTRY_ADDRESS = 'ce30a13daa47c0f35631e5ed750e39c12172f325'
ROPSTEN_DISCOVERY_ADDRESS = 'aecb64f87c7fa12d983e541eabb0064fc9d87c4f'

DISCOVERY_REGISTRATION_GAS = 500000

Expand Down

0 comments on commit ef6b10e

Please sign in to comment.