From a1df617a59802a1c78fed047c9fb20ea4c31e868 Mon Sep 17 00:00:00 2001 From: kienvc Date: Thu, 30 May 2024 15:55:02 +0700 Subject: [PATCH 1/2] add metamask --- docs/overview/start/wallet.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/overview/start/wallet.md b/docs/overview/start/wallet.md index 7742b2b..5ab3d2b 100644 --- a/docs/overview/start/wallet.md +++ b/docs/overview/start/wallet.md @@ -33,7 +33,8 @@ If you don't know which one to choose, you can follow this comparison: | ------ | ------ | --- | ----------- | ---------- | ------ | ---------------- | | Leap | ✅ | ✅ | ✅ | ✅ | ✅ | Mainnet, Testnet | | Coin98 | ✅ | ✅ | ✅ | ✅ | | Mainnet, Testnet | -| Keplr | | | ✅ | | ✅ | Mainnet, Testnet | +| Keplr | ✅ | | ✅ | | ✅ | Mainnet, Testnet | +| Metamask | ✅ | | ✅ | ✅ | ✅ | Mainnet, Testnet | ## II. Create Aura Network Wallet @@ -71,6 +72,8 @@ If you choose to use Keplr, you can easily add Aura Network by connecting your K ![Keplr Extension](/img/aurascan/Keplr_wallet_extension.png) +#### Important Note: From May 31st, 2024. Aura changes **chain-id** for integrating EVM. Therefore, Keplr users MUST remove old Aura Network config and add new one again. + ### 4. Using Ledger Currently only Keplr supports Ledger connection to Aura. Make sure you have the [Cosmos](https://support.ledger.com/hc/en-us/articles/360013713840-Cosmos-ATOM-?support=true) Application on your ledger. Then, just connect your ledger with Keplr and you are good to go. @@ -85,6 +88,10 @@ https://www.leapwallet.io/blogs/aura +### 6. Metamask + +If you choose to use Metamask, you can easily add Aura Network by connecting your Metamask wallet to [Aurascan](https://aurascan.io) + ## III. Multisignature solution If you are familliar with Gnosis-Safe or any multisig assets management tool, pay a visit to our multisignature asset management tool: [Pyxis](https://pyxis.aura.network/). From ec748b68ad4d6ae8e7d8a251c5d1f23ee1ae0c38 Mon Sep 17 00:00:00 2001 From: kienvc Date: Fri, 31 May 2024 15:03:06 +0700 Subject: [PATCH 2/2] add example --- docs/overview/start/wallet.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/overview/start/wallet.md b/docs/overview/start/wallet.md index 5ab3d2b..2cd4af7 100644 --- a/docs/overview/start/wallet.md +++ b/docs/overview/start/wallet.md @@ -72,7 +72,15 @@ If you choose to use Keplr, you can easily add Aura Network by connecting your K ![Keplr Extension](/img/aurascan/Keplr_wallet_extension.png) -#### Important Note: From May 31st, 2024. Aura changes **chain-id** for integrating EVM. Therefore, Keplr users MUST remove old Aura Network config and add new one again. +#### Important Note: From May 31st, 2024. Aura changes **chain-id** for integrating EVM. Therefore, Keplr extension users MUST remove old Aura Network config and add new one again by following these steps: + +- Remove old config from Keplr +- Go to [**Aurascan**](https://aurascan.io) and connect wallet +- Add Aura network config and setup chain visibility + +Here is an example in **testnet** + +![Keplr Extension migration](https://images.aura.network/docs/wallet-migrate.webp) ### 4. Using Ledger