Skip to content

Commit

Permalink
✨ remapping for allo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed Nov 27, 2023
1 parent d31545f commit d72476a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/allo-v2
Submodule allo-v2 added at 6fc1b5
2 changes: 2 additions & 0 deletions pkg/contracts/src/Counter.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

import "allo-v2/core/Allo.sol";

contract Counter {
uint256 public number;

Expand Down
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
allo-v2/=lib/allo-v2/contracts/

0 comments on commit d72476a

Please sign in to comment.