ratio1 3.4.58__py3-none-any.whl → 3.4.59__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ratio1/_ver.py +1 -1
- ratio1/utils/config.py +3 -0
- {ratio1-3.4.58.dist-info → ratio1-3.4.59.dist-info}/METADATA +1 -1
- {ratio1-3.4.58.dist-info → ratio1-3.4.59.dist-info}/RECORD +7 -7
- {ratio1-3.4.58.dist-info → ratio1-3.4.59.dist-info}/WHEEL +0 -0
- {ratio1-3.4.58.dist-info → ratio1-3.4.59.dist-info}/entry_points.txt +0 -0
- {ratio1-3.4.58.dist-info → ratio1-3.4.59.dist-info}/licenses/LICENSE +0 -0
ratio1/_ver.py
CHANGED
ratio1/utils/config.py
CHANGED
|
@@ -139,6 +139,9 @@ def get_networks(args):
|
|
|
139
139
|
|
|
140
140
|
def get_set_network(args):
|
|
141
141
|
net = args.new or args.set
|
|
142
|
+
if net not in ['mainnet', 'testnet', 'devnet']:
|
|
143
|
+
log_with_color(f"Invalid network: {net}. Use 'mainnet', 'testnet', or 'devnet'.", color='r')
|
|
144
|
+
return
|
|
142
145
|
env_network = get_network()
|
|
143
146
|
if net is None:
|
|
144
147
|
log_with_color(f"Client v{version} on network: {env_network}", color='b')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ratio1
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.59
|
|
4
4
|
Summary: `ratio1` or Ration1 SDK is the Python SDK required for client app development for the Ratio1 ecosystem
|
|
5
5
|
Project-URL: Homepage, https://github.com/Ratio1/ratio1_sdk
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/Ratio1/ratio1_sdk/issues
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ratio1/__init__.py,sha256=YimqgDbjLuywsf8zCWE0EaUXH4MBUrqLxt0TDV558hQ,632
|
|
2
|
-
ratio1/_ver.py,sha256
|
|
2
|
+
ratio1/_ver.py,sha256=NoP7f4uoED33fTJ6v2cfVcFoEjcHC5c-P_g38kmhmRk,331
|
|
3
3
|
ratio1/base_decentra_object.py,sha256=iXvAAf6wPnGWzeeiRfwLojVoan-m1e_VsyPzjUQuENo,4492
|
|
4
4
|
ratio1/plugins_manager_mixin.py,sha256=X1JdGLDz0gN1rPnTN_5mJXR8JmqoBFQISJXmPR9yvCo,11106
|
|
5
5
|
ratio1/base/__init__.py,sha256=hACh83_cIv7-PwYMM3bQm2IBmNqiHw-3PAfDfAEKz9A,259
|
|
@@ -100,11 +100,11 @@ ratio1/logging/tzlocal/win32.py,sha256=zBoj0vFVrGhnCm_f7xmYzGym4-fV-4Ij29r0QXC_-
|
|
|
100
100
|
ratio1/logging/tzlocal/windows_tz.py,sha256=Sv9okktjZJfRGGUOOppsvQuX_eXyXUxkSKCAFmWT9Hw,34203
|
|
101
101
|
ratio1/utils/__init__.py,sha256=mAnke3-MeRzz3nhQvhuHqLnpaaCSmDxicd7Ck9uwpmI,77
|
|
102
102
|
ratio1/utils/comm_utils.py,sha256=4cS9llRr_pK_3rNgDcRMCQwYPO0kcNU7AdWy_LtMyCY,1072
|
|
103
|
-
ratio1/utils/config.py,sha256=
|
|
103
|
+
ratio1/utils/config.py,sha256=Elfkl7W4aDMvB5WZLiYlPXrecBncgTxb4hcKhQedMzI,10111
|
|
104
104
|
ratio1/utils/dotenv.py,sha256=_AgSo35n7EnQv5yDyu7C7i0kHragLJoCGydHjvOkrYY,2008
|
|
105
105
|
ratio1/utils/oracle_sync/oracle_tester.py,sha256=aJOPcZhtbw1XPqsFG4qYpfv2Taj5-qRXbwJzrPyeXDE,27465
|
|
106
|
-
ratio1-3.4.
|
|
107
|
-
ratio1-3.4.
|
|
108
|
-
ratio1-3.4.
|
|
109
|
-
ratio1-3.4.
|
|
110
|
-
ratio1-3.4.
|
|
106
|
+
ratio1-3.4.59.dist-info/METADATA,sha256=eXy1Tdll-iG9qAqzTym6guqpKUxs5YDYBLAUhQXq96Q,12255
|
|
107
|
+
ratio1-3.4.59.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
108
|
+
ratio1-3.4.59.dist-info/entry_points.txt,sha256=DR_olREzU1egwmgek3s4GfQslBi-KR7lXsd4ap0TFxE,46
|
|
109
|
+
ratio1-3.4.59.dist-info/licenses/LICENSE,sha256=cvOsJVslde4oIaTCadabXnPqZmzcBO2f2zwXZRmJEbE,11311
|
|
110
|
+
ratio1-3.4.59.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|