Skip to content

Commit 949941c

Browse files
committed
update envs
1 parent f449d50 commit 949941c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/btc_teleport.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
class BtcTeleportModule(MtcModule):
1212

13-
COORDINATOR_ADDRESS = 'EQD43RtdAQ_Y8nl86SqzxjlL_-rAvdZiBDk_s7OTF-oRxmwo'
14-
CONFIGURATOR_ADDRESS = 'EQAeQjuHAnTEgrGZZPx9M9YXXEZejOD3yOMzF79uiFktorml'
13+
COORDINATOR_ADDRESS = 'Ef_q19o4m94xfF-yhYB85Qe6rTHDX-VTSzxBh4XpAfZMaOvk'
14+
CONFIGURATOR_ADDRESS = 'EQAR_I_lQm5wnEePggUKfioQUFs1vN1YYkK1Kl3WVAPiCzDZ'
1515

1616
def __init__(self, ton, local, *args, **kwargs):
1717
super().__init__(ton, local, *args, **kwargs)
@@ -47,7 +47,10 @@ def create_env_file(self, reinit=False):
4747
ORACLE_SERVER_PUBLIC_KEY_PATH={self.ton.validatorConsole.pubKeyPath}
4848
ORACLE_CLIENT_PRIVATE_KEY_PATH={self.ton.validatorConsole.privKeyPath}
4949
ORACLE_VALIDATOR_SERVER_ADDR={self.ton.validatorConsole.addr}
50-
API_CALL_TIMEOUT=30
50+
ORACLE_DKG_FETCH_PERIOD=15
51+
ORACLE_EXECUTE_SIGN_PERIOD=15
52+
ORACLE_SEND_START_DKG_PERIOD=30
53+
API_CALL_TIMEOUT=15
5154
LOG_FILE=/var/log/btc_teleport/btc_teleport.log
5255
"""
5356
with open(env_path, 'w') as f:

0 commit comments

Comments
 (0)