File tree 5 files changed +270
-284
lines changed
5 files changed +270
-284
lines changed Original file line number Diff line number Diff line change 10
10
"@fortawesome/free-solid-svg-icons" : " 6.5.1" ,
11
11
"@fortawesome/react-fontawesome" : " 0.2.0" ,
12
12
"@multiversx/sdk-core" : " 13.2.1" ,
13
- "@multiversx/sdk-dapp" : " 2.34.2 " ,
13
+ "@multiversx/sdk-dapp" : " 2.36.1 " ,
14
14
"@multiversx/sdk-network-providers" : " 2.4.3" ,
15
15
"axios" : " 1.6.5" ,
16
16
"classnames" : " 2.3.2" ,
Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ export { DappProvider } from '@multiversx/sdk-dapp/wrappers/DappProvider/DappPro
24
24
export { TransactionRow } from '@multiversx/sdk-dapp/UI/TransactionsTable/components/TransactionRow' ;
25
25
export { ACCOUNTS_ENDPOINT } from '@multiversx/sdk-dapp/apiCalls/endpoints' ;
26
26
export { ExplorerLink } from '@multiversx/sdk-dapp/UI/ExplorerLink' ;
27
+ export { IFrameLoginButton } from '@multiversx/sdk-dapp/UI/iframe/IFrameLoginButton/IFrameLoginButton' ;
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ import {
12
12
WalletConnectLoginButton ,
13
13
WebWalletLoginButton as WebWalletUrlLoginButton ,
14
14
XaliasCrossWindowLoginButton ,
15
- CrossWindowLoginButton
15
+ CrossWindowLoginButton ,
16
+ IFrameLoginButton
16
17
} from 'components/sdkDappComponents' ;
17
18
import { nativeAuth } from 'config' ;
18
19
import { RouteNamesEnum } from 'localConstants' ;
@@ -71,7 +72,6 @@ export const Unlock = () => {
71
72
loginButtonText = 'Opera Crypto Wallet - Beta'
72
73
{ ...commonProps }
73
74
/>
74
-
75
75
< XaliasCrossWindowLoginButton
76
76
loginButtonText = 'xAlias'
77
77
data-testid = 'xAliasLoginBtn'
@@ -80,6 +80,10 @@ export const Unlock = () => {
80
80
/>
81
81
< XaliasLoginWrapper { ...commonProps } />
82
82
< WebWalletLoginWrapper { ...commonProps } />
83
+ < IFrameLoginButton
84
+ loginButtonText = 'IFrame Login'
85
+ { ...commonProps }
86
+ />
83
87
</ div >
84
88
</ div >
85
89
</ div >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ export { SmartContract } from '@multiversx/sdk-core/out/smartcontracts/smartCont
6
6
export { AbiRegistry } from '@multiversx/sdk-core/out/smartcontracts/typesystem/abiRegistry' ;
7
7
export { SignableMessage } from '@multiversx/sdk-core/out/signableMessage' ;
8
8
export { AddressValue } from '@multiversx/sdk-core/out/smartcontracts/typesystem/address' ;
9
- export { TokenTransfer } from '@multiversx/sdk-core/out/tokens ' ;
9
+ export { TokenTransfer } from '@multiversx/sdk-core/out' ;
You can’t perform that action at this time.
0 commit comments