Skip to content

Commit

Permalink
Merge pull request #23 from coinbase/wilson/update-readme
Browse files Browse the repository at this point in the history
update name formatting
  • Loading branch information
wilsoncusack authored Oct 22, 2024
2 parents 2011f55 + 645500d commit d1949a6
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 d1949a6

Please sign in to comment.