Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-mvp' into feat-mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivomo committed Nov 7, 2023
2 parents ecdb23b + 6aad843 commit fa9f5c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/client/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ setup().then(async (result) => {
<App />
</MUDProvider>
);
// const { mount: mountDevTools } = await import("@latticexyz/dev-tools");
// mountDevTools({
// config: mudConfig,
// publicClient: network.publicClient,
// walletClient: network.walletClient,
// latestBlock$: network.latestBlock$,
// blockStorageOperations$: network.blockStorageOperations$,
// worldAddress: network.worldContract.address,
// worldAbi: network.worldContract.abi,
// write$: network.write$,
// recsWorld: network.world,
// });
const { mount: mountDevTools } = await import("@latticexyz/dev-tools");
mountDevTools({
config: mudConfig,
publicClient: network.publicClient,
walletClient: network.walletClient,
latestBlock$: network.latestBlock$,
blockStorageOperations$: network.blockStorageOperations$,
worldAddress: network.worldContract.address,
worldAbi: network.worldContract.abi,
write$: network.write$,
recsWorld: network.world,
});
});

0 comments on commit fa9f5c1

Please sign in to comment.