Skip to content

Commit

Permalink
update: createChainConfigs args type
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaRouterP committed Dec 27, 2024
1 parent 830ae9d commit 242b1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/utils/createChainConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import getDefaultSupportedChains from './getDefaultSupportedChains.js';

const createChainConfigs = (
chains: SupportedChainsByType | undefined,
overrides?: Partial<Record<Chain, ChainConfig>>,
overrides?: Partial<Record<Chain, Partial<ChainConfig>>>,
testnet?: boolean,
): SupportedChainsByType => {
let supportedChains: SupportedChainsByType = {
Expand Down

0 comments on commit 242b1cc

Please sign in to comment.