Skip to content

Commit a9bc707

Browse files
committed
fixed solc requirement
1 parent 4272afd commit a9bc707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-contracts/contracts/interfaces/superfluid/IYieldBackend.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.23;
2+
pragma solidity >= 0.8.11;
33

44
/**
55
* A yield backend acts as interface between an ERC20 wrapper SuperToken and a yield generating protocol.

0 commit comments

Comments
 (0)