Skip to content

Commit

Permalink
Add some TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manumonti committed Aug 1, 2024
1 parent 4808c50 commit 7d3612c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/bqeth_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
PRIVATE_KEY = os.environ.get("PRIVATE_KEY")

MAX_NODES = 10
NUCYPHER_DOMAIN = "mainnet"
CHAIN = "137"
PORTER_ENDPOINT = f"https://porter-{NUCYPHER_DOMAIN}.nucypher.community"
# TODO: make the provider a parameter on the CLI

with open(f"deployment/artifacts/{NUCYPHER_DOMAIN}.json", "r") as f:
registry = json.load(f)
Expand Down

0 comments on commit 7d3612c

Please sign in to comment.