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

Feat : added safe proxy implementation for all the clients #17

Merged
merged 40 commits into from
Jun 27, 2024

Conversation

ocdbytes
Copy link
Contributor

@ocdbytes ocdbytes commented Jun 24, 2024

Earlier we were using unsafe proxy for deploying our L1 contracts. Now to be on the better side, the proxy which starknet uses is being introduced here thus giving us two ways to deploy the contract.

  • deploy_using_unsafe_proxy
  • deploy_using_safe_proxy

deploy_using_safe_proxy will deploy the contracts on L1 using the Proxy contract and setting the proper governors for upgradeability.

Issue : #12

Copy link
Collaborator

Choose a reason for hiding this comment

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

let's remove sovereign from everywhere in the code

@apoorvsadana apoorvsadana merged commit 23d83c3 into keep-starknet-strange:main Jun 27, 2024
5 checks passed
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