Skip to content

Commit

Permalink
chore: fix snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 4, 2023
1 parent d135f68 commit b3a1825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/createConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { expect, test } from 'vitest'

import { createConfig } from './createConfig.js'

test('exports', () => {
test('default', () => {
const config = createConfig({
chains: [mainnet],
connectors: [testConnector({ accounts })],
Expand Down
11 changes: 6 additions & 5 deletions packages/core/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ test('exports', () => {
"getBalance",
"getBlockNumber",
"watchBlockNumber",
"getChainId",
"watchChainId",
"getConnections",
"watchConnections",
"getConnectorClient",
"getEnsAddress",
"getEnsAvatar",
"getEnsName",
"getEnsResolver",
"getFeeData",
"getToken",
"getTransaction",
"getChainId",
"watchChainId",
"getConnections",
"watchConnections",
"getConnectorClient",
"multicall",
"prepareSendTransaction",
"readContract",
"readContracts",
Expand Down

1 comment on commit b3a1825

@vercel
Copy link

@vercel vercel bot commented on b3a1825 Sep 4, 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.vercel.app
wagmi-v2-wagmi-dev.vercel.app
wagmi-v2-git-alpha-wagmi-dev.vercel.app
alpha.wagmi.sh

Please sign in to comment.