diff --git a/docs/extension/controllers.md b/docs/extension/controllers.md index f6b6319..701ed32 100644 --- a/docs/extension/controllers.md +++ b/docs/extension/controllers.md @@ -20,6 +20,12 @@ Each Universal Profile within an extension holds a separate private key to send +:::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/). diff --git a/docs/extension/guides/check-2fa-recovery.md b/docs/extension/guides/check-2fa-recovery.md index 369018b..2c9558d 100644 --- a/docs/extension/guides/check-2fa-recovery.md +++ b/docs/extension/guides/check-2fa-recovery.md @@ -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**. Every controller can be renamed locally in your extension at any time. ::: diff --git a/docs/extension/guides/fund-controller.md b/docs/extension/guides/fund-controller.md index 984a827..6f3540a 100644 --- a/docs/extension/guides/fund-controller.md +++ b/docs/extension/guides/fund-controller.md @@ -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. ::: diff --git a/docs/migration/supported-wallets.md b/docs/migration/supported-wallets.md index 94ac86e..bc5ce8c 100644 --- a/docs/migration/supported-wallets.md +++ b/docs/migration/supported-wallets.md @@ -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). diff --git a/docs/migration/transaction-process.md b/docs/migration/transaction-process.md index 9f6fa2c..b4fa54c 100644 --- a/docs/migration/transaction-process.md +++ b/docs/migration/transaction-process.md @@ -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. diff --git a/docusaurus.config.js b/docusaurus.config.js index 94c4cd2..4bca5c1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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: '/',