Skip to content

Commit

Permalink
Remove hard coded node whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Nov 1, 2022
1 parent 9b9580a commit 95004ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/podping_hivewriter/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ def get_client(
nodes = [os.getenv("PODPING_TESTNET_NODE")]
chain = {"chain_id": os.getenv("PODPING_TESTNET_CHAINID")}
else:
nodes = [
"""nodes = [
"https://api.hive.blog",
"https://api.deathwing.me",
"https://hive-api.arcange.eu",
"https://api.openhive.network",
"https://api.hive.blue",
]
]"""
client = Client(
keys=posting_keys,
nodes=nodes,
Expand Down

0 comments on commit 95004ea

Please sign in to comment.