Skip to content

Commit 3e8fc7b

Browse files
committed
update configurator
1 parent a44ba67 commit 3e8fc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/btc_teleport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class BtcTeleportModule(MtcModule):
1212

1313
COORDINATOR_ADDRESS = 'EQD43RtdAQ_Y8nl86SqzxjlL_-rAvdZiBDk_s7OTF-oRxmwo'
14-
CONFIGURATOR_ADDRESS = 'EQAFmcPeyXxpBsX7Y-fuGyDz3tvIMeMr5EXi9WuvFzgGPZSz'
14+
CONFIGURATOR_ADDRESS = 'EQCY-A1I-jvZF7JnXp9nTKfAnOwVSbFeCpZQ1TfB-BNXXgYp'
1515

1616
def __init__(self, ton, local, *args, **kwargs):
1717
super().__init__(ton, local, *args, **kwargs)
@@ -135,7 +135,7 @@ def get_offers(self):
135135
item["vset_id"] = offer[6]
136136
item["creator"] = offer[7]
137137
item["created_at"] = offer[-1] # todo: bug in parsing slice in get method output
138-
required_weight = total_weight * 3 / 4
138+
required_weight = total_weight * 2 / 3
139139
if len(item["votedValidators"]) == 0:
140140
weight_remaining = required_weight
141141
available_weight = required_weight - weight_remaining

0 commit comments

Comments
 (0)