Update solidity version
This commit is contained in:
parent
dc7778a24f
commit
71d1558ddf
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.8.15;
|
||||||
|
|
||||||
interface IPoseidonHasher {
|
interface IPoseidonHasher {
|
||||||
function hash(uint256[2] memory input) external pure returns (uint256 result);
|
function hash(uint256[2] memory input) external pure returns (uint256 result);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pragma solidity 0.7.4;
|
pragma solidity 0.8.15;
|
||||||
|
|
||||||
import { IPoseidonHasher } from "./PoseidonHasher.sol";
|
import { IPoseidonHasher } from "./PoseidonHasher.sol";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue