Skip to content

Commit

Permalink
Merge pull request #27 from membranefi/feat/fix_solidity_version
Browse files Browse the repository at this point in the history
Fix solidity version
  • Loading branch information
microbecode committed Dec 5, 2022
2 parents 320bd0e + e43d543 commit f11328c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Expand Up @@ -4,5 +4,8 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"]
"eslint.validate": [
"javascript"
],
"solidity.compileUsingRemoteVersion": "v0.8.4+commit.c7e474f2"
}
2 changes: 1 addition & 1 deletion contracts/EUROe.sol
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
pragma solidity 0.8.4;

import "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol";
Expand Down

0 comments on commit f11328c

Please sign in to comment.