Skip to content

Commit 42da1a8

Browse files
committed
Contract-Casts
1 parent ae30298 commit 42da1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/types/contract-cast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builder.prismaObject('ContractCast', {
1717
}),
1818
address: t.exposeString('address'),
1919
chainId: t.exposeInt('chainId'),
20-
blockNumber: t.exposeInt('chainId'),
20+
blockNumber: t.exposeInt('blockNumber'),
2121
transactionIndex: t.exposeInt('transactionIndex'),
2222
type: t.expose('type', {
2323
type: ContractCastTypeEnum,

0 commit comments

Comments
 (0)