Skip to content

Commit

Permalink
replace ethers with viem
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Mar 1, 2024
1 parent fae9a4c commit d03a8cc
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 2,884 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dappscout-iframe",
"description": "A set of context and hook for an iframe that allows interaction with dApps using a connected wallet.",
"version": "0.1.0",
"version": "0.2.0-beta.0",
"author": "Maksim Alekseenko (https://github.com/maxaleks)",
"contributors": [
"Apoorv Lathey <apoorv.xyz>"
Expand All @@ -25,9 +25,9 @@
"postpack": "clean-package restore"
},
"dependencies": {
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"viem": "^1.20.3"
},
"devDependencies": {
"@types/node": "^20.9.0",
Expand All @@ -45,9 +45,9 @@
"vite-plugin-dts": "^3.6.3"
},
"peerDependencies": {
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"viem": "^1.20.3"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit d03a8cc

Please sign in to comment.