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
The MulticallHandler contract currently imports the SpokePool contract
and experienced a bytecode change after the following unrelated commit:
86593c6
This resulted in its CREATE2 deployment address changing. The
MulticallHandler doesn't actually need any of the SpokePool
implementation or its dependencies, and it seems like we'd like the
MulticallHandler to be deployed to the same address on as many chains as
possible, so factor out the interface to a separate file to insulate it
from any unintended modifications
0 commit comments