We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae30298 commit 42da1a8Copy full SHA for 42da1a8
src/graphql/types/contract-cast.ts
@@ -17,7 +17,7 @@ builder.prismaObject('ContractCast', {
17
}),
18
address: t.exposeString('address'),
19
chainId: t.exposeInt('chainId'),
20
- blockNumber: t.exposeInt('chainId'),
+ blockNumber: t.exposeInt('blockNumber'),
21
transactionIndex: t.exposeInt('transactionIndex'),
22
type: t.expose('type', {
23
type: ContractCastTypeEnum,
0 commit comments