From ae26ceb0025c8c53236b319999979e37ddb204d2 Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gov.ar> Date: Tue, 29 Jan 2019 11:05:08 -0300 Subject: [PATCH] =?UTF-8?q?Error=20de=20n=C3=BAmero=20de=20bloque=20al=20r?= =?UTF-8?q?ealizar=20el=20verify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TsaApi/local_settings_dev.py | 9 ++++++--- TsaApi/local_settings_preprod.py | 5 ++++- TsaApi/local_settings_prod.py | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/TsaApi/local_settings_dev.py b/TsaApi/local_settings_dev.py index a09b99e..d936964 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 a09b99e..66a62a3 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 b3625dc..af90d18 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 -- GitLab