Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Aug 28, 2022
1 parent b836020 commit eb70ebf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### Schema

#### blocks.csv/parquet
#### blocks.parquet

| Column | Type |
|-------------------|-----------------|
Expand All @@ -40,7 +40,7 @@
| base_fee_per_gas | BIGINT UNSIGNED |


#### transactions.csv/parquet
#### transactions.parquet

| Column | Type |
|--------------------------|-----------------|
Expand All @@ -60,7 +60,7 @@
| block_number | BIGINT UNSIGNED |
| block_timestamp | BIGINT UNSIGNED |

#### logs.csv/parquet
#### logs.parquet

| Column | Type |
|-------------------|-----------------|
Expand All @@ -74,7 +74,7 @@
| topics | VARCHAR |


#### receipts.csv/parquet
#### receipts.parquet

| Column | Type |
|----------------------|-------------------|
Expand All @@ -89,7 +89,7 @@
| status | BIGINT UNSIGNED |
| effective_gas_price | BIGINT UNSIGNED |

#### token_transfers.csv/parquet
#### token_transfers.parquet

| Column | Type |
|--------------------|-------------------|
Expand All @@ -103,7 +103,7 @@
| log_index | BIGINT UNSIGNED |
| block_number | BIGINT UNSIGNED |

#### ens.csv/parquet
#### ens.parquet

| Column | Type |
|--------------------|-----------------|
Expand Down

0 comments on commit eb70ebf

Please sign in to comment.