Skip to content

Commit

Permalink
add upi-taker
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mr committed Dec 6, 2024
1 parent 3545f85 commit 38be0e2
Show file tree
Hide file tree
Showing 133 changed files with 3,225 additions and 19,157 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

59 changes: 23 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,33 @@
{
"name": "se-2",
"name": "zkrail",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"account": "yarn workspace @se-2/foundry account",
"account:generate": "yarn workspace @se-2/foundry account:generate",
"account:import": "yarn workspace @se-2/foundry account:import",
"chain": "yarn workspace @se-2/foundry chain",
"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",
"generate": "yarn account: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",
"start": "yarn workspace @se-2/nextjs dev",
"test": "yarn foundry:test",
"vercel": "yarn workspace @se-2/nextjs vercel",
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
"verify": "yarn workspace @se-2/foundry verify"
"account": "pnpm --filter @zkrail/contracts account",
"account:generate": "pnpm --filter @zkrail/contracts account:generate",
"account:import": "pnpm --filter @zkrail/contracts account:import",
"chain": "pnpm --filter @zkrail/contracts chain",
"compile": "pnpm --filter @zkrail/contracts compile",
"deploy": "pnpm --filter @zkrail/contracts deploy",
"deploy:verify": "pnpm --filter @zkrail/contracts deploy:verify",
"flatten": "pnpm --filter @zkrail/contracts flatten",
"fork": "pnpm --filter @zkrail/contracts fork",
"format": "pnpm -r format",
"lint": "pnpm -r lint",
"test": "pnpm --filter @zkrail/contracts test",
"verify": "pnpm --filter @zkrail/contracts verify",
"web:dev": "pnpm --filter @zkrail/web dev",
"web:build": "pnpm --filter @zkrail/web build"
},
"devDependencies": {
"husky": "~8.0.3",
"lint-staged": "~13.2.2"
"husky": "^8.0.3",
"lint-staged": "^13.2.2"
},
"pnpmConfig": {
"workspaceDir": "packages"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.18.0"
"node": ">=18.18.0",
"pnpm": ">=8.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@se-2/foundry",
"name": "@zkrail/foundry",
"version": "0.0.1",
"type": "module",
"scripts": {
Expand Down
14 changes: 0 additions & 14 deletions packages/nextjs/.env.example

This file was deleted.

11 changes: 0 additions & 11 deletions packages/nextjs/.eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/nextjs/.eslintrc.json

This file was deleted.

37 changes: 0 additions & 37 deletions packages/nextjs/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/nextjs/.prettierrc.js

This file was deleted.

27 changes: 0 additions & 27 deletions packages/nextjs/app/blockexplorer/_components/AddressCodeTab.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions packages/nextjs/app/blockexplorer/_components/AddressComponent.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions packages/nextjs/app/blockexplorer/_components/AddressLogsTab.tsx

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions packages/nextjs/app/blockexplorer/_components/BackButton.tsx

This file was deleted.

Loading

0 comments on commit 38be0e2

Please sign in to comment.