def test_run_join_contracts() -> None:
    """ Just running join_sources() """
    join_sources(DeploymentModule.RAIDEN, CONTRACT_TOKEN_NETWORK_REGISTRY)
    join_sources(DeploymentModule.RAIDEN, CONTRACT_SECRET_REGISTRY)
    join_sources(DeploymentModule.SERVICES, CONTRACT_MONITORING_SERVICE)
    join_sources(DeploymentModule.SERVICES, CONTRACT_SERVICE_REGISTRY)
    join_sources(DeploymentModule.SERVICES, CONTRACT_ONE_TO_N)
    join_sources(DeploymentModule.SERVICES, CONTRACT_USER_DEPOSIT)
Ejemplo n.º 2
0
def test_run_join_contracts():
    """ Just running join_sources() """
    join_sources('raiden', CONTRACT_TOKEN_NETWORK_REGISTRY)
    join_sources('raiden', CONTRACT_SECRET_REGISTRY)
    join_sources('raiden', CONTRACT_ENDPOINT_REGISTRY)
    join_sources('services', CONTRACT_MONITORING_SERVICE)
    join_sources('services', CONTRACT_SERVICE_REGISTRY)
    join_sources('services', CONTRACT_ONE_TO_N)
    join_sources('services', CONTRACT_USER_DEPOSIT)