Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TsaAPI
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patricio Kumagae
TsaAPI
Commits
ae26ceb0
Commit
ae26ceb0
authored
6 years ago
by
Patricio Kumagae
Browse files
Options
Downloads
Patches
Plain Diff
Error de número de bloque al realizar el verify
parent
19a86db0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
TsaApi/local_settings_dev.py
+6
-3
6 additions, 3 deletions
TsaApi/local_settings_dev.py
TsaApi/local_settings_preprod.py
+4
-1
4 additions, 1 deletion
TsaApi/local_settings_preprod.py
TsaApi/local_settings_prod.py
+4
-1
4 additions, 1 deletion
TsaApi/local_settings_prod.py
with
14 additions
and
5 deletions
TsaApi/local_settings_dev.py
+
6
−
3
View file @
ae26ceb0
...
...
@@ -11,9 +11,9 @@ APP_ROOT = '/home/python/TsaAPI/'
STATIC_ROOT
=
APP_ROOT
+
'
html/
'
ACCOUNT_ADDRESS
=
'
0x2
1ea59FC5cE54a827E20BC9b736FeeD8F9C880Ff
'
ACCOUNT_ADDRESS
=
'
0x2
5c185dcaed065bac30a0a1cd0688a7aa02896d7
'
HOST_ADDRESS
=
'
http://10.23.10.7
1
:8501
'
HOST_ADDRESS
=
'
http://10.23.10.7
2
: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
This diff is collapsed.
Click to expand it.
TsaApi/local_settings_preprod.py
+
4
−
1
View file @
ae26ceb0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
TsaApi/local_settings_prod.py
+
4
−
1
View file @
ae26ceb0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment