Skip to content

Commit

Permalink
Merge pull request tezos-reward-distributor-organization#108 from hab…
Browse files Browse the repository at this point in the history
…anoz/development

back to mainnet.tezrpc.me
  • Loading branch information
habanoz authored Oct 16, 2019
2 parents e3104d9 + 77757c7 commit 7c15b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/provider_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class ProviderFactory:
URL = "rpc.tulip.tools/{}/"
URL = "{}.tezrpc.me"
url_prefixes = {"MAINNET": "mainnet", "ALPHANET": "alphanet", "ZERONET": "zeronet"}

def __init__(self, provider, verbose=False):
Expand Down

0 comments on commit 7c15b52

Please sign in to comment.