Skip to content

Commit

Permalink
fix: default chainid on nested log
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Oct 19, 2022
1 parent e74498a commit 593c513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const getTransaction = createEndpointFactory((core) =>
blockTimestamp: log.block_timestamp,
logIndex: +log.log_index,
transactionIndex: +log.transaction_index,
chain: log.chainId,
chain: EvmChainResolver.resolve(log.chainId, core),
},
core,
),
Expand Down

0 comments on commit 593c513

Please sign in to comment.