Skip to content

Commit 1cb4a96

Browse files
committed
chore: remove "now"
1 parent 600b78d commit 1cb4a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/wallets/pages/transactions/using-eip-7702/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ See the [`wallet_prepareCalls` API
22
reference](/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-prepare-calls)
33
for full descriptions of the parameters used in the following example.
44

5-
EIP-7702 is now the default mode when using your signer address directly with `wallet_prepareCalls`. The API will automatically return an authorization request when delegation is needed.
5+
EIP-7702 is the default mode when using your signer address directly with `wallet_prepareCalls`. The API will automatically return an authorization request when delegation is needed.
66

77
<Steps>
88
<Step title="Prepare Calls">

fern/wallets/pages/transactions/using-eip-7702/client.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Info>Required SDK version: ^v4.61.0</Info>
22

3-
EIP-7702 is now the default mode for Smart Wallets. Simply create a client with your signer and use `sendCalls` - the SDK will automatically handle authorization requests to delegate the EOA to Modular Account v2 when needed.
3+
EIP-7702 is the default mode for Smart Wallets. Simply create a client with your signer and use `sendCalls` - the SDK will automatically handle authorization requests to delegate the EOA to Modular Account v2 when needed.
44

55
<Warning>
66
If the signing EOA is delegated to a different smart contract, `sendCalls`

0 commit comments

Comments
 (0)