Skip to content

Commit

Permalink
change env path for new devnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
Davetbutler committed Jul 3, 2024
1 parent c357e81 commit 44feb51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quickstart_complete/client_code/secret_addition_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
from cosmpy.aerial.wallet import LocalWallet
from cosmpy.crypto.keypairs import PrivateKey

#home = os.getenv("HOME")
#load_dotenv(f"{home}/.config/nillion/nillion-devnet.env")
home = os.getenv("HOME")
load_dotenv(f"{home}/.config/nillion/nillion-devnet.env")

load_dotenv()
async def main():
# 1. Initial setup
# 1.1. Get cluster_id, grpc_endpoint, & chain_id from the .env file
Expand Down

0 comments on commit 44feb51

Please sign in to comment.