From cd35b0b7bae7fa5c8c41aebedb02e1702684c9d1 Mon Sep 17 00:00:00 2001 From: ZachPrice Date: Wed, 16 Oct 2024 21:52:44 -0700 Subject: [PATCH] add nodes.json --- nodes.json | 6 ++++++ requirements.txt | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 nodes.json diff --git a/nodes.json b/nodes.json new file mode 100644 index 0000000..c18d983 --- /dev/null +++ b/nodes.json @@ -0,0 +1,6 @@ +[ + { + "node_url": "https://testnetv1.telestai.io", + "wallet_address": "TesBmcgLQsowvYEYPXpSHkkapoTbVV7Xfe" + } +] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1b8612a..7aad165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,7 @@ httpx requests cassandra-driver python-dotenv -PyJWT \ No newline at end of file +PyJWT +uvloop +httptools +httptools==0.1.1 \ No newline at end of file