Skip to content

Commit

Permalink
style: prettier write
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed May 22, 2024
1 parent 524a72d commit dc981d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apps/guides/02-url-schemes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ By combining the elements described above, you can send users from your interfac
the Sablier Interface. To build the link to a stream resource, you use a hyphen `-` to concatenate the uppercase
contract `alias`, the `chainId`, and the `streamId`, and then you add them to the base URL `app.sablier.com/stream/`:

| URL | Description |
| :------------------------------------------------------------------------------------------------------------------------------------ | :------------------- |
| URL | Description |
| :---------------------------------------------------------------------------------------------------------------------------------------- | :------------------- |
| [app.sablier.com/stream/0xe72[...]bbabc-11155111](https://app.sablier.com/airstream/0xe72175dd12ac7efca6b7d12dfc913a5f661bbabc-11155111/) | Airstream on Sepolia |

As you can see, the main format is `contractA-chainId`. This is supported both at the app and the subgraph level. Read
Expand Down

0 comments on commit dc981d2

Please sign in to comment.