Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Dec 10, 2024
1 parent 0fda8f1 commit c6fa6ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { XMTPPlugin } from '@justweb3/xmtp-plugin';
export const XMTP = () => {
const { handleJustWeb3Config, config } = useContext(JustWeb3Context);

console.log('config', config);
console.log('config', config, XMTPPlugin, XMTPPlugin.name);
const handleXMTPConfig = (enabled: boolean) => {
if (enabled) {
handleJustWeb3Config({
Expand Down

0 comments on commit c6fa6ee

Please sign in to comment.