Skip to content

Commit 12a2d55

Browse files
committed
upd configurator
1 parent 835f5bb commit 12a2d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/btc_teleport.py

Lines changed: 1 addition & 1 deletion
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 = 'EQCPL1AFRXtvqIxaYK05EzSCnz5QQRb6UGXp6PAJurFeVQYC'
14+
CONFIGURATOR_ADDRESS = 'EQAFmcPeyXxpBsX7Y-fuGyDz3tvIMeMr5EXi9WuvFzgGPZSz'
1515

1616
def __init__(self, ton, local, *args, **kwargs):
1717
super().__init__(ton, local, *args, **kwargs)

0 commit comments

Comments
 (0)