Skip to content

Commit

Permalink
Update default contact
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkux authored Dec 6, 2023
1 parent 038a143 commit 1f96c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/messenger-web/src/Dm3Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DM3 } from 'messenger-widget';
const Dm3Widget: React.FC = () => {
// Define the props for the DM3 component
const props: any = {
defaultContact: 'receiver.beta-user.dm3.eth',
defaultContact: 'contact.dm3.eth',
defaultServiceUrl: process.env.REACT_APP_DEFAULT_SERVICE,
ethereumProvider: process.env.REACT_APP_ETHEREUM_PROVIDER,
walletConnectProjectId: process.env.REACT_APP_WALLET_CONNECT_PROJECT_ID,
Expand Down

0 comments on commit 1f96c5d

Please sign in to comment.