Skip to content

Commit

Permalink
hello again, ponder (#30)
Browse files Browse the repository at this point in the history
* bump pnpm

* pnpm create ponder

* start ponder app
  • Loading branch information
frolic authored Jan 22, 2025
1 parent 89a00f3 commit 2aa7018
Show file tree
Hide file tree
Showing 16 changed files with 7,979 additions and 3,679 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"engines": {
"node": "18",
"pnpm": "8"
"pnpm": "9"
},
"scripts": {
"preinstall": "npx -y only-allow pnpm",
Expand Down
4 changes: 0 additions & 4 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@ethfs/contracts",
"private": true,
"engines": {
"node": "18",
"pnpm": "8"
},
"scripts": {
"prettier": "pnpm lint:fix && prettier --write \"src/**/*.sol\" --plugin=prettier-plugin-solidity",
"lint": "solhint --config ../../.solhint.json \"src/**/*.sol\"",
Expand Down
4 changes: 0 additions & 4 deletions packages/deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@ethfs/deploy",
"private": true,
"engines": {
"node": "18",
"pnpm": "8"
},
"scripts": {
"deploy": "DEBUG=mud:* tsx script/deployToAllChains.ts"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/gunzip-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "@ethfs/gunzip-scripts",
"private": true,
"version": "0.0.1",
"engines": {
"node": "18",
"pnpm": "8"
},
"scripts": {
"build": "esbuild src/gunzipScripts.ts --outfile=dist/gunzipScripts-$npm_package_version.js --bundle --minify"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/ponder/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "ponder"
}
18 changes: 18 additions & 0 deletions packages/ponder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dependencies
/node_modules

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Misc
.DS_Store

# Env files
.env*.local

# Ponder
/generated/
/.ponder/
Loading

0 comments on commit 2aa7018

Please sign in to comment.