Skip to content

Commit

Permalink
https://rpc.tulip.tools/ -> rpc.tulip.tools/
Browse files Browse the repository at this point in the history
  • Loading branch information
habanoz committed Oct 16, 2019
1 parent 7d783bf commit 86f0258
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 86f0258

Please sign in to comment.