@@ -77,7 +77,7 @@ def __init__(
77
77
@classmethod
78
78
def devnet (cls ):
79
79
return cls (
80
- lcd_endpoint = 'devnet.injective.dev:10337 ' ,
80
+ lcd_endpoint = 'https:// devnet.lcd. injective.dev' ,
81
81
grpc_endpoint = 'devnet.injective.dev:9900' ,
82
82
grpc_exchange_endpoint = 'devnet.injective.dev:9910' ,
83
83
chain_id = 'injective-777' ,
@@ -92,7 +92,7 @@ def testnet(cls, node='sentry0'):
92
92
raise ValueError ("Must be one of {}" .format (nodes ))
93
93
94
94
return cls (
95
- lcd_endpoint = f" { node } . injective.dev:10337 " ,
95
+ lcd_endpoint = "https://testnet.lcd. injective.dev" ,
96
96
grpc_endpoint = f"{ node } .injective.dev:9900" ,
97
97
grpc_exchange_endpoint = f"{ node } .injective.dev:9910" ,
98
98
chain_id = 'injective-888' ,
@@ -113,7 +113,6 @@ def mainnet(cls, node='sentry2'):
113
113
raise ValueError ("Must be one of {}" .format (nodes ))
114
114
115
115
return cls (
116
- #lcd_endpoint=f"{node}.injective.network:10337",
117
116
lcd_endpoint = "https://lcd.injective.network" ,
118
117
grpc_endpoint = f"{ node } .injective.network:9900" ,
119
118
grpc_exchange_endpoint = f"{ node } .injective.network:9910" ,
0 commit comments