Skip to content

Commit

Permalink
chain: Use IdType::Bytes for network indexing
Browse files Browse the repository at this point in the history
Fixes #1414
  • Loading branch information
lutter committed Apr 16, 2020
1 parent 992b58f commit e2ce748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/ethereum/src/network_indexer/ethereum.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Block is an Ethereum block."""
type Block @entity {
id: ID!
id: Bytes!

"""The number of this block, starting at 0 for the genesis block."""
number: BigInt!
Expand Down

0 comments on commit e2ce748

Please sign in to comment.