How to use the decentraland-dapps/dist/modules/wallet/actions.connectWalletRequest function in decentraland-dapps

To help you get started, we’ve selected a few decentraland-dapps examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github decentraland / builder / src / components / SideBar / WalletSignIn / WalletSignIn.container.ts View on Github external
  onConnect: () => dispatch(connectWalletRequest()),
  onOpenModal: (name, metadata) => dispatch(openModal(name, metadata))
github decentraland / builder / src / components / Modals / DeployModal / ClearDeployment / ClearDeployment.container.ts View on Github external
  onConnect: () => dispatch(connectWalletRequest()),
  onClearDeployment: placement => dispatch(clearDeploymentRequest(placement))
github decentraland / builder / src / components / Modals / DeployModal / DeployToLand / DeployToLand.container.ts View on Github external
  onConnect: () => dispatch(connectWalletRequest()),
  onRecord: () => dispatch(recordMediaRequest()),