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: light-token/wallets/gasless-transactions.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,19 @@ Set your application as the payer so users never interact with SOL.
32
32
33
33
In total, your sponsor covers three costs:
34
34
35
-
||||
36
-
|:-----|:-------|:----|
37
-
|**Account creation**| 11,000 lamports | Initial bump on virtual rent balance. Rent-exemption is sponsored. |
38
-
|**Rent top-ups**|~766 lamports per write | Fee payer bumps the virtual rent balance on each write to keep accounts active. Set `payer` parameter on any Light Token instruction. |
39
-
|**Transaction fees**<br/>+ Priority Fee | 5,000 lamports<br/>+ Priority Fee per tx | Standard Solana fee payer. Set `feePayer` on the transaction. |
|**Account creation**| 11,000 lamports | Initial bump on virtual rent balance. Rent-exemption is sponsored. |
45
+
|**Rent top-ups**|~766 lamports per write | Fee payer bumps the virtual rent balance on each write to keep accounts active. Set `payer` parameter on any Light Token instruction. |
46
+
|**Transaction fees**<br/>+ Priority Fee | 5,000 lamports<br/>+ Priority Fee per tx | Standard Solana fee payer. Set `feePayer` on the transaction. |
0 commit comments