Skip to content

Commit 3879b49

Browse files
committed
update configurator
1 parent d5c8596 commit 3879b49

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 = 'EQCY-A1I-jvZF7JnXp9nTKfAnOwVSbFeCpZQ1TfB-BNXXgYp'
14+
CONFIGURATOR_ADDRESS = 'EQAeQjuHAnTEgrGZZPx9M9YXXEZejOD3yOMzF79uiFktorml'
1515

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

0 commit comments

Comments
 (0)