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

Update Solidity Version and Refactor Contracts to Remove SafeMath Redundancy #763

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update contracts/src/levels/base/Level-06.sol: updated pragma
jtranquilli committed Dec 5, 2024
commit 15507bd0ac4cb1b46d9c734691e2fa0cf9579a80
2 changes: 1 addition & 1 deletion contracts/src/levels/base/Level-06.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
pragma solidity ^0.8.0;

import "openzeppelin-contracts-06/access/Ownable.sol";