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 28, 2020
1 parent 3d23bcc commit c9cc94f
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 c9cc94f

Please sign in to comment.