Skip to content
Snippets Groups Projects
Commit ae26ceb0 authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Error de número de bloque al realizar el verify

parent 19a86db0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment