Conversation
|
|
There seems to be a type incompatibility between sentry types and pino-sentry I believe. |
15b9723 to
f5db233
Compare
f5db233 to
e720502
Compare
| const l1Provider = new providers.JsonRpcProvider(requiredEnvVars.L1_NODE_WEB3_URL) | ||
| const l2Provider = injectL2Context( | ||
| new JsonRpcProvider(requiredEnvVars.L2_NODE_WEB3_URL) | ||
| new providers.JsonRpcProvider(requiredEnvVars.L2_NODE_WEB3_URL) |
There was a problem hiding this comment.
doesn't need to be in this PR but seems like we may be able to deprecate usage of @ethersproject/providers across packages
|
@snario this PR may be worth doing incrementally, there's lots of dependency hell with incompatible versions here... |
|
Yeah, let's do that. |
* chore: update fees depositor address and min withdrawal amount on genesis (#18490) * fix: remove todo and update fees depositor address on mainnet (#704) * chore: set genesis min withdrawal threshold from ten to two eth (#723) * fix: remove unused errors (#726) * fix: do not use fallback artifacts on PRs branches other than develop --------- Co-authored-by: Disco <131301107+0xDiscotech@users.noreply.github.com> Co-authored-by: Maurelian <maurelian@protonmail.ch>
Fixes mismatched npm versions via
syncpackhttps://github.com/JamieMason/syncpack#fix-mismatches