Skip to content

Commit

Permalink
subgraphs.graphql: Fix name of start block field
Browse files Browse the repository at this point in the history
Everywhere else this is `startBlock`.
  • Loading branch information
leoyvens committed Oct 29, 2019
1 parent d57e930 commit 48c8d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/postgres/src/subgraphs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type EthereumContractSource @entity {
id: ID!
address: String!
abi: String!
start_block: BigInt
startBlock: BigInt
}

type EthereumContractMapping @entity {
Expand Down

0 comments on commit 48c8d17

Please sign in to comment.