Skip to content
Snippets Groups Projects

Development

Open Agustin Dorda requested to merge development into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -7,6 +7,9 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
"""
FIXTURE_DIRS = ['trazabilidad/fixtures/']
LOGGING = {
'loggers': {
'tests-logger': {
@@ -30,6 +33,7 @@ CONSTANCE_CONFIG = {
'CONTRACT_ADDRESS': ('0x0000000000000000000000000000000000000000', 'Smart contract', str),
'ABI': ('', 'Contract ABI', str),
'IS_POA': (False, 'Is Proof of Authority network', bool),
'PASSPHRASE': ('', 'Default account passphrase', 'secret_password_field'),
'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
'PASSPHRASE': ('', 'Default account passphrase', str),
'BYTECODE': ('0x0', 'Smart Contract Bytecode', str),
'FROM_BLOCK': (0, "Start search from block", int),
}
\ No newline at end of file
Loading