Skip to content

Commit

Permalink
Merge pull request #5 from indexed-finance/meta-governance
Browse files Browse the repository at this point in the history
Set exact solidity version
  • Loading branch information
d1ll0n committed Jan 26, 2021
2 parents ca51a51 + a94e40d commit 8794823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/meta/MetaGovernorCOMP.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.6.12;
pragma experimental ABIEncoderV2;

import "@openzeppelin/contracts/math/SafeMath.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/meta/MetaGovernorUNI.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.6.12;
pragma experimental ABIEncoderV2;

import "@openzeppelin/contracts/math/SafeMath.sol";
Expand Down

0 comments on commit 8794823

Please sign in to comment.