Skip to content

Commit f7a7789

Browse files
authored
fix typo
* fix: wrong token in native-token.md * fix: typo in development (smart-accounts-kit)
1 parent 80c8656 commit f7a7789

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • gator_versioned_docs/version-0.3.0/guides/advanced-permissions/use-permissions
  • smart-accounts-kit/guides/advanced-permissions/use-permissions

gator_versioned_docs/version-0.3.0/guides/advanced-permissions/use-permissions/native-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
2222
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.
2323

2424
For example, a user signs an ERC-7715 permission that lets a dapp spend up to 0.001 ETH on their behalf each day. The dapp can transfer a total of
25-
0.001 USDC per day; the limit resets at the beginning of the next day.
25+
0.001 ETH per day; the limit resets at the beginning of the next day.
2626

2727
See the [native token periodic permission API reference](../../../reference/advanced-permissions/permissions.md#native-token-periodic-permission) for more information.
2828

@@ -149,4 +149,4 @@ export const walletClient = createWalletClient({
149149
```
150150

151151
</TabItem>
152-
</Tabs>
152+
</Tabs>

smart-accounts-kit/guides/advanced-permissions/use-permissions/native-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
2222
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.
2323

2424
For example, a user signs an ERC-7715 permission that lets a dapp spend up to 0.001 ETH on their behalf each day. The dapp can transfer a total of
25-
0.001 USDC per day; the limit resets at the beginning of the next day.
25+
0.001 ETH per day; the limit resets at the beginning of the next day.
2626

2727
See the [native token periodic permission API reference](../../../reference/advanced-permissions/permissions.md#native-token-periodic-permission) for more information.
2828

@@ -149,4 +149,4 @@ export const walletClient = createWalletClient({
149149
```
150150

151151
</TabItem>
152-
</Tabs>
152+
</Tabs>

0 commit comments

Comments
 (0)