Skip to content

Commit

Permalink
prpc->
Browse files Browse the repository at this point in the history
  • Loading branch information
habanoz committed Oct 16, 2019
1 parent 545347a commit 7d783bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/api/provider_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@


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

def __init__(self, provider, verbose=False):
Expand Down
4 changes: 2 additions & 2 deletions src/launch_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def add_argument_reports_base(parser):


def add_argument_provider(parser):
parser.add_argument("-P", "--reward_data_provider", help="where reward data is provided. prpc=public rpc", choices=['tzscan', 'rpc','prpc'],
default='tzscan')
parser.add_argument("-P", "--reward_data_provider", help="where reward data is provided. prpc=public rpc", choices=['rpc','prpc'],
default='prpc')


def add_argument_config_dir(parser):
Expand Down

0 comments on commit 7d783bf

Please sign in to comment.