|
2 | 2 | description: Transfer, deposit, withdraw and delegate your ROSE |
3 | 3 | --- |
4 | 4 |
|
| 5 | +import {AddSapphireToMetaMask as S, AddSapphireTestnetToMetaMask as ST} from '@site/src/AddToMetaMask'; |
| 6 | + |
5 | 7 | # Manage your Tokens |
6 | 8 |
|
7 | 9 | The **native token** on Oasis Mainnet is called **ROSE**. Native tokens are used |
@@ -181,18 +183,24 @@ as a laptop or a mobile phone, and **you are responsible to keep it safe**: |
181 | 183 |
|
182 | 184 | ### MetaMask |
183 | 185 |
|
184 | | -[MetaMask] is probably the best-known crypto wallet. However, it is an |
185 | | -**EVM-compatible** wallet. This means **you can only use it to check the account |
186 | | -balances and sign transactions on Sapphire and Emerald chains**. You cannot use |
187 | | -it, for example, to sign **consensus layer transactions** or perform |
188 | | -**deposits** and **withdrawals** to and from ParaTimes. |
| 186 | +[MetaMask] is probably the best-known crypto wallet. Use the buttons below |
| 187 | +to add Oasis-managed endpoints for the **Sapphire chain** to your Metamask: |
189 | 188 |
|
190 | | -You can add the Sapphire RPC endpoint by clicking on the "Add to MetaMask" |
191 | | -button next to your preferred Mainnet endpoint provider in the [Sapphire] |
192 | | -chapter. |
| 189 | +| Mainnet | Testnet | |
| 190 | +|---------|---------| |
| 191 | +| <S rpcs={['https://sapphire.oasis.io','wss://sapphire.oasis.io/ws']} hideRpcs={true} /> | <ST rpcs={['https://testnet.sapphire.oasis.io','wss://testnet.sapphire.oasis.io/ws']} hideRpcs={true} /> | |
193 | 192 |
|
194 | 193 |  |
195 | 194 |
|
| 195 | +To learn more about Sapphire and explore other RPC endpoints check out the |
| 196 | +[Sapphire] chapter. |
| 197 | + |
| 198 | +Keep in mind that Metamask is an EVM-compatible wallet. This means **you |
| 199 | +can only use it to check the account balances and sign transactions on |
| 200 | +Sapphire and Emerald chains**. You cannot use it, for example, to sign |
| 201 | +**consensus layer transactions** or perform **deposits** and **withdrawals** |
| 202 | +to and from ParaTimes. |
| 203 | + |
196 | 204 | [MetaMask]: https://metamask.io/download/ |
197 | 205 | [Sapphire]: ../../build/sapphire/network.mdx#rpc-endpoints |
198 | 206 |
|
|
0 commit comments