-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e43232
commit a117702
Showing
136 changed files
with
5,356 additions
and
9,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
# dependencies | ||
node_modules | ||
|
||
# dependencies, yarn, etc | ||
# yarn / eslint | ||
# yarn | ||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
# eslint | ||
.eslintcache | ||
.vscode/** | ||
.DS_Store | ||
|
||
# misc | ||
.DS_Store | ||
|
||
# IDE | ||
.vscode | ||
.idea | ||
|
||
# cli | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# --- Monorepo files --- | ||
|
||
.yarn/* | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.eslintcache | ||
.DS_Store | ||
.vscode | ||
.idea | ||
.vercel | ||
|
||
# --- Next.js files --- | ||
|
||
# dependencies | ||
packages/nextjs/node_modules | ||
packages/nextjs/.pnp | ||
packages/nextjs/.pnp.js | ||
|
||
# testing | ||
packages/nextjs/coverage | ||
|
||
# next.js | ||
packages/nextjs/.next/ | ||
packages/nextjs/out/ | ||
|
||
# production | ||
packages/nextjs/build | ||
|
||
# misc | ||
packages/nextjs/.DS_Store | ||
packages/nextjs/*.pem | ||
|
||
# debug | ||
packages/nextjs/npm-debug.log* | ||
packages/nextjs/yarn-debug.log* | ||
packages/nextjs/yarn-error.log* | ||
packages/nextjs/.pnpm-debug.log* | ||
|
||
# local env files | ||
packages/nextjs/.env.local | ||
packages/nextjs/.env.development.local | ||
packages/nextjs/.env.test.local | ||
packages/nextjs/.env.production.local | ||
|
||
# typescript | ||
packages/nextjs/*.tsbuildinfo | ||
|
||
# --- Foundry files --- | ||
|
||
# Compiler files | ||
packages/foundry/cache | ||
packages/foundry/out | ||
|
||
# Ignores development broadcast logs | ||
packages/foundry/broadcast | ||
|
||
# Docs | ||
packages/foundry/docs | ||
|
||
# Dotenv file | ||
packages/foundry/.env | ||
packages/foundry/localhost.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,19 +13,22 @@ | |
"compile": "yarn workspace @se-2/foundry compile", | ||
"deploy": "yarn workspace @se-2/foundry deploy", | ||
"deploy:verify": "yarn workspace @se-2/foundry deploy:verify", | ||
"flatten": "yarn workspace @se-2/foundry flatten", | ||
"fork": "yarn workspace @se-2/foundry fork", | ||
"format": "yarn next:format && yarn foundry:format", | ||
"foundry:format": "yarn workspace @se-2/foundry format", | ||
"foundry:lint": "yarn workspace @se-2/foundry lint", | ||
"foundry:test": "yarn workspace @se-2/foundry test", | ||
"foundry:snapshot": "yarn workspace @se-2/foundry snapshot", | ||
"generate": "yarn workspace @se-2/foundry generate", | ||
"postinstall": "husky install", | ||
"next:build": "yarn workspace @se-2/nextjs build", | ||
"next:check-types": "yarn workspace @se-2/nextjs check-types", | ||
"next:format": "yarn workspace @se-2/nextjs format", | ||
"next:lint": "yarn workspace @se-2/nextjs lint", | ||
"next:serve": "yarn workspace @se-2/nextjs serve", | ||
"precommit": "lint-staged", | ||
"prepare": "install-self-peers -- --ignore-scripts", | ||
"start": "yarn workspace @se-2/nextjs dev", | ||
"snapshot": "yarn foundry:snapshot", | ||
"test": "yarn foundry:test", | ||
"vercel": "yarn workspace @se-2/nextjs vercel", | ||
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo", | ||
|
@@ -36,7 +39,12 @@ | |
}, | ||
"devDependencies": { | ||
"husky": "~8.0.3", | ||
"lint-staged": "~13.2.2" | ||
"lint-staged": "~13.2.2", | ||
"next": "~14.0.4", | ||
"vercel": "~32.4.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18.17.0" | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"printWidth": 120, | ||
"tabWidth": 2, | ||
"trailingComma": "all" | ||
} |
401 changes: 0 additions & 401 deletions
401
packages/foundry/broadcast/DeployDemo.s.sol/11155111/run-1708664995.json
This file was deleted.
Oops, something went wrong.
1,060 changes: 0 additions & 1,060 deletions
1,060
packages/foundry/broadcast/DeployDemo.s.sol/11155111/run-1708665001.json
This file was deleted.
Oops, something went wrong.
1,060 changes: 0 additions & 1,060 deletions
1,060
packages/foundry/broadcast/DeployDemo.s.sol/11155111/run-latest.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.