Skip to content

Commit

Permalink
revert solidity version to 0.8.13 (supported by Ganache)
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Aug 7, 2024
1 parent 032b874 commit e28d100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnt2-contracts/.waffle-LockPayment.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"compilerVersion": "v0.8.26+commit.8a97fa7a",
"compilerVersion": "v0.8.13+commit.abaa5c0e",
"sourceDirectory": "./src/contracts/LockPayment",
"compilerOptions": {
"optimizer": {
Expand Down
2 changes: 1 addition & 1 deletion gnt2-contracts/src/contracts/LockPayment/LockPayment.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;
pragma solidity ^0.8.13;

/**
* Out of the IERC20 interface, only the transfer and transferFrom functions are used.
Expand Down

0 comments on commit e28d100

Please sign in to comment.