Skip to content

Commit

Permalink
fix: lock pragma version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsadface committed Feb 11, 2025
1 parent 7e84f1b commit 908abc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/story-nft/CachableNFT.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.26;
// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;

// cache contract has three modes
// 1. cache mode
Expand Down

0 comments on commit 908abc5

Please sign in to comment.