File tree Expand file tree Collapse file tree 3 files changed +3
-37
lines changed
Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { withThemeByClassName } from "@storybook/addon-themes";
44import { SonnerToaster } from "@cartridge/ui-next" ;
55
66import { StoryParameters , ParametersProvider } from "./parameters" ;
7- import { Provider } from ". /provider" ;
7+ import { Provider } from "#components /provider" ;
88
99import "../src/index.css" ;
1010
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ export const useConnectionValue: Mock<() => ConnectionContextValue> = fn(() => {
4444 provider : new RpcProvider ( {
4545 nodeUrl : "https://api.cartridge.gg/x/starknet/sepolia" ,
4646 } ) ,
47+ classHash : ( ) =>
48+ "0x0000000000000000000000000000000000000000000000000000000000000000" ,
4749 ...controller ,
4850 } as Controller ,
4951 origin : "http://localhost:3002" ,
You can’t perform that action at this time.
0 commit comments