diff --git a/TsaApi/local_settings_dev.py b/TsaApi/local_settings_dev.py index a09b99e0f2d6fc36991a9ce877895340e4344405..d9369647ca31d85412f7c55add2f8f14b6f99949 100644 --- a/TsaApi/local_settings_dev.py +++ b/TsaApi/local_settings_dev.py @@ -11,9 +11,9 @@ APP_ROOT = '/home/python/TsaAPI/' STATIC_ROOT = APP_ROOT + 'html/' -ACCOUNT_ADDRESS = '0x21ea59FC5cE54a827E20BC9b736FeeD8F9C880Ff' +ACCOUNT_ADDRESS = '0x25c185dcaed065bac30a0a1cd0688a7aa02896d7' -HOST_ADDRESS = 'http://10.23.10.71:8501' +HOST_ADDRESS = 'http://10.23.10.72:8501' #Contracts info CONTRACTS = { @@ -28,4 +28,7 @@ CURRENT_CONTRACT_VERSION = '01' DEBUG = True TEMPORARY_OTS_PREFIX = '0x' -PERMANENT_OTS_PREFIX = '1x' \ No newline at end of file +PERMANENT_OTS_PREFIX = '1x' + +GAS = 250000 +GAS_PRICE = 1 \ No newline at end of file diff --git a/TsaApi/local_settings_preprod.py b/TsaApi/local_settings_preprod.py index a09b99e0f2d6fc36991a9ce877895340e4344405..66a62a330271b2a2803558bec2260436cd1f66cb 100644 --- a/TsaApi/local_settings_preprod.py +++ b/TsaApi/local_settings_preprod.py @@ -28,4 +28,7 @@ CURRENT_CONTRACT_VERSION = '01' DEBUG = True TEMPORARY_OTS_PREFIX = '0x' -PERMANENT_OTS_PREFIX = '1x' \ No newline at end of file +PERMANENT_OTS_PREFIX = '1x' + +GAS = 250000 +GAS_PRICE = 1 \ No newline at end of file diff --git a/TsaApi/local_settings_prod.py b/TsaApi/local_settings_prod.py index b3625dce8eb4f47d5f889eefa7f541002686d3f9..af90d18891a29b7a621cd734fe970b655511116d 100644 --- a/TsaApi/local_settings_prod.py +++ b/TsaApi/local_settings_prod.py @@ -28,4 +28,7 @@ CURRENT_CONTRACT_VERSION = '01' DEBUG = False TEMPORARY_OTS_PREFIX = '0x' -PERMANENT_OTS_PREFIX = '1x' \ No newline at end of file +PERMANENT_OTS_PREFIX = '1x' + +GAS = 250000 +GAS_PRICE = 1 \ No newline at end of file