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 0748d88 commit 2abb1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/bundler-api/actions/permitTransferFrom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Body:
```json
[
{
"action": "transfer",
"action": "permitTransferFrom",
"args": {
"token": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"nonce": "1",
Expand Down
4 changes: 2 additions & 2 deletions pages/bundler-api/actions/transferFrom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Body:
```json
[
{
"action": "transfer",
"action": "transferFrom",
"args": {
"token": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"recipient": "0x93621DCA56fE26Cdee86e4F6B18E116e9758Ff11",
Expand All @@ -39,7 +39,7 @@ curl -X 'POST' \
-d '[
{
"protocol": "enso",
"action": "transfer",
"action": "transferFrom",
"args": {
"token": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"recipient": "0x93621DCA56fE26Cdee86e4F6B18E116e9758Ff11",
Expand Down

0 comments on commit 2abb1a4

Please sign in to comment.