diff options
Diffstat (limited to 'scripts/run_bp.py')
-rwxr-xr-x | scripts/run_bp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_bp.py b/scripts/run_bp.py index e3fcb6ccf..0aee7b5ce 100755 --- a/scripts/run_bp.py +++ b/scripts/run_bp.py @@ -294,7 +294,7 @@ def main(): help='Skip environment check, should only be ' 'used for AU mechanism') parser.add_argument('--recovery-network-rpc', - default='https://mainnet.infura.io', + default='https://mainnet.infura.io/v3/38e5db830a4747cba5dbb85d4c20aeaa', dest='recovery_network_rpc', help='Recovery network endpoint') |