-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
133 changed files
with
3,225 additions
and
19,157 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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" | ||
} | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"name": "@se-2/foundry", | ||
"name": "@zkrail/foundry", | ||
"version": "0.0.1", | ||
"type": "module", | ||
"scripts": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
packages/nextjs/app/blockexplorer/_components/AddressCodeTab.tsx
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
packages/nextjs/app/blockexplorer/_components/AddressComponent.tsx
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
packages/nextjs/app/blockexplorer/_components/AddressLogsTab.tsx
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
packages/nextjs/app/blockexplorer/_components/AddressStorageTab.tsx
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
packages/nextjs/app/blockexplorer/_components/BackButton.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.