We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dabef commit 4577d08Copy full SHA for 4577d08
README.md
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.6.0.0**
82
+* Change default network to LB
83
+
84
**0.5.9.7**
85
* Re-gen denoms mainnet
86
pyinjective/constant.py
@@ -107,7 +107,7 @@ def testnet(cls):
107
)
108
109
@classmethod
110
- def mainnet(cls, node='k8s'):
+ def mainnet(cls, node='lb'):
111
nodes = [
112
'k8s',
113
'lb',
0 commit comments