Skip to content

Commit

Permalink
apply prettier and fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 21, 2024
1 parent 250d892 commit 7cf6a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/learn/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The table below highlights the features of the LSPs and their benefits:

| | Gnosis SAFE | Base Smart Contract Account | EIP 6900 Modular Smart Contract account | Universal Profiles |
| ------------------------------ | -------------------------- | --------------------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Profile like information |||| ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) |
| Profile like information |||| ✅ Through [LSP3](../standards/metadata/lsp3-profile-metadata) |
| Generic Information Storage |||| ✅ Through [ERC725Y](../standards/accounts/lsp0-erc725account.md#erc725y---generic-key-value-store) |
| Notifications and Reactability |||| ✅ Through [LSP1](../standards/accounts/lsp1-universal-receiver.md) |
| Permission System |||| ✅ Through [LSP6](../standards/access-control/lsp6-key-manager.md) |
Expand Down
2 changes: 1 addition & 1 deletion docs/standards/accounts/lsp15-transaction-relayer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Want to easily deploy a Universal Profile using our Developer Relayer API? See t

:::

This standard is the off-chain API that any transaction relay service can implement to be compatible with the [Universal Profile controller apps](../../../src/pages/docs.lukso.tech/install-up-browser-extension/). See [the `up_addTransactionRelayer` RPC endpoint](../../tools/services/rpc-api#up_addTransactionRelayer) for more.
This standard is the off-chain API that any transaction relay service can implement to be compatible with the [Universal Profile controller apps](/install-up-browser-extension). See [the `up_addTransactionRelayer` RPC endpoint](../../tools/services/rpc-api#up_addTransactionRelayer) for more.

To learn how to sign a transaction relay message see [LSP25 Execute Relay Call](./lsp25-execute-relay-call.md).

Expand Down

0 comments on commit 7cf6a21

Please sign in to comment.