Skip to content

Commit

Permalink
usdc-token
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofianel5 committed Dec 15, 2023
1 parent ef473ba commit e3c94ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/contracts/PrivateRamp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,9 @@ contract PrivateRamp is Ownable, PrivateMerklePaymaster {
IVerifier _verifier2,
uint32 _levels,
address _hasher,
address _token
)
Ownable()
PrivateMerklePaymaster(_verifier2, _levels, _hasher, _token)
PrivateMerklePaymaster(_verifier2, _levels, _hasher, _usdc)
{
usdc = _usdc;
poseidon = _poseidon;
Expand Down

0 comments on commit e3c94ca

Please sign in to comment.