Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: web extension testnet upgrades #2810

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/guide/src/extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,18 @@ As of Testnet 53, only the **Send** action is supported. Check back on
subsequent versions to follow progress as we implement more advanced
functionality in the web wallet.

## Upgrading to a new testnet

When a new testnet is released, you'll need to clear the existing state
from the extension, much like running `pcli view reset` is required
on the command-line. To synchronize with a new testnet:

1. Click the *Penumbra Wallet* option in the extensions drop-down menu,
next to the URL bar.
2. Unlock the wallet by providing your passphrase, if prompted.
3. Click the gear icon in the top right corner of the overlay.
4. Choose **Advanced -> Clear Cache -> Confirm**.

Then navigate to [https://app.testnet.penumbra.zone/](https://app.testnet.penumbra.zone/)
again and reauthorize the connection. The extension will automatically sync
with the new chain.