Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Davetbutler committed Jul 3, 2024
1 parent 01f343f commit c357e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions quickstart_complete/client_code/secret_addition_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
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")

#load_dotenv
#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
Binary file not shown.

0 comments on commit c357e81

Please sign in to comment.