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

ERC20 connector: lock pragma to Solidity v0.8.11 #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sept-en
Copy link
Contributor

@sept-en sept-en commented Nov 7, 2022

Previously, we used to have pragma solidity ^0.8.11 definition for ERC20Locker and Locker contracts. Even though the contract is being compiled via the Hardhat interface and the specific compiler version is defined in hardhat.config.js, it makes sense to add an extra precaution in the code to avoid deploying with the latest compiler by mistake.

@sept-en sept-en added enhancement New feature or request solidity labels Nov 7, 2022
@sept-en sept-en requested a review from karim-en November 7, 2022 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request solidity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants