Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
chore: update viem
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 24, 2023
1 parent 577d2a0 commit fa61dfe
Show file tree
Hide file tree
Showing 5 changed files with 3,954 additions and 1,320 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-badgers-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wagmi/connectors': patch
---

Updated viem.
4 changes: 2 additions & 2 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"peerDependencies": {
"@wagmi/chains": ">=0.2.24",
"typescript": ">=4.9.4",
"viem": "~0.3.18"
"viem": "~0.3.35"
},
"peerDependenciesMeta": {
"@wagmi/chains": {
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@wagmi/chains": "workspace:*",
"viem": "0.3.18"
"viem": "0.3.35"
},
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/connectors/src/mock/connector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('MockConnector', () => {
"User rejected the request.
Details: Failed to connect.
Version: [email protected].18"
Version: [email protected].35"
`)
})
})
Expand Down Expand Up @@ -217,7 +217,7 @@ describe('MockConnector', () => {
"User rejected the request.
Details: Failed to switch chain.
Version: [email protected].18"
Version: [email protected].35"
`)
})
})
Expand Down
4 changes: 2 additions & 2 deletions packages/connectors/src/mock/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('MockProvider', () => {
"User rejected the request.
Details: Failed to connect.
Version: [email protected].18"
Version: [email protected].35"
`)
})
})
Expand Down Expand Up @@ -184,7 +184,7 @@ describe('MockProvider', () => {
"User rejected the request.
Details: Failed to switch chain.
Version: [email protected].18"
Version: [email protected].35"
`)
})
})
Expand Down
Loading

0 comments on commit fa61dfe

Please sign in to comment.