Skip to content

Commit

Permalink
fixed compiler version & license
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Sep 20, 2023
1 parent 3c650f0 commit 466a379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/experimental/FOTToken.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: AGPLv3
pragma solidity ^0.8.0;
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity 0.8.19;

// This file contains everything we need for a customized Pure SuperToken.
// It imports needed dependencies from the Superfluid framework and OpenZeppelin.
Expand Down

0 comments on commit 466a379

Please sign in to comment.