Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
milonite committed Mar 11, 2024
1 parent 2abb1a4 commit 7e8eb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/bundler-api/actions/transferFrom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Arguments:
| name | Description | Example |
| ------- | --------------- | -------------------------- |
| `token` | Address of the token | token=0x6b175474e8909... |
| `spender` | Address of the spender | token=0x6b175474e8909... |
| `sender` | Address of the sender | token=0x6b175474e8909... |
| `recipient` | Address of the recipient | spender=0x6b175474e8909... |
| `amount` | Raw amount to transfer | amount=100000000000 |

Expand All @@ -22,7 +22,7 @@ Body:
"args": {
"token": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"recipient": "0x93621DCA56fE26Cdee86e4F6B18E116e9758Ff11",
"spender": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"sender": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"amount": "1000000000000000000000000"
}
}
Expand All @@ -43,7 +43,7 @@ curl -X 'POST' \
"args": {
"token": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"recipient": "0x93621DCA56fE26Cdee86e4F6B18E116e9758Ff11",
"spender": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"sender": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"amount": "1000000000000000000000000"
}
}
Expand Down

0 comments on commit 7e8eb7b

Please sign in to comment.