Skip to content

Commit

Permalink
chore: moving core contracts to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Apr 29, 2024
1 parent 53242b7 commit eb073cf
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion natspec-smells.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

/** @type {import('@defi-wonderland/natspec-smells').Config} */
module.exports = {
include: 'contracts'
include: 'src'
};
2 changes: 2 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ds-test/=node_modules/ds-test/src
forge-std/=node_modules/forge-std/src
solmate/=node_modules/solmate/src

contracts/=src/contracts
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eb073cf

Please sign in to comment.