Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Nov 24, 2024
1 parent 0cce21b commit fd11f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ERCS/erc-7795.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
eip: 7795
title: Wallet Call Token Capabilities
description: Wallet Call API extension for transaction prerequisites for common token standards
description: Wallet Call API extension for transaction prerequisites for common token types
author: Agustín Aguilar (@agusx1211), Michael Standen (@ScreamingHawk), Peter Kieltyka (@pkieltyka), William Hua (@attente), Philippe Castonguay (@PhABC)
discussions-to: https://ethereum-magicians.org/t/erc-7795-wallet-call-token-capabilities/21426
status: Draft
Expand Down Expand Up @@ -498,9 +498,9 @@ Users already trust their wallet provider to craft, manipulate and send transact

DApps **MAY** opt out of using this feature if they wish to handle requirement fulfillment themselves.

## Examples
### Reference Implementation

This ERC serves as a foundational component for building user experiences that rely on cross-chain actions. It can be leveraged in various ways, depending on the combination of use cases and wallet implementations.
This ERC serves as a foundational component for building user experiences that rely on cross-chain actions. It can be leveraged in various ways, depending on the combination of use cases and wallet implementations. Consider the following high-level examples.

Not shown in the examples below are the `wallet_getCallsStatus` and `wallet_showCallsStatus` methods, which are used to query the status of a call bundle and display it to the user. The dApp **MAY** use these methods to provide a better user experience while waiting for the transactions to be fulfilled. More information can be found in the [EIP-5792](./eip-5792.md) specification.

Expand Down

0 comments on commit fd11f4c

Please sign in to comment.