Skip to content

Commit 07e03a8

Browse files
authored
chore: bump version and fixed small issue on test (#49)
* chore: bump version * chore: updated poetry lock
1 parent 218ad69 commit 07e03a8

File tree

3 files changed

+171
-171
lines changed

3 files changed

+171
-171
lines changed

examples/broadcasting/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import nada_numpy.client as na_client
2424

2525
home = os.getenv("HOME")
26-
load_dotenv(f"/workspaces/ai/.nillion-testnet.env")
26+
load_dotenv(f"{home}/.config/nillion/nillion-devnet.env")
2727

2828

2929
# Main asynchronous function to coordinate the process

0 commit comments

Comments
 (0)