Skip to content

Commit

Permalink
Fix Unsubscribe bug in OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Aug 30, 2023
1 parent f5423bd commit d377773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/typedef/konstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class HTTParams():
#RPC = 'http://128.199.90.172:26657'
RPCS = ['https://rpc.mathnodes.com:443', 'https://rpc.sentinel.co:443', 'https://sentinel-rpc.badgerbite.io:443',
'https://sentinel-rpc2.badgerbite.io:443', 'https://rpc.sentinel.quokkastake.io:443', 'https://rpc-sentinel.whispernode.com:443',
'https://rpc-sentinel-ia.cosmosia.notional.ventures:443','http://128.199.90.172:26657']
#GRPC = "grpc+http://aimokoivunen.mathnodes.com:9090/"
GRPC = "grpc+http://128.199.90.172:9090/"
'https://rpc-sentinel-ia.cosmosia.notional.ventures:443']
GRPC = "grpc+http://aimokoivunen.mathnodes.com:9090/"
#GRPC = "grpc+http://128.199.90.172:9090/"
NODE_SCORE_ENDPOINT = "/api/nodescores"
NODE_LOCATION_ENDPOINT = "/api/nodelocations"
NODE_TYPE_ENDPOINT = "/api/nodetypes"
Expand Down Expand Up @@ -60,7 +60,7 @@ class IBCTokens():

class TextStrings():
dash = "-"
VERSION = "v1.7.8"
VERSION = "v1.7.9"

class MeileColors():
DIALOG_BG_COLOR = "#121212"
Expand Down

0 comments on commit d377773

Please sign in to comment.