Skip to content

Commit 3fd8357

Browse files
committed
Update readme for new importabi behaviour with default abis
1 parent 14efd40 commit 3fd8357

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,10 @@ Before importing events into the postgres database, the ABIs must be
105105
known.
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

114113
Usage:
115114

0 commit comments

Comments
 (0)