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 d5c8596 commit 3879b49Copy full SHA for 3879b49
modules/btc_teleport.py
@@ -11,7 +11,7 @@
11
class BtcTeleportModule(MtcModule):
12
13
COORDINATOR_ADDRESS = 'EQD43RtdAQ_Y8nl86SqzxjlL_-rAvdZiBDk_s7OTF-oRxmwo'
14
- CONFIGURATOR_ADDRESS = 'EQCY-A1I-jvZF7JnXp9nTKfAnOwVSbFeCpZQ1TfB-BNXXgYp'
+ CONFIGURATOR_ADDRESS = 'EQAeQjuHAnTEgrGZZPx9M9YXXEZejOD3yOMzF79uiFktorml'
15
16
def __init__(self, ton, local, *args, **kwargs):
17
super().__init__(ton, local, *args, **kwargs)
0 commit comments