File tree Expand file tree Collapse file tree
pages/OpenWalletPage/Features/FromLedger Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export function FromLedgerModal(props: FromLedgerModalProps) {
115115 value : DerivationPathTypeLegacy ,
116116 } ,
117117 {
118- label : t ( 'ledger.derivationPathType.adr8' , 'ADR 8 (recommended for new wallets)' ) ,
118+ label : t ( 'ledger.derivationPathType.adr8' , 'ADR 0008 (recommended for new wallets)' ) ,
119119 value : DerivationPathTypeAdr8 ,
120120 } ,
121121 ]
@@ -153,7 +153,7 @@ export function FromLedgerModal(props: FromLedgerModalProps) {
153153 >
154154 { t ( 'openWallet.ledger.derivationPath' , 'Derivation path' ) }
155155 </ Box >
156- < Box width = "400px " >
156+ < Box width = "440px " >
157157 < Select
158158 id = "DerivationPathSelect"
159159 labelKey = "label"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { OasisTransaction } from 'app/lib/transaction'
1212
1313describe ( 'Ledger Sagas' , ( ) => {
1414 describe ( 'enumerateAccounts' , ( ) => {
15- it ( 'should list ADR8 accounts' , async ( ) => {
15+ it ( 'should list ADR 0008 accounts' , async ( ) => {
1616 const validAccount = {
1717 publicKey : await addressToPublicKey ( 'oasis1qz0k5q8vjqvu4s4nwxyj406ylnflkc4vrcjghuwk' ) ,
1818 path : Ledger . mustGetPath ( DerivationPathTypeAdr8 , 0 ) ,
Original file line number Diff line number Diff line change 192192 },
193193 "derivationPathType" : {
194194 "legacy" : " Legacy (backward compatible)" ,
195- "adr8" : " ADR 8 (recommended for new wallets)"
195+ "adr8" : " ADR 0008 (recommended for new wallets)"
196196 }
197197 },
198198 "transaction" : {
Original file line number Diff line number Diff line change 192192 },
193193 "derivationPathType" : {
194194 "legacy" : " Legacy (backward compatible)" ,
195- "adr8" : " ADR 8 (recommended for new wallets)"
195+ "adr8" : " ADR 0008 (recommended for new wallets)"
196196 }
197197 },
198198 "transaction" : {
You can’t perform that action at this time.
0 commit comments