Skip to content

Commit

Permalink
chore: bump web3modal and fix balance bug (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored Mar 17, 2023
1 parent 66fff5a commit 5aad11e
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 464 deletions.
22 changes: 11 additions & 11 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@wagmi/cli": "^0.1.11",
"abitype": "^0.6.7",
"eslint": "^8.35.0",
"@sveltejs/kit": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@wagmi/cli": "^0.1.13",
"abitype": "^0.6.8",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite": "^4.2.0",
"vite-plugin-node-polyfills": "^0.7.0"
},
"dependencies": {
"@picocss/pico": "^1.5.7",
"@wagmi/core": "0.10.1",
"@web3modal/ethereum": "^2.2.0",
"@web3modal/html": "^2.2.0",
"@web3modal/ethereum": "^2.2.1",
"@web3modal/html": "^2.2.1",
"ethers": "^5.7.2"
}
}
Loading

1 comment on commit 5aad11e

@vercel
Copy link

@vercel vercel bot commented on 5aad11e Mar 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dapp-slaps – ./

dapp-slaps.vercel.app
dapp-slaps-git-main-d1onys1us.vercel.app
dapp-slaps-d1onys1us.vercel.app

Please sign in to comment.