Skip to content

Commit 18afb96

Browse files
LadyChristinadimkarakostas
authored andcommitted
Update parser docs
1 parent c99b434 commit 18afb96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/parsers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ The field `identifiers` corresponds to:
3636
- `Tezos`: there is no such field
3737

3838
If using BigQuery, the queries for Bitcoin, Bitcoin Cash, Dogecoin, Litecoin, Zcash (see [Data Collection](data.md))
39-
return data that are parsed with the `default_parser` script in `parsers`.
40-
The query for Cardano returns data that is parsed using the `cardano_parser` script in `parsers`.
39+
return data that are parsed with the `default_parser` module in `parsers`.
40+
The query for Ethereum returns data that is parsed using the `ethereum_parser` module in `parsers`.
4141
All other queries return data already in the necessary parsed form, so they are parsed using a "dummy" parser.

0 commit comments

Comments
 (0)