Skip to content

Commit

Permalink
fix chain
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFungible committed Dec 9, 2023
1 parent fbebd55 commit cd2f26b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/useStoryClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
'use client';
import { Client, ReadOnlyClient, StoryClient, StoryConfig, StoryReadOnlyConfig } from '@story-protocol/core-sdk';
import { sepolia, useWalletClient } from 'wagmi';
import { useWalletClient } from 'wagmi';
import { custom, http } from 'viem';
import { sepolia } from 'viem/chains';

type EthereumProvider = { request(): Promise<any> };

Expand Down

0 comments on commit cd2f26b

Please sign in to comment.