adjisb
adjisb
# Description # Checklist: - [ ] Pull Request references Jira issue - [ ] Pull Request applies to a single purpose - [ ] I've added comments to my...
# Description # Checklist: - [ ] Pull Request references Jira issue - [ ] Pull Request applies to a single purpose - [ ] I've added comments to my...
# Description # Checklist: - [x] Pull Request references Jira issue - [x] Pull Request applies to a single purpose - [ ] I've added comments to my code where...
# Description # Checklist: - [ ] Pull Request references Jira issue - [ ] Pull Request applies to a single purpose - [ ] I've added comments to my...
## Description https://internal-jira.atlassian.net/browse/LR-59 There is a slightly difference in _ownerAndOperatorEnabledOf of mainnet we now obey the burned flag and return address(0). Unified _ownerOf and _ownerAndOperatorEnabledOf (calling one from the other)...
## Description WE ALWAYS FILTER BY `TAGS` IN DEPLOY SCRIPTS Hardhat deploy provides different means to filter which deploy scripts to run. Don't use `func.skip` or conditional `if` inside you...
## Description We always have a deployment script to deploy any version from scratch. We also have the specific upgrade scripts depending on our needs