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

UpgradeSoulGasToken.s.sol: get admin correctly #174

Open
wants to merge 3 commits into
base: op-es
Choose a base branch
from

Conversation

blockchaindevsh
Copy link
Collaborator

The soulGasToken.admin() call in the preCheck will revert for similar reason as #173, this PR fixes it.

Lessons learned are that we need to call IProxyAdmin methods to call Proxy methods, otherwise it'll be dispatched to the implementation contract.

(Note the patched UpgradeSoulGasToken.s.sol has already been applied successfully on beta testnet, so that this PR serves more as knowledge sharing.)

@dajuguan
Copy link

Deployed successfully with the correct owner on devnet.

Copy link

@dajuguan dajuguan left a comment

Choose a reason for hiding this comment

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

just lint-check haven't passed

@blockchaindevsh
Copy link
Collaborator Author

just lint-check haven't passed

Fixed in 148cdfc.

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