Skip to content

Commit

Permalink
Merge pull request #1073 from multiversx/development
Browse files Browse the repository at this point in the history
* Add support for the new cross window functionality in web wallet (#1067)

* add walletV2 provider WIP

* get wallet address from state

* Message communication working

* login with wallet v2

* login with wallet v2

* Navigation working

* fix event listener removal

* prepare sign

* Fix yarn lock

* Minor refactor

* FIx error

* close child window on unload

* remove console log

* remove console log

* sign when child window is closed

* sign when child window is closed

* cancel tx

* Add logout

* Update yarn lock

* Work on login event

* Work on walletProvider

* Remove isChildTab key

* Rename walletV2 to crossWindow

* Updated parentDapp to window.document.referrer

* Remove reference to referrer

* Update version to alpha

* provider wip

* sign transactions

* Add comments

* Update alpha version

* fix wallet refresh (handshake lost)

* cancel action from dApp

* Update version

* use provider from package

* fix import

* alpha version

* alpha version increment

* increment cross window provider version

* increment alpha version

* regenerate yarn lock

* Add comment

* bump version

* regenerate yarn lock

* bump provider version

* bump alpha version

* New webview provider (#996)

* wip wallet hub integration

* implement new webview provider

* implement new webview provider functionality

* fix signMessage implementaion on the NewWebviewProvider + some cleanup

* fix sign message flow

* cleanup

* cleanup and revert unnecessary changes

* revert minify changes

* 2.24.2-alpha.7

* use new cross window provider response types

* changes on cross window provider types reexports

* update cross provider version

* cross window provider reexports

* set minify

* reset local publish config

* strongly types on the new webview provider

* revert minification settings

* remove comment

* revert minification settings

* refactoring according to code review

* update logout function

* upgrade cross window provider version

* cleanup

* yarn.lock

* increment version

* regenerate yarn lock

* apply minification

* Update version

* rename NewWebViewProvider into ExperimentalWebviewProvider

* 2.26.0-alpha.3

* 2.26.0-alpha-4

* Fixed build error

* Upgrade @multiversx/sdk-web-wallet-cross-window-provider@0.0.10

* Upgrade version

* Upgrade provider

* cleanup

* 2.26.0-alpha-8

* fix sign message

* 2.26.0-alpha-9

* try to fix the issue of accessing origin from Window outside of the iframe

* 2.26.0-alpha.10

* fix build

* 2.27.0-alpha.0

* cleanup after merge

* 2.27.0-alpha.1

* Fix axios instance

* Update version

* Add axios patch

* Set interceptors

* Fix interceptors

* Fix tests

* Update README

* Upgrade corss-window-provider

* 2.28.0-alpha.3

* Changed postMessage payload from string to plain object (#1025)

* Changed postMessage payload from string to plain object

* Updated helpers and CHANGELOG.md

* 2.28.0-alpha.4

* Updated CHANGELOG.md

* Removed exports

* Updated package.json

* 2.28.0-alpha.5

* Improve tsc support (#1026)

* Update sdk-web-wallet-cross-window-provider@0.0.19

* 2.28.0-alpha.7

* Updated sdk-core

* 2.28.1-alpha.0

* Update yarn lock

* 2.28.4-alpha.1

* Fix extension cancel mesage

* 2.28.4-alpha.2

* Updated sdk-core

* 2.28.5-alpha.0

* Updated sdk-core

* 2.28.5-alpha.1

* Update yarn lock

* 2.28.5-alpha.2

* Upgrade @multiversx/sdk-web-wallet-cross-window-provider@0.0.20

* 2.28.5-alpha.3

* Extract multisig login logic

* Fix login

* 2.28.5-alpha.4

* Fixed wallet connect breaks login with other providers (#1041)

* Fix wallet connect login

* Fix possibly undefined payload (#1040)

* Fixe possibly undefined payload

* Update CHANGELOG

* Wallet connect provider state clear

* Fix wallet connect init and extension login cancel

* Updated CHANGELOG.md

---------

Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>

* 2.28.6-alpha.0 (#1045)

* 2.28.6-alpha.1

* Fix types

* 2.28.6-alpha.2

* 2.28.6-alpha.5

* 2.28.7-alpha.0

* 2.28.7-alpha.1

* Fix tests and build

* Add support for nativeAuth impersonate (#1049)

* Add support for nativeAuth impersonate

* Fixed issues with wallet connect (#1050)

* Fix issues with wallet connect

* Remove ref

* Revert changes

* Update hook

* Move slice to login instead of account

* Update changelog and version

* Update version

* 2.28.7-alpha.4

* Add getHasNativeAuth (#1051)

* Add checkNativeAuth

* Update changelog and increment version

* Rename function

* Avoid sending nativeAuth if it is not configured

* Update QR initialization to not do extra steps if it is not mounted

* Update walletConnect initialization (#1052)

* Update walletConnect initialization

* Fix wallet connect chainID (#1053)

* Add waitForChainID for useWalletConnectV2Login

* Added new fee and receiver fields.

* Updated data field styles.

* Updated wording.

* increment alpha

* increment alpha

* Added markup.

* Fixed wrongfully placed data test identifier.

* 2.28.7-alpha.19

* Added missing data test identifier.

* 2.28.7-alpha.20

* Updated layout.

* Updated file structure.

* 2.28.7-alpha.21

* Updated code quality.

* Removed redundant condition.

* Updated imports to be relative.

* Fix ledger guardian signing (#1059)

* Fix ledger guardian signing

* Update CHANGELOG

* 2.28.7-alpha.22

* Added missing "data-testid".

* 2.28.7-alpha.23

* Fix Sign step progress (#1060)

* Fix Sign step progress

* Upgrade @multiversx/sdk-web-wallet-cross-window-provider

* Added the identifier instead of the ticker.

* Update CHANGELOG

* 2.28.7-alpha.24

---------

Co-authored-by: Miro Mărgineanu <miro.margineanu@elrond.com>

* 2.28.8-alpha.0

* Update WalletConnect (#1064)

* update @multiversx/sdk-wallet-connect-provider to 4.1.1 ( @WalletConnect 2.11.2 )

* - Removed canLoginRef requirement
- Do not login if component is not mounted
- Avoid double QR generation

* updated type for loginButtonText

* 2.28.8-alpha.2

* Updated CHANGELOG

* Fixed tests.

* Added "data-value".

* 2.28.8-alpha.3

* Added variable.

* Fixed code.

* 2.28.8-alpha.4

* extend ExperimentalWebviewProvider with reset state option

* 2.28.8-alpha.5

* update changelog

* update changelog

* Tm/cwh-fixes (#1068)

* Add linting rule

* Update CHANGELOG

* Revert version

* Rename multisig to modifiedAccount

* Temp remove cross window wallet button

* Add data-testid from enum

* 2.28.8-alpha.6

* fix reset state action

* 2.28.8-alpha.7

---------

Co-authored-by: Andrei <giura.andrei70@gmail.com>
Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>
Co-authored-by: Razvan Tomegea <razvan.tomegea@gmail.com>
Co-authored-by: Razvan Tomegea <razvantomegea@users.noreply.github.com>
Co-authored-by: DanutIlie <42973343+DanutIlie@users.noreply.github.com>
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
Co-authored-by: Miro Mărgineanu <miro.margineanu@elrond.com>
Co-authored-by: Radu Mojic <radu.mojic@multiversx.com>

* 2.29.0-beta.0

* update changelog

* Add getOperationsDetails (#1054)

* Add getOperationsDetails

* Update changelog

* Remove typing

* Update version

* Update function

* Add tests

* Fix experimental webview provider initialization (#1070)

* fix experimental webview provider initialization

* update changelog

* fix init

* small fix

* 2.29.0-beta.1

* update changelog

* Upgrade sdk packages (#1072)

* upgrade sdk-core and sdk-web-wallet-cross-window-provider packages

* update changelog

* Move axios in peerDependencies (#1023)

* move axios in peerDependencies

* update changelog

---------

Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>

* 2.29.0-beta.2

* update changelog

* Fix wallet logout (#1074)

* Ftubix wallet logout

* Update changelog

* 2.29.0-beta.3

* Update CHANGELOG

* Fixed different address than account address in account info (#1076)

* Fixed different address than account address in account info

* Reset address state if account is not found

* Cross window 2FA signing (#1075)

* Cross window 2FA signing

* Update CHANGELOG

---------

Co-authored-by: Razvan Tomegea <razvantomegea@users.noreply.github.com>

* Updated CHANGELOG.md

* 2.29.0-beta.4

* Updated CHANGELOG.md

---------

Co-authored-by: Andrei <giura.andrei70@gmail.com>
Co-authored-by: Tudor Morar <tudor.morar@multiversx.com>
Co-authored-by: Razvan Tomegea <razvan.tomegea@gmail.com>
Co-authored-by: Razvan Tomegea <razvantomegea@users.noreply.github.com>
Co-authored-by: DanutIlie <42973343+DanutIlie@users.noreply.github.com>
Co-authored-by: Gavrila Andrei <andrei.gavrila@multiversx.com>
Co-authored-by: Miro Mărgineanu <miro.margineanu@elrond.com>
Co-authored-by: Radu Mojic <radu.mojic@multiversx.com>
  • Loading branch information
8 people authored Mar 14, 2024
2 parents 0b12dab + b82b173 commit aa43893
Show file tree
Hide file tree
Showing 108 changed files with 2,670 additions and 1,316 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"prefer-object-spread": 2,
"object-curly-newline": "off",
"arrow-body-style": "off",
"react/jsx-props-no-spreading": "off",
Expand Down
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[v2.29.0-beta.4]](https://github.com/multiversx/mx-sdk-dapp/pull/1073)] - 2024-03-14
- [Fixed different address than account address in account info](https://github.com/multiversx/mx-sdk-dapp/pull/1076)
- [Changed 2FA signing to use wallet cross-window provider](https://github.com/multiversx/mx-sdk-dapp/pull/1075)

## [[v2.29.0-beta.3]](https://github.com/multiversx/mx-sdk-dapp/pull/1073)] - 2024-03-12
- [Fixed WebWallet logout not working](https://github.com/multiversx/mx-sdk-dapp/pull/1074)

## [[v2.29.0-beta.2]](https://github.com/multiversx/mx-sdk-dapp/pull/1073)] - 2024-03-12
- [Move axios in peerDependencies](https://github.com/multiversx/mx-sdk-dapp/pull/1023)
- [Upgrade sdk packages](https://github.com/multiversx/mx-sdk-dapp/pull/1072)

## [[v2.29.0-beta.1]](https://github.com/multiversx/mx-sdk-dapp/pull/1071)] - 2024-03-12
- [Added getOperationsDetails for retrieving visible operations](https://github.com/multiversx/mx-sdk-dapp/pull/1054)
- [Fix experimental webview provider initialization](https://github.com/multiversx/mx-sdk-dapp/pull/1070)

## [[v2.29.0-beta.0]](https://github.com/multiversx/mx-sdk-dapp/pull/1069)] - 2024-03-11
- [Fixed types and file names](https://github.com/multiversx/mx-sdk-dapp/pull/1068)
- [Add support for the new cross window functionality in web wallet](https://github.com/multiversx/mx-sdk-dapp/pull/1067)
- [Update WalletConnect package and functionality](https://github.com/multiversx/mx-sdk-dapp/pull/1064)
- [Fixed sign step signing and labels](https://github.com/multiversx/mx-sdk-dapp/pull/1060)
- [Fixed signing multiple transactions with guarded ledger](https://github.com/multiversx/mx-sdk-dapp/pull/1059)
- [Added getHasNativeAuth in order to see if nativeAuth has been configured on development mode](https://github.com/multiversx/mx-sdk-dapp/pull/1051)
- [Added support for nativeAuth impersonate](https://github.com/multiversx/mx-sdk-dapp/pull/1049)
- [Updated WalletConnectV2 account provider to be updated on new or existing session](https://github.com/multiversx/mx-sdk-dapp/pull/1050)

## [[v2.28.8]](https://github.com/multiversx/mx-sdk-dapp/pull/1062)] - 2024-03-07

- [Fixed base64 utils conversion](https://github.com/multiversx/mx-sdk-dapp/pull/1061)

## [[v2.28.7]](https://github.com/multiversx/mx-sdk-dapp/pull/1048)] - 2024-02-13

- [Updated AddressRow data-testids](https://github.com/multiversx/mx-sdk-dapp/pull/1047)

## [[v2.28.6]](https://github.com/multiversx/mx-sdk-dapp/pull/1044)] - 2024-02-08

- [Added option to access URL search param from application load time in `useParseSignedTransactions`](https://github.com/multiversx/mx-sdk-dapp/pull/1042)
- [Fixed wallet connect breaks login with other providers](https://github.com/multiversx/mx-sdk-dapp/pull/1043)
- [Fixed possibly undefined payload on custom toasts](https://github.com/multiversx/mx-sdk-dapp/pull/1036)

## [[v2.28.5]](https://github.com/multiversx/mx-sdk-dapp/pull/1036)] - 2024-02-01

- [Fixed logout with web wallet infinite loop](https://github.com/multiversx/mx-sdk-dapp/pull/1036)

## [[v2.28.4]](https://github.com/multiversx/mx-sdk-dapp/pull/1035)] - 2024-02-01

- [Reverted setting walletconnectV2 `accountProvider` on init](https://github.com/multiversx/mx-sdk-dapp/pull/1036)
- [Fixed setting `loginToken` in `nativeAuthService` losing previous state](https://github.com/multiversx/mx-sdk-dapp/pull/1034)
- [Fixed setting walletconnectV2 `accountProvider` on init](https://github.com/multiversx/mx-sdk-dapp/pull/1033)

## [[v2.28.3]](https://github.com/multiversx/mx-sdk-dapp/pull/1032)] - 2024-01-30

- [Added transaction toast wrapper id](https://github.com/multiversx/mx-sdk-dapp/pull/1031)

## [[v2.28.2]](https://github.com/multiversx/mx-sdk-dapp/pull/1030)] - 2024-01-26

- [Added support for `checkIsValidSender` with array option](https://github.com/multiversx/mx-sdk-dapp/pull/1029)

## [[v2.28.1]](https://github.com/multiversx/mx-sdk-dapp/pull/1028)] - 2024-01-25
- [Added support for Web Wallet multisig token login](https://github.com/multiversx/mx-sdk-dapp/pull/1027)

- [Added support for Web Wallet multisig token login](https://github.com/multiversx/mx-sdk-dapp/pull/1027)
- [Changed postMessage payload from string to plain object](https://github.com/multiversx/mx-sdk-dapp/pull/1025)

## [[v2.28.0]](https://github.com/multiversx/mx-sdk-dapp/pull/1022)] - 2024-01-11

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,12 @@ The sdk-dapp library exposes bundles for both CommonJS and ESModules, however, i
moduleNameMapper: {
'@multiversx/sdk-dapp/(.*)':
'<rootDir>/node_modules/@multiversx/sdk-dapp/__commonjs/$1.js'
}
},
```

You may need in your setupJest.js file do:
```javascript
import 'isomorphic-fetch';
```

# sdk-dapp exports
Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-dapp",
"version": "2.28.8",
"version": "2.29.0-beta.4",
"description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
"author": "MultiversX",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -57,6 +57,7 @@
"@types/qs": "6.9.7",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.14.0",
"axios": "1.6.5",
"axios-mock-adapter": "1.21.2",
"babel-loader": "8.3.0",
"css-loader": "5.2.6",
Expand All @@ -83,6 +84,7 @@
"history": "5.3.0",
"husky": "8.0.1",
"identity-obj-proxy": "3.0.0",
"isomorphic-fetch": "3.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.3",
"jest-mock": "29.3.1",
Expand Down Expand Up @@ -113,6 +115,7 @@
"peerDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"axios": ">=1.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down Expand Up @@ -142,17 +145,17 @@
"**/*.d.ts"
],
"dependencies": {
"@multiversx/sdk-core": "12.18.0",
"@lifeomic/axios-fetch": "3.0.1",
"@multiversx/sdk-core": "13.0.0-beta.4",
"@multiversx/sdk-extension-provider": "3.0.0",
"@multiversx/sdk-hw-provider": "6.4.0",
"@multiversx/sdk-native-auth-client": "1.0.7",
"@multiversx/sdk-opera-provider": "1.0.0-alpha.1",
"@multiversx/sdk-wallet": "4.2.0",
"@multiversx/sdk-wallet-connect-provider": "4.1.0",
"@multiversx/sdk-web-wallet-cross-window-provider": "0.0.14",
"@multiversx/sdk-wallet-connect-provider": "4.1.1",
"@multiversx/sdk-web-wallet-cross-window-provider": "0.0.26",
"@multiversx/sdk-web-wallet-provider": "3.2.1",
"@reduxjs/toolkit": "1.8.2",
"axios": "1.6.5",
"bignumber.js": "9.x",
"linkify-react": "4.0.2",
"linkifyjs": "4.0.2",
Expand Down
112 changes: 112 additions & 0 deletions src/UI/Balance/Balance.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
import React from 'react';
import classNames from 'classnames';

import MultiversXSymbol from 'assets/icons/mvx-icon-simple.svg';
import { withStyles } from 'hocs/withStyles';
import { WithClassnameType } from 'UI/types';

import { WithStylesImportType } from '../../hocs/useStyles';

interface BalancePropsType extends WithClassnameType, WithStylesImportType {
amount: string;
addEqualSign?: boolean;
displayAsUsd?: boolean;
egldIcon?: boolean;
showTokenLabel?: boolean;
tokenLabel?: string;
showTokenLabelSup?: boolean;
}

export const BalanceComponent = ({
amount,
displayAsUsd,
addEqualSign,
egldIcon,
className,
showTokenLabel = true,
styles,
tokenLabel,
showTokenLabelSup,
'data-testid': dataTestId
}: BalancePropsType) => {
const [mainBalance, decimalBalance] = amount.split('.');
const processedMainBalance =
displayAsUsd && mainBalance.indexOf('$') < 0
? `$${mainBalance}`
: mainBalance;

const getBalancePayload = () => {
const balancePayload: Record<string, string> = { processedMainBalance };

if (addEqualSign && displayAsUsd) {
balancePayload.approximation = '≈';
}

if (decimalBalance) {
balancePayload.decimalBalance = `.${decimalBalance}`;
}

if (!displayAsUsd && showTokenLabel) {
balancePayload.tokenLabel = ` ${tokenLabel}`;
}

return balancePayload;
};

const balancePayload = getBalancePayload();
const dataValues = [
balancePayload.approximation,
balancePayload.processedMainBalance,
balancePayload.decimalBalance,
balancePayload.tokenLabel
];

const dataBalanceValue = dataValues.reduce(
(totalDataValue, dataValueItem) =>
dataValueItem ? totalDataValue.concat(dataValueItem) : totalDataValue,
''
);

return (
<div
className={classNames(styles?.balance, className)}
data-testid={dataTestId}
data-value={dataBalanceValue}
>
{egldIcon && !displayAsUsd && (
<MultiversXSymbol className={styles?.balanceSymbol} />
)}

{balancePayload.approximation && (
<span className={styles?.balanceApproximation}>
{balancePayload.approximation}
</span>
)}

{balancePayload.processedMainBalance && (
<span className={styles?.balanceMain}>{processedMainBalance}</span>
)}

{balancePayload.decimalBalance && (
<span className={styles?.balanceDecimals}>
{balancePayload.decimalBalance}
</span>
)}

{balancePayload.tokenLabel && (
<sup
className={classNames(styles?.balanceSuffix, {
[styles?.balanceSuffixSup]: showTokenLabelSup
})}
>
{balancePayload.tokenLabel}
</sup>
)}
</div>
);
};

export const Balance = withStyles(BalanceComponent, {
ssrStyles: () => import('UI/Balance/balanceStyles.scss'),
clientStyles: () => require('UI/Balance/balanceStyles.scss').default
});
38 changes: 38 additions & 0 deletions src/UI/Balance/balanceStyles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.balance {
display: flex;
align-items: center;
line-height: 1;
gap: 4px;

.balanceApproximation {
opacity: 0.75;
}

.balanceSymbol {
width: auto;
height: 0.666em;
position: relative;
top: 0.05em;

path {
fill: currentColor;
}
}

.balanceDecimals {
opacity: 0.75;
margin-left: -4px;
}

.balanceSuffix {
opacity: 0.75;

&.balanceSuffixSup {
font-size: 66%;
position: relative;
top: -0.125em;
vertical-align: unset;
white-space: nowrap;
}
}
}
1 change: 1 addition & 0 deletions src/UI/Balance/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Balance';
6 changes: 5 additions & 1 deletion src/UI/SignTransactionsModals/SignTransactionsModals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useGetLoginInfo } from 'hooks';
import { LoginMethodsEnum } from 'types';

import { ConfirmationScreen, DeviceConfirmationScreen } from './components';
import { SignWithCrossWindowWalletModal } from './SignWithCrossWindowWalletModal';
import { SignWithExtensionModal } from './SignWithExtensionModal';
import { SignWithExtraModal } from './SignWithExtraModal';
import { SignWithLedgerModal } from './SignWithLedgerModal';
Expand Down Expand Up @@ -36,6 +37,8 @@ export const SignTransactionsModals = ({
CustomConfirmScreens?.WalletConnect ?? SignWithWalletConnectModal,
Extension: CustomConfirmScreens?.Extension ?? SignWithExtensionModal,
Opera: CustomConfirmScreens?.Opera ?? SignWithOperaModal,
CrossWindow:
CustomConfirmScreens?.CrossWindow ?? SignWithCrossWindowWalletModal,
// The purpose of having this is to have a consistent flow of transaction signing.
// The logic for redirecting to the web wallet is placed in the ConfirmationScreen component,
// so we have to render that component when we are logged in with the web wallet provider
Expand All @@ -60,7 +63,6 @@ export const SignTransactionsModals = ({
},
[verifyReceiverScam, className]
);

switch (loginMethod) {
case LoginMethodsEnum.ledger:
return renderScreen({ Screen: ConfirmScreens.Ledger, isDevice: true });
Expand All @@ -70,6 +72,8 @@ export const SignTransactionsModals = ({
return renderScreen({ Screen: ConfirmScreens.Extension });
case LoginMethodsEnum.opera:
return renderScreen({ Screen: ConfirmScreens.Opera });
case LoginMethodsEnum.crossWindow:
return renderScreen({ Screen: ConfirmScreens.CrossWindow });
case LoginMethodsEnum.wallet:
return renderScreen({ Screen: ConfirmScreens.Wallet });
case LoginMethodsEnum.extra:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import React from 'react';

import { useSelector } from 'reduxStore/DappProviderContext';
import { networkSelector } from 'reduxStore/selectors';
import { SignModalPropsType } from 'types';
import {
SignWaitingScreenModal,
SignWaitingScreenModalPropsType
} from '../components';

export const SignWithCrossWindowWalletModal = (props: SignModalPropsType) => {
const { walletAddress } = useSelector(networkSelector);

const description = props.error
? props.error
: props.transactions?.length > 1
? 'Check your MultiversX Wallet to sign the transactions'
: 'Check your MultiversX Wallet to sign the transaction';

const waitingScreenProps: SignWaitingScreenModalPropsType = {
...props,
description,
title: `Confirm on ${walletAddress}`
};

return <SignWaitingScreenModal {...waitingScreenProps} />;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './SignWithCrossWindowWalletModal';
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.extension-modal {
color: inherit;
}

.modal-container {
color: inherit;
}

.extension {
color: inherit;
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const SignStepComponent = (props: SignStepType & WithStylesImportType) => {

const signLastTransaction = isLastTransaction && !waitingForDevice;

const onSubmit = () => {
onSignTransaction();
const onSubmit = async () => {
await onSignTransaction();
if (signLastTransaction && GuardianScreen) {
return setShowGuardianScreen(true);
}
Expand Down
Loading

0 comments on commit aa43893

Please sign in to comment.