Skip to content

Commit

Permalink
Merge pull request #78 from bgd-labs/fix/types
Browse files Browse the repository at this point in the history
fix: wagmi config type
  • Loading branch information
Argeare5 authored Apr 22, 2024
2 parents 7b446f2 + 1a79be2 commit 1672652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web3/utils/createWagmiConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Config, createConfig, http } from '@wagmi/core';
import { createClient, fallback, Hex, Transport } from 'viem';
import { Chain, mainnet } from 'viem/chains';
import { Config, createConfig, http } from 'wagmi';

import { fallBackConfig, VIEM_CHAINS } from '../../utils/chainInfoHelpers';
import { AllConnectorsInitProps, initAllConnectors } from '../connectors';
Expand Down

0 comments on commit 1672652

Please sign in to comment.