Skip to content

Commit eb305f0

Browse files
Merge pull request #366 from Ratio1/develop
Develop
2 parents 74dec52 + 55f888c commit eb305f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/business/deeploy/deeploy_manager_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'SUPRESS_LOGS_AFTER_INTERVAL' : 300,
4040
'WARMUP_DELAY' : 300,
4141
'PIPELINES_CHECK_DELAY' : 300,
42-
'MIN_ETH_BALANCE' : 0.00005,
42+
'MIN_ETH_BALANCE' : 0.0003,
4343

4444
'REQUESTS_CSTORE_HKEY': 'DEEPLOY_REQUESTS',
4545
'REQUESTS_LOG_INTERVAL' : 5 * 60,

ver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VER__ = '2.10.70'
1+
__VER__ = '2.10.80'

0 commit comments

Comments
 (0)