Skip to content

Commit

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

https://rpc.tulip.tools/ -> rpc.tulip.tools/
  • Loading branch information
habanoz authored Oct 16, 2019
2 parents b60e0ce + 86f0258 commit e3104d9
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 = "https://rpc.tulip.tools/{}/"
URL = "rpc.tulip.tools/{}/"
url_prefixes = {"MAINNET": "mainnet", "ALPHANET": "alphanet", "ZERONET": "zeronet"}

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

0 comments on commit e3104d9

Please sign in to comment.