Skip to content
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

Add TransparentProxyFactoryBase #37

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Conversation

kyzia551
Copy link
Contributor

No description provided.

@kyzia551 kyzia551 requested a review from sendra July 25, 2024 10:41
@@ -15,7 +12,7 @@ import {ProxyAdmin} from '../../../src/contracts/transparent-proxy/ProxyAdmin.so
* @dev Highly recommended to pass as `admin` on creation an OZ ProxyAdmin instance
* @dev This contract needs solc=0.8.19 and zksolc=1.4.1 as codeHashes are specifically made for those versions
**/
contract TransparentProxyFactoryZkSync is ITransparentProxyFactoryZkSync {
contract TransparentProxyFactoryZkSync is TransparentProxyFactoryBase {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing here ITransparentProxyFactoryZkSync i guess with only the constants defined there

@sendra sendra merged commit 9c33173 into feat/zksync Jul 25, 2024
1 check passed
@sendra sendra deleted the feat/base-proxy-factory branch July 25, 2024 10:49
sendra added a commit that referenced this pull request Jul 25, 2024
* feat: update proxy factory to zksync

* fix: added correct hashes for v0.8.19

* fix: added hashes with 1.5.0

* fix: 1.4.1 hashes

* fix: sepparate zksync contracts

* fix: added zksync configs

* fix: separate zksync contracts to specific profile

* fix: fixed missing conflict

* fix: removed fixed version

* fix: remove not needed diffs

* fix: prettier

* fix: added correct profiles

* Add TransparentProxyFactoryBase (#37)

* Add TransparentProxyFactoryBase

* cleanup ITransparentProxyFactoryZkSync

---------

Co-authored-by: sendra <[email protected]>
Co-authored-by: Andrey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants