Skip to content

Commit

Permalink
chore: update viem
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jul 12, 2023
1 parent 1331564 commit 1bd68dd
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 31 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rome": "^12.1.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"viem": "0.0.0-w-20230711215150",
"viem": "0.0.0-main.20230712T213010",
"vite": "^4.3.2",
"vitest": "^0.31.0"
},
Expand All @@ -55,13 +55,12 @@
"@wagmi/core": "workspace:*",
"remark-shiki-twoslash>shiki": "^0.14.1",
"shiki-twoslash>shiki": "^0.14.1",
"viem": "0.0.0-w-20230711215150"
"viem": "0.0.0-main.20230712T213010"
},
"patchedDependencies": {
"@coinbase/wallet-sdk@3.7.1": "patches/@coinbase__wallet-sdk@3.7.1.patch",
"@walletconnect/ethereum-provider@2.8.5": "patches/@walletconnect__ethereum-provider@2.8.5.patch",
"vitepress@1.0.0-beta.1": "patches/vitepress@1.0.0-beta.1.patch",
"viem@0.0.0-w-20230711215150": "patches/viem@latest.patch"
"vitepress@1.0.0-beta.1": "patches/vitepress@1.0.0-beta.1.patch"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/actions/connect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test('behavior: user rejected request', async () => {
[UserRejectedRequestError: User rejected the request.
Details: Failed to connect.
Version: viem@x.y.z]
Version: viem@0.0.0-main.20230712T213010]
`)
})

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/actions/getToken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ test('behavior: bogus token', async () => {
function: decimals()
Docs: https://viem.sh/docs/contract/multicall.html
Version: viem@x.y.z"
Version: viem@0.0.0-main.20230712T213010"
`)
})
2 changes: 1 addition & 1 deletion packages/core/src/actions/signMessage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('behavior: user rejected request', async () => {
[UserRejectedRequestError: User rejected the request.
Details: Failed to sign message.
Version: viem@x.y.z]
Version: viem@0.0.0-main.20230712T213010]
`)
await disconnect(config, { connector: connector_ })
})
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/actions/switchChain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test('behavior: user rejected request', async () => {
[UserRejectedRequestError: User rejected the request.
Details: Failed to switch chain.
Version: viem@x.y.z]
Version: viem@0.0.0-main.20230712T213010]
`)
await disconnect(config, { connector: connector_ })
})
Expand Down
8 changes: 0 additions & 8 deletions patches/viem@latest.patch

This file was deleted.

26 changes: 11 additions & 15 deletions pnpm-lock.yaml

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

1 comment on commit 1bd68dd

@vercel
Copy link

@vercel vercel bot commented on 1bd68dd Jul 12, 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:

wagmi-v2 – ./docs

wagmi-v2-wagmi-dev.vercel.app
wagmi-v2.vercel.app
wagmi-v2-git-tmm-v2-wagmi-dev.vercel.app

Please sign in to comment.