Skip to content

Commit

Permalink
fix mappings + author
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemusonaneko committed Feb 26, 2023
1 parent d894c5f commit 11b9393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
openzeppelin-contracts/=lib/openzeppelin-contracts/
solmate/=lib/solmate/src/
forge-std/=lib/forge-std/src/
ds-test/=lib/solmate/lib/ds-test/src/
2 changes: 2 additions & 0 deletions src/LlamaPayV2Factory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pragma solidity ^0.8.17;

import "./LlamaPayV2Payer.sol";

/// @title LlamaPayV2 Factory Contract
/// @author nemusona
contract LlamaPayV2Factory {
bytes32 constant INIT_CODEHASH =
keccak256(type(LlamaPayV2Payer).creationCode);
Expand Down

0 comments on commit 11b9393

Please sign in to comment.