Closed zhiqiangxu closed 1 hour ago
For create2 broadcast, there's no need to check the From address, since it will always be forwarded to the DeterministicDeployerAddress.
create2
DeterministicDeployerAddress
For other two types of broadcast, it must be the same as mgr.From().
mgr.From()
/ci authorize 67b594d3157957ed00198558b42c9e0cf3f96bd5
For
create2
broadcast, there's no need to check the From address, since it will always be forwarded to theDeterministicDeployerAddress
.For other two types of broadcast, it must be the same as
mgr.From()
.