Skip to content

Commit

Permalink
'Fix' image links
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Dec 8, 2024
1 parent e49930c commit b6b1abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7795.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ A user wants to purchase [ERC-721](./eip-721.md) tokens on **Chain A** but only

In this scenario, the wallet **MAY** prompt the user to sign the necessary transactions to fulfill the requirements before proceeding with the main transaction. The wallet **SHOULD** compute possible solutions to meet the requirements and **MUST** ensure that these prerequisites are met prior to executing the main transaction.

![EOA Example](../assets/erc-7795/eoa_example.svg)
![EOA Example](../assets/eip-7795/eoa_example.svg)

#### Bridge, Swap, and Payment Using a Smart Contract Wallet

Expand All @@ -498,7 +498,7 @@ In this scenario, the Smart Contract Wallet **MAY** prompt the user to sign all

The signed transactions **MAY** be sent simultaneously to bundlers, who execute them as they become available, allowing the operation to complete even if the wallet disconnects.

![SC Example](../assets/erc-7795/sc_example.svg)
![SC Example](../assets/eip-7795/sc_example.svg)

## Rationale

Expand Down

0 comments on commit b6b1abb

Please sign in to comment.