Skip to content

Commit

Permalink
Wipe out ethers.js, replace signer/provider/signerOrProvider with wal…
Browse files Browse the repository at this point in the history
…letClient/publicCLient/walletOrPublicClient whenever appropriate
  • Loading branch information
mudrila committed Apr 15, 2024
1 parent 12b9753 commit 2b06166
Show file tree
Hide file tree
Showing 245 changed files with 4,467 additions and 29,281 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// files to ignore
node_modules
src/assets/typechain-types
/docker
playwright.config.ts
vitest.config.ts
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/assets/typechain-types/

3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"@decent-org/fractal-ui": "^0.1.25",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@fontsource/ibm-plex-mono": "^4.5.12",
"@fontsource/ibm-plex-sans": "^4.5.13",
"@fractal-framework/fractal-contracts": "^0.7.0",
Expand All @@ -30,7 +28,6 @@
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.1",
"ethers": "^5.7.2",
"evm-proxy-detection": "^1.1.0",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
Expand Down
Loading

0 comments on commit 2b06166

Please sign in to comment.