Skip to content

Commit

Permalink
Merge branch 'main' into addContent
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb authored Jan 18, 2024
2 parents 6a781fc + 50be4f9 commit e0ab80d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions docs/extension/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Each Universal Profile within an extension holds a separate private key to send

</div>

:::info Extension Controller Name

The controller of the extension will either be named **UP Extension** or have the **name of it's blockchain address**. It can be renamed locally in your extension at any time.

:::

## Can I add 2FA recovery to an existing Universal Profile?

At the current state (11th January 2024), the 2FA recovery method from LUKSO can only be added during the creation of a Universal Profile on [UniversalProfile.cloud](https://universalprofile.cloud/).
Expand Down
2 changes: 1 addition & 1 deletion docs/extension/guides/check-2fa-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To confirm that the permissions of the recovery controller were adequately set u

:::info Controller Names

The names of the controllers can vary, depending on the time of your Universal Profile setup.
The names of the controllers can vary, depending on the time of your Universal Profile setup. The controller of the extension will either be named **UP Extension** or have the **name of it's blockchain address**. The recovery controller can either be named **UP Recovery** or **recovery-up<number>**. Every controller can be renamed locally in your extension at any time.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/extension/guides/fund-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can find the address of the extension's controller within the permission sec

:::info Extension Controller Name

The controller of the extension will either be named **UP Extension** or have the name of it's blockchain address. It can be renamed locally in your extension at any time.
The controller of the extension will either be named **UP Extension** or have the **name of it's blockchain address**. It can be renamed locally in your extension at any time.

:::

Expand Down
6 changes: 6 additions & 0 deletions docs/migration/supported-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ If you migrate yourself but don't have a browser-based wallet, e.g., holding you

If you have LYXe on a hardware wallet like Ledger or Trezor, you can send them to a supported crypto exchange or migrate independently by connecting your hardware wallet to a browser-based wallet. Make sure your hardware wallet supports external connections to browser-based wallets.

:::tip

You can also check our [Hardware Wallet](../general/hardware-wallets) page for related information.

:::

## How to store LYX?

You can store LYX using the [Universal Profile Browser Extension](https://docs.lukso.tech/install-up-browser-extension) or any Ethereum-compatible wallet or hardware wallet. Further details can be found on the [Wallet Support Page](#TODO).
Expand Down
6 changes: 0 additions & 6 deletions docs/migration/transaction-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ No, the official [LUKSO Migration Bridge](https://migrate.lukso.network/) acts a

The token migration usually takes about 10-15min for the transaction to be finalized and the LYX sent to the wallet on the LUKSO mainnet. This time is needed to ensure security throughout every step.

:::caution Current Incident

Due to the current network utilization, the migration process might take longer than expected. Please read more within [Migration Delay January 2024](./incidents/delay-incident.md)

:::

## What happens with LYXe sent to the LYXe contract?

Any account that accidentally sent LYXe to the [LYXe Token address](https://etherscan.io/token/0xA8b919680258d369114910511cc87595aec0be6D) on Ethereum will [receive the equal amount of LYX](https://medium.com/lukso/the-lyxe-migration-process-374053e5ddf5) on the LUKSO Blockchain.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { themes as prismThemes } from 'prism-react-renderer';

export default {
title: 'LUKSO Support Cemter',
title: 'LUKSO Support Center',
tagline: 'Support center for LUKSO products.',
url: 'https://support.lukso.network',
baseUrl: '/',
Expand Down

0 comments on commit e0ab80d

Please sign in to comment.