2023-04-21 05:21:31 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`LedgerInstructionField Component rendering should render properly with data instruction 1`] = `
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="confirm-detail-row"
|
|
|
|
>
|
|
|
|
<div
|
2023-08-18 23:52:40 +02:00
|
|
|
class="mm-box mm-banner-base mm-banner-alert mm-banner-alert--severity-info mm-box--padding-3 mm-box--padding-left-2 mm-box--display-flex mm-box--gap-2 mm-box--background-color-primary-muted mm-box--rounded-sm"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
<span
|
2023-07-25 18:05:37 +02:00
|
|
|
class="mm-box mm-icon mm-icon--size-lg mm-box--display-inline-block mm-box--color-primary-default"
|
2023-04-21 05:21:31 +02:00
|
|
|
style="mask-image: url('./images/icons/info.svg');"
|
|
|
|
/>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ledger-live-dialog"
|
|
|
|
>
|
|
|
|
<h6
|
2023-07-20 00:32:35 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
Prior to clicking confirm:
|
|
|
|
</h6>
|
|
|
|
<h6
|
2023-07-20 00:32:35 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
• Be sure your Ledger is plugged in and to select the Ethereum app.
|
|
|
|
</h6>
|
|
|
|
<h6
|
2023-07-20 00:32:35 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
• Enable "smart contract data" or "blind signing" on your Ledger device.
|
|
|
|
</h6>
|
|
|
|
<h6
|
2023-07-24 20:59:45 +02:00
|
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-warning-default"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
<span>
|
|
|
|
<button
|
2023-08-04 23:00:05 +02:00
|
|
|
class="mm-box mm-text mm-button-base mm-button-link mm-button-link--size-auto mm-text--body-md-medium mm-text--text-align-left mm-box--padding-0 mm-box--padding-right-0 mm-box--padding-left-0 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-default mm-box--background-color-transparent"
|
2023-04-21 05:21:31 +02:00
|
|
|
>
|
|
|
|
Go to full screen to connect your Ledger.
|
|
|
|
</button>
|
|
|
|
</span>
|
|
|
|
</h6>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|