File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.3
4+ - Fixed default testnet node url
5+
36## 0.2.2
47- Changed unit name
8+
59## 0.2.1
610- Ported to Torus network
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " torusdk"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44description = " Torus network official CLI"
55authors = [
" renlabs <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class ComxSettings(BaseSettings):
3636 NODE_URLS : list [str ] = [
3737 "wss://api.torus.network" ,
3838 ]
39- TESTNET_NODE_URLS : list [str ] = ["wss://testnet. api.torus.network" ]
39+ TESTNET_NODE_URLS : list [str ] = ["wss://api.testnet .torus.network" ]
4040 UNIVERSAL_PASSWORD : SecretStr | None = None
4141 KEY_PASSWORDS : dict [str , SecretStr ] | None = None
4242
You can’t perform that action at this time.
0 commit comments