Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
default to goerli for latest testnet payment network framework
  • Loading branch information
krunch3r76 authored Jun 26, 2023
1 parent 2aba2b3 commit 9472758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entropythief/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_parser(description: str):
)
parser.add_argument(
"--payment-network",
default="rinkeby",
default="goerli",
help="Network name, e.g. `mainnet`, `rinkeby`, `goerli`, `polygon`, `mumbai`; default: \033[1m%(default)s\033[0m",
)
parser.add_argument(
Expand Down

0 comments on commit 9472758

Please sign in to comment.