Skip to content

Commit 1a00275

Browse files
committed
fix version
1 parent 9c6d291 commit 1a00275

File tree

1 file changed

+1
-1
lines changed
  • crates/cargo-pvm-contract/templates/examples

1 file changed

+1
-1
lines changed

crates/cargo-pvm-contract/templates/examples/MyToken.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.27;
2+
pragma solidity ^0.8.0;
33

44
interface MyToken {
55
event Transfer(address indexed from, address indexed to, uint256 value);

0 commit comments

Comments
 (0)