Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jul 24, 2024
1 parent e30d3b9 commit 1140cbf
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ export function fetchSingleBeefyProductShareRateAndDatetime$<TObj, TErr extends
} else {
return {
type: "error",
data: [contractCall, { error: err, infos: { msg: "Unrecoverable error while fetching ppfs", data: { contractCall } } }] as ErrEntry,
data: [
contractCall,
{
error: err,
infos: { msg: "Unrecoverable error while fetching ppfs", data: { contractCall, chain: options.ctx.chain, err } },
},
] as ErrEntry,
};
}
})
Expand Down

0 comments on commit 1140cbf

Please sign in to comment.