Skip to content

Commit

Permalink
eth_networks.json update (#274)
Browse files Browse the repository at this point in the history
* chore: update eth_networks.json

* Fix script to generate lint friendly json, also ran the script once
more.

* Newsfragment for #273

---------

Co-authored-by: David Dzhalaev <72649244+DavidRomanovizc@users.noreply.github.com>
  • Loading branch information
reedsa and DavidRomanovizc committed Apr 29, 2024
1 parent cca0937 commit 8fd7b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth_utils/__json/eth_networks.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions newsfragments/273.internal.rst
@@ -0,0 +1 @@
Updated ``eth_networks.json`` with latest networks.
2 changes: 1 addition & 1 deletion update_networks.py
Expand Up @@ -19,6 +19,6 @@
content = response.read().decode()

with open(networks_file, "w") as open_file:
open_file.write(content)
open_file.write(f"{content}\n")

print("Networks have updated! Please review and open a PR with the changes.")

0 comments on commit 8fd7b4b

Please sign in to comment.