We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f5bb commit 12a2d55Copy full SHA for 12a2d55
modules/btc_teleport.py
@@ -11,7 +11,7 @@
11
class BtcTeleportModule(MtcModule):
12
13
COORDINATOR_ADDRESS = 'EQD43RtdAQ_Y8nl86SqzxjlL_-rAvdZiBDk_s7OTF-oRxmwo'
14
- CONFIGURATOR_ADDRESS = 'EQCPL1AFRXtvqIxaYK05EzSCnz5QQRb6UGXp6PAJurFeVQYC'
+ CONFIGURATOR_ADDRESS = 'EQAFmcPeyXxpBsX7Y-fuGyDz3tvIMeMr5EXi9WuvFzgGPZSz'
15
16
def __init__(self, ton, local, *args, **kwargs):
17
super().__init__(ton, local, *args, **kwargs)
0 commit comments