Skip to content

Commit

Permalink
testnet -> devnet (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrofelnik authored Apr 1, 2024
1 parent 89c82c3 commit 81d4f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rag_tools/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
load_dotenv()

CHAIN_ID = int(os.getenv("CHAIN_ID", "696969"))
RPC_URL = os.getenv("RPC_URL", "https://testnet.galadriel.com")
RPC_URL = os.getenv("RPC_URL", "https://devnet.galadriel.com")
PRIVATE_KEY = os.getenv("PRIVATE_KEY")
STORAGE_KEY = os.getenv("NFT_STORAGE_API_KEY")
ORACLE_ADDRESS = os.getenv("ORACLE_ADDRESS")
Expand Down
2 changes: 1 addition & 1 deletion rag_tools/template.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CHAIN_ID=696969
RPC_URL="https://testnet.galadriel.com"
RPC_URL="https://devnet.galadriel.com"
PRIVATE_KEY="0x"
ORACLE_ADDRESS="0x"
NFT_STORAGE_API_KEY="0x"

0 comments on commit 81d4f48

Please sign in to comment.