Skip to content

Commit

Permalink
Update Hive node list
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jul 20, 2024
1 parent 098596a commit d5a3c13
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/podping_hivewriter/hive.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@ def get_client(
nodes = [
"https://api.hive.blog",
"https://api.deathwing.me",
"https://api.openhive.network",
"https://anyx.io",
"https://rpc.ecency.com",
"https://hived.emre.sh",
"https://rpc.ausbit.dev",
"https://rpc.podping.org",
"https://hive-api.arcange.eu",
"https://rpc.mahdiyari.info",
# Below nodes not functioning as of 2024-07-19
# "https://rpc.ecency.com",
# "https://hived.emre.sh",
# "https://rpc.ausbit.dev",
]
shuffle(nodes)
client = Client(
Expand Down

0 comments on commit d5a3c13

Please sign in to comment.