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
@@ -33,6 +33,6 @@ 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'),
'PASSPHRASE': ('', 'Default account passphrase', str),
'BYTECODE': ('0x0', 'Smart Contract Bytecode', str)
}
\ No newline at end of file
Loading