Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.

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
0.001 USDC per day; the limit resets at the beginning of the next day.
0.001 ETH per day; the limit resets at the beginning of the next day.

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

Expand Down Expand Up @@ -149,4 +149,4 @@ export const walletClient = createWalletClient({
```

</TabItem>
</Tabs>
</Tabs>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.

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
0.001 USDC per day; the limit resets at the beginning of the next day.
0.001 ETH per day; the limit resets at the beginning of the next day.

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

Expand Down Expand Up @@ -149,4 +149,4 @@ export const walletClient = createWalletClient({
```

</TabItem>
</Tabs>
</Tabs>
Loading