Skip to content
Snippets Groups Projects

Development

Open Agustin Dorda requested to merge development into master
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -25,7 +25,7 @@ class Command(BaseCommand):
parser.add_argument('--is_poa', help="Is POA network", action='store_false')
parser.add_argument('--account', help='Account a usar', action=str)
parser.add_argument('--bytecode', help='Path del bytecode', action=str)
parser.add_argument('--abi', help='Path del abi', action=str)
parser.add_argument('--abi.json', help='Path del abi.json', action=str)
parser.add_argument('--gas', help='Gas a usar', action=int)
parser.set_defaults(node_url=None, account=None, bytecode=None, abi=None, gas=None, is_poa=False)
Loading