Skip to content

Conversation

@yashgo0018
Copy link
Member

New PR:

Useful info

Auto-Review checklist

  • Check if there is no merge conflict
  • If you have new .env variable, check if you add it in the .env.example file

Typing

  • Check lint feedbacks: npm run lint
  • Check prettier format feedbacks: npm run format

// Increment counter to start platform ids at index 1
nextPlatformId.increment();
mintStatus = MintStatus.ONLY_WHITELIST;
emit ArbitratorAdded(address(0), false);
Copy link
Contributor

Choose a reason for hiding this comment

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

so this will not work as initialize will not be called after an upgrade, we need to create a new V2 here. Check doc https://docs.openzeppelin.com/contracts/4.x/api/proxy#Initializable

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed the line

@0xRomain 0xRomain self-assigned this Oct 16, 2023
@0xRomain 0xRomain added the NEED FIX CODE Dev needs to check feedbacks from review and act on it label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NEED FIX CODE Dev needs to check feedbacks from review and act on it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants