Skip to content

Commit

Permalink
change authorities definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 committed Sep 13, 2024
1 parent 04d72ec commit 556541f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SIPS/sip-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",

Where:

- `[authority]` refers to a client which currently can be `mobile`, `extension` or `snap`
- `[authority]` refers to either `client` or `snap` (in the current case, `client` can mean either the extension or mobile version of MetaMask)
- `[path]` refers to the entire path which depending on the authority can be different
- For the `extension` authority, the following paths are available:
- `/` - links to the extension's home page
- For the `client` authority, the following paths are available:
- `/` - links to the client's home page
- For the `snap` authority, the path starts with the snap ID and has the following paths available to it:
- `/home` - leads to the snap's [home page](/SIPS/sip-15.md) (which is its settings page if it doesn't have a home page)

Expand All @@ -47,7 +47,7 @@ The proposed URL for the Starknet Snap home page:

The URL for navigating to the extension's home page:

`metamask://extension/`
`metamask://client/`

### Using Deep Links

Expand Down

0 comments on commit 556541f

Please sign in to comment.