You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@chirag-bgh great! I am basically thinking to move the stuff from the mev-rs code to the networks module here, and then we will need to execute all the accompanying refactors
I started a module to house this here: https://github.com/ralexstokes/ethereum-consensus/blob/main/ethereum-consensus/src/networks.rs
it would be nice to have stronger typing for the networks we support
e.g.
and use this in lieu of the string name in the config (see here: https://github.com/ralexstokes/ethereum-consensus/blob/main/ethereum-consensus/src/state_transition/context.rs#L75 )
we can then also refactor stuff like this: https://github.com/ralexstokes/mev-rs/blob/main/mev-rs/src/network.rs
The text was updated successfully, but these errors were encountered: