File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,10 @@ Before importing events into the postgres database, the ABIs must be
105105known.
106106
107107``ethindex importabi `` can be used to import ABIs into the postgres
108- database. By default it reads two json files ``addresses.json `` and
109- ``contracts.json `` from the current directory and adds them to the abis
110- table. These files are the exact files that the relay server also reads.
111- Their location can be specified via the ``--addresses `` and
112- ``-contracts `` command line arguments.
108+ database. By default it reads the json file ``addresses.json `` from the current directory
109+ and adds the default abi for currency networks to the abis table.
110+ A custom abi file can be provided via ``--contracts `` option. The location of the
111+ ``addresses.json `` file can be specified via the ``--addresses `` command line argument.
113112
114113Usage:
115114
You can’t perform that action at this time.
0 commit comments