mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-23 04:49:23 +00:00
Solidity compiler
This commit is contained in:
parent
6f26811f26
commit
7689ea8a3a
@ -1,4 +1,4 @@
|
||||
pragma solidity 0.7.4;
|
||||
pragma solidity ^0.7.4;
|
||||
|
||||
interface IPoseidonHasher {
|
||||
function hash(uint256[2] memory input) external pure returns (uint256 result);
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity 0.7.4;
|
||||
pragma solidity ^0.7.4;
|
||||
|
||||
import { IPoseidonHasher } from "./PoseidonHasher.sol";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity 0.7.4;
|
||||
pragma solidity ^0.7.4;
|
||||
|
||||
import { IPoseidonHasher } from "./PoseidonHasher.sol";
|
||||
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
|
||||
|
Loading…
x
Reference in New Issue
Block a user