From b74dc8316a26e6326310b4802d07a54daae960b0 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:15:38 +0300 Subject: [PATCH 1/4] fix spelling issue borrow.mdx --- pages/bundler-api/actions/borrow.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bundler-api/actions/borrow.mdx b/pages/bundler-api/actions/borrow.mdx index 01bb872..101ec67 100644 --- a/pages/bundler-api/actions/borrow.mdx +++ b/pages/bundler-api/actions/borrow.mdx @@ -1,6 +1,6 @@ # Borrow -Borrow is the action for borrowing a specific asserts, after depositing into a lending protocol. +Borrow is the action for borrowing a specific asset, after depositing into a lending protocol. Arguments: | name | Description | Example | From 2910a08e5b6dc4ab26c41714fa5fecdc37b98878 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:16:48 +0300 Subject: [PATCH 2/4] fix transferFrom.mdx --- pages/bundler-api/actions/transferFrom.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bundler-api/actions/transferFrom.mdx b/pages/bundler-api/actions/transferFrom.mdx index 138c3e2..1f1ed06 100644 --- a/pages/bundler-api/actions/transferFrom.mdx +++ b/pages/bundler-api/actions/transferFrom.mdx @@ -1,6 +1,6 @@ # Transfer From -TransferFrom one or more tokens to a specific address. +Transfer from one or more tokens to a specific address. Arguments: | name | Description | Example | From bb045c929b9d755b9a06b10546e56bddec3651e0 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:17:15 +0300 Subject: [PATCH 3/4] fix actions.mdx --- pages/bundler-api/actions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bundler-api/actions.mdx b/pages/bundler-api/actions.mdx index 2c383cf..11cea0c 100644 --- a/pages/bundler-api/actions.mdx +++ b/pages/bundler-api/actions.mdx @@ -4,7 +4,7 @@ import { Callout } from 'nextra/components' ## Summary -Actions are standardized interactions related to contract calls, allowing for quick development integration than requiring to handle each individual function signature for each protocol, you can simply use these actions for interacting which associates the function calls of a protocol. +Actions are standardized interactions related to contract calls, allowing for quick development integration rather than requiring to handle each individual function signature for each protocol, you can simply use these actions for interacting which associates the function calls of a protocol. ## Example of Abstraction From 842eff2e402bdddd952ce874fe7e6f4474326375 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:18:19 +0300 Subject: [PATCH 4/4] fix routingOptions.mdx --- pages/concepts/routingOptions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/concepts/routingOptions.mdx b/pages/concepts/routingOptions.mdx index 7873e19..80d4c07 100644 --- a/pages/concepts/routingOptions.mdx +++ b/pages/concepts/routingOptions.mdx @@ -12,7 +12,7 @@ Recommended usecase: 1. EOAs ## Delegate -`delegate`: returns calldata in the form of delegateCalls, which allows [tokenized](./tokenized-nontokenized/tokenized.mdx) and [non-tokenized](./tokenized-nontokenized/nontokenized.mdx). Enabling all state of the smart account to remaiin in the smart account, and not in the router. +`delegate`: returns calldata in the form of delegateCalls, which allows [tokenized](./tokenized-nontokenized/tokenized.mdx) and [non-tokenized](./tokenized-nontokenized/nontokenized.mdx). Enabling all state of the smart account to remain in the smart account, and not in the router. Recommended usecase: 1. Smart Account