Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:corpus-io/dm3 into edit-dlt-atta…
Browse files Browse the repository at this point in the history
…chments-bugs
  • Loading branch information
Bhupesh-mfsi committed Dec 6, 2023
2 parents e74d8e6 + 1f96c5d commit d2eeabe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions 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
11 changes: 11 additions & 0 deletions packages/toplevel-alias/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
.env
coverage
coverage.json
typechain
typechain-types

# Hardhat files
cache
artifacts

0 comments on commit d2eeabe

Please sign in to comment.