-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(protocol): replace __self
in bytecode for all EssentialContract
s when generating genesis JSON
#15476
Conversation
…t`s when generating genesis JSON
…t`s when generating genesis JSON
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…t`s when generating genesis JSON
…t`s when generating genesis JSON
contractArtifacts.BridgedERC20Impl, | ||
uupsImmutableReferencesMap, | ||
ethers.utils.hexZeroPad(addressMap.BridgedERC20Impl, 32), | ||
).deployedBytecode.object, | ||
}, | ||
BridgedERC721: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see BridgedERC1155
and BridgedERC20
getting patched, but not BridgedERC721
. Shouldn't it also be patched?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plz review: #15479
Also fixed the broken proxy upgrade test in
GenerateGenesis.g.sol