Changing name of RLN Contract.

Eth accepting and ERC20 accepting contract names different.
This commit is contained in:
Keshav Gupta 2022-08-09 14:47:41 +02:00
parent ae6d137da7
commit c1e4e13857
No known key found for this signature in database
GPG Key ID: 42F874800B16699B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pragma solidity 0.7.4;
import { IPoseidonHasher } from "./PoseidonHasher.sol";
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract RLN {
contract RLNERC20 {
uint256 public immutable MEMBERSHIP_DEPOSIT;
uint256 public immutable DEPTH;
uint256 public immutable SET_SIZE;