-
Notifications
You must be signed in to change notification settings - Fork 3
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
update openzeppelin
to latest
#101
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #101 +/- ##
==========================================
- Coverage 99.08% 99.07% -0.01%
==========================================
Files 20 20
Lines 219 217 -2
Branches 33 51 +18
==========================================
- Hits 217 215 -2
Misses 2 2 ☔ View full report in Codecov by Sentry. |
@@ -4,21 +4,17 @@ pragma solidity ^0.8.0; | |||
|
|||
import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |||
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; | |||
import "@openzeppelin/contracts/utils/Counters.sol"; |
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.
@@ -2,7 +2,7 @@ | |||
|
|||
pragma solidity ^0.8.4; | |||
|
|||
import "@openzeppelin/contracts/security/Pausable.sol"; |
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.
@@ -5,7 +5,7 @@ import "@openzeppelin/contracts/access/Ownable.sol"; | |||
import "@ironblocks/firewall-consumer/contracts/FirewallConsumer.sol"; | |||
|
|||
contract ETHHelper is Ownable, FirewallConsumer { | |||
constructor() { | |||
constructor() Ownable(_msgSender()) { |
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.
closes #100