Skip to content

Commit

Permalink
update name formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Oct 22, 2024
1 parent 2011f55 commit 645500d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magic Spend
# MagicSpend

Magic Spend is a contract that allows onchain accounts to present valid Withdraw Requests and receive funds. A Withdraw Request is defined as
MagicSpend is a contract that allows onchain accounts to present valid Withdraw Requests and receive funds. A Withdraw Request is defined as

```solidity
struct WithdrawRequest {
Expand All @@ -15,7 +15,7 @@ struct WithdrawRequest {
Where signature is an [EIP-191](https://eips.ethereum.org/EIPS/eip-191) compliant signature of the message
```solidity
abi.encode(
<Magic Spend contract address>,
<MagicSpend contract address>,
<UserOperation.sender and/or msg.sender of the withdraw call>,
<chain ID>,
withdrawRequest.asset,
Expand Down

0 comments on commit 645500d

Please sign in to comment.