Skip to content

Commit

Permalink
roles v2 error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Feb 12, 2024
1 parent 9d6ec5b commit 5e45722
Show file tree
Hide file tree
Showing 37 changed files with 32 additions and 5,753 deletions.
2 changes: 0 additions & 2 deletions extension/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Stakewise",
"Sushiswap",
"toastify",
"typechain",
"Uids",
"walletconnect",
"whatsabi",
Expand All @@ -68,7 +67,6 @@
"tsconfig.json",
"public/build/**",
"public/_metadata/**",
"src/types/typechain/**",
"**/*.svg"
]
}
3 changes: 1 addition & 2 deletions extension/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
esbuild.js
src/types/typechain
esbuild.js
253 changes: 0 additions & 253 deletions extension/.pnp.cjs

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions extension/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# package.json is formatted by package managers, so we ignore it here
package.json
src/types/typechain/**/*.ts
package.json
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 3 additions & 6 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "zodiac-pilot",
"version": "1.0.0",
"version": "0.0.0",
"description": "Chrome extension to simulate dApp interactions and record transactions",
"main": "index.js",
"repository": "https://github.com/gnosis/zodiac-pilot.git",
"repository": "https://github.com/gnosisguild/zodiac-pilot.git",
"author": "Jan-Felix <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "NODE_ENV=production rimraf public/build && node esbuild.js",
"zip": "mv public zodiac-pilot && zip -vr zodiac-pilot.zip zodiac-pilot/ -x \"*.DS_Store\" && mv zodiac-pilot public",
"dev": "NODE_ENV=development node esbuild.js",
"generate:types": "rimraf ./src/types/typechain && typechain --target=ethers-v5 --out-dir ./src/types/typechain ./src/abi/*.json",
"test": "jest",
"check": "yarn check:ts && yarn check:prettier && yarn check:lint && yarn check:spelling",
"check:ts": "tsc --noEmit",
Expand All @@ -34,7 +33,6 @@
"@safe-global/safe-gateway-typescript-sdk": "^3.14.0",
"@shazow/whatsabi": "^0.2.1",
"@testing-library/jest-dom": "^5.16.1",
"@typechain/ethers-v5": "^10.2.1",
"@types/chrome": "^0.0.233",
"@types/events": "^3.0.3",
"@types/jest": "^27.5.2",
Expand Down Expand Up @@ -82,9 +80,8 @@
"react-toastify": "^9.0.8",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"typechain": "^8.3.2",
"typescript": "^4.9.4",
"typescript-plugin-css-modules": "^3.4.0"
},
"packageManager": "[email protected]"
}
}
Loading

0 comments on commit 5e45722

Please sign in to comment.