Skip to content

Commit 5a8f8c8

Browse files
Merge pull request #177 from InjectiveLabs/f/change_network_to_lb
chore: change k8s to lb
2 parents 84dabef + 4577d08 commit 5a8f8c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878

7979

8080
### Changelogs
81+
**0.6.0.0**
82+
* Change default network to LB
83+
8184
**0.5.9.7**
8285
* Re-gen denoms mainnet
8386

pyinjective/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def testnet(cls):
107107
)
108108

109109
@classmethod
110-
def mainnet(cls, node='k8s'):
110+
def mainnet(cls, node='lb'):
111111
nodes = [
112112
'k8s',
113113
'lb',

0 commit comments

Comments
 (0)