Skip to content

Commit

Permalink
Merge branch 'main' into add-recent-questions-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb authored Jan 17, 2024
2 parents 8ee1ca9 + 70f6994 commit 0882c97
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/extension/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,31 @@ As a developer, you can connect a regular wallet to the network where the Univer

You can add any new or existing Externally Owned Account as a controller to your deployed Universal Profile of a specific chain. This also includes already existing keys from wallets. However, please remember that your previous assets and token remain on the EOA address.

## What are the default permissions of the controllers?

If you want to reset the controller permissions to their initial state, you can set the permissions to the default values described in the following pictures:

<details>
<summary>Show default permissions of the Universal Profile Extension</summary>

![Default Permissions of the Universal Profile Extension](../../static/img/extension/default-permission-up-extension.png)

</details>

<details>
<summary>Show default permissions of the Universal Receiver</summary>

![Default Permissions of the Universal Receiver](../../static/img/extension/default-permission-universal-receiver.png)

</details>

<details>
<summary>Show default permissions of the Universal Profile Recovery</summary>

![Default Permissions of the Universal Profile Recovery](../../static/img/extension/default-permission-up-recovery.png)

</details>

## Can I add a Ledger account as a controller of my profile?

Currently, we do _not officially support_ adding custom controllers to your Universal Profile. This can be done programmatically, but is not officially supported.
Expand Down
12 changes: 12 additions & 0 deletions docs/general/wallet-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,15 @@ Here you can find guides on how to add a custom network to supported browser wal
If you want to use LUKSO Universal Profiles and get all the benefits from using a [smart account extension](https://medium.com/lukso/aa-is-not-coming-aa-is-here-4d87b12ba11a), <br/> please use the [LUKSO Universal Profile Extension](https://my.universalprofile.cloud).

:::

## What to do when the transaction fails with a nonce error?

Your transactions on LUKSO might fail due to a nonce error within your regular wallet. The issue mainly comes from the wallet (like MetaMask) not properly synchronizing the nonce for custom networks that have been set.

:::info Nonce

In Ethereum networks, a nonce is a number used to keep track of transactions sent from a specific wallet address. It ensures that each transaction is unique and processed only once, helping prevent double-spending and maintaining the order of transactions. It's like a serial number for transactions from a specific account.

:::

To fix the nonce issue, please [clear your account activity in MetaMask](https://support.metamask.io/hc/en-us/articles/360015488891-How-to-clear-your-account-activity-reset-account) or wallet of your choice.
4 changes: 4 additions & 0 deletions docs/migration/transaction-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ Any account that accidentally sent LYXe to the [LYXe Token address](https://ethe
You can check your balance using the [LUKSO Mainnet Block Explorer](https://explorer.execution.testnet.lukso.network/) and searching for your address.

If you want to see the balance within your wallet, you can add LUKSO to your wallet by manually adding the RPC endpoint as described within our official [Network Properties](https://docs.lukso.tech/networks/mainnet/parameters).

## What can I do when my transaction status stalls?

The migration transaction might be correctly executed on Ethereum and LUKSO, but the status is not updated on the [migration application](https://migrate.lukso.network/) in the browser. If you want to send a new transaction and [already verified that the transaction has been executed](#how-can-i-see-my-transaction-and-lyx), please reset [your browser history](https://support.google.com/accounts/answer/32050?hl=en&co=GENIE.Platform%3DDesktop) and re-open the page. You will be brought to the home screen again without any pending state.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0882c97

Please sign in to comment.