Skip to content

Commit

Permalink
build: init modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanycw committed Oct 24, 2024
1 parent b3ea885 commit 2a96043
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/NonFungiblePosVault.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.25;
pragma solidity 0.8.25;

import {SolidStateDiamond} from "@solidstate/contracts/proxy/diamond/SolidStateDiamond.sol";


contract NonFungiblePosVault {

}
contract NonFungiblePosVault is SolidStateDiamond { }
1 change: 1 addition & 0 deletions src/modules/EnterSubmodule.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions src/modules/ExitSubmodule.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions src/modules/OperationSubmodule.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added src/modules/VaultSubmodule.sol
Empty file.

0 comments on commit 2a96043

Please sign in to comment.