Skip to content

Commit

Permalink
last cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Apr 21, 2024
1 parent baeb14b commit 26898a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ DUNE_USER=
DUNE_PASSWORD=
DUNE_QUERY_ID=

GNOSIS_RPC=
ETH_RPC=
ETH_RPC=https://rpc.ankr.com/eth
GNOSIS_RPC=https://rpc.ankr.com/gnosis

# Official Dune API
DUNE_API_KEY=
Expand Down
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
]

ETH_RPC = os.environ.get("ETH_RPC", "https://rpc.ankr.com/eth")
GNOSIS_RPC = os.environ.get("ETH_RPC", "https://rpc.gnosischain.com")
GNOSIS_RPC = os.environ.get("GNOSIS_RPC", "https://rpc.gnosischain.com")

0 comments on commit 26898a0

Please sign in to comment.