You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gator_versioned_docs/version-0.3.0/guides/advanced-permissions/use-permissions/native-token.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
22
22
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.
23
23
24
24
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.
26
26
27
27
See the [native token periodic permission API reference](../../../reference/advanced-permissions/permissions.md#native-token-periodic-permission) for more information.
Copy file name to clipboardExpand all lines: smart-accounts-kit/guides/advanced-permissions/use-permissions/native-token.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ permissions for native token transfers with time-based (periodic) or streaming c
22
22
This permission type ensures a per-period limit for native token transfers. At the start of each new period, the allowance resets.
23
23
24
24
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.
26
26
27
27
See the [native token periodic permission API reference](../../../reference/advanced-permissions/permissions.md#native-token-periodic-permission) for more information.
0 commit comments