-
Notifications
You must be signed in to change notification settings - Fork 23
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
Deploy to Mantle #220
Deploy to Mantle #220
Conversation
waynehoover
commented
Oct 16, 2023
•
edited
Loading
edited
- broadcasts for the mantle network deploy, and upgrading the QuestFactory to the latest version
- Change the deploy script slightly for the QuestFactory to also include deploying Quest and Quest1155
- Update Readme
@@ -335,11 +335,6 @@ contract QuestFactory is Initializable, LegacyStorage, OwnableRoles, IQuestFacto | |||
SET | |||
//////////////////////////////////////////////////////////////*/ | |||
|
|||
/// @dev temporary function to set owner for solady ownable | |||
function setOwnerOnce() external { |
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.
We don't need this anymore, as it has been run with the upgrade that happened on every chain in this PR. I also manually verified the owner
address is set correctly on each chain.
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.
LGTM - thanks for documenting the mantle/scroll specific deployment edge cases