Skip to content

Commit 51a9a33

Browse files
author
abel
committed
(fix) Fix instanciation of mainnet network instance to not support k8s anymore (that node has been removed in favor of the load balanced nodes)
1 parent df9bafe commit 51a9a33

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

Pipfile.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyinjective/constant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def testnet(cls):
109109
@classmethod
110110
def mainnet(cls, node='lb'):
111111
nodes = [
112-
'k8s', # us, prod
113112
'lb', # us, asia, prod
114113
'sentry0', # ca, prod
115114
'sentry1', # ca, prod

0 commit comments

Comments
 (0)