Skip to content

Commit 6e80252

Browse files
committed
changed to MAINNET-PROVIDER
1 parent 9c05f05 commit 6e80252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/messenger-web/src/Dm3Widget.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const Dm3Widget: React.FC = () => {
1313
const props: any = {
1414
defaultContact: 'contact.dm3.eth',
1515
defaultServiceUrl: process.env.REACT_APP_DEFAULT_SERVICE,
16-
ethereumProvider: process.env.REACT_APP_ETHEREUM_PROVIDER,
16+
ethereumProvider: process.env.REACT_APP_MAINNET_PROVIDER_RPC,
1717
walletConnectProjectId: process.env.REACT_APP_WALLET_CONNECT_PROJECT_ID,
1818
showAlways: true,
19-
hideFunction: 'attachments,edit,delete', // Optional parameter: 'attachments,edit,delete' or undefined
19+
hideFunction: 'attachments', // Optional parameter: 'attachments,edit,delete' or undefined
2020
showContacts: true, // true for all contacts / false for default contact
2121
};
2222

0 commit comments

Comments
 (0)