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
* Example adapted from VRF
* use real values
* Add gas fluctuation context to example
* Apply suggestions from code review
Co-authored-by: Dwight Lyle <[email protected]>
---------
Co-authored-by: Amine E <[email protected]>
Co-authored-by: aelmanaa <[email protected]>
Co-authored-by: Dwight Lyle <[email protected]>
For this example request, 0.82 LINK is reserved from your subscription balance, but not yet deducted. When the request is fulfilled, the exact request cost is deducted. The estimated cost of a request is overestimated to allow for 99% of gas price fluctuation increases in between request and response time.
This example request would cost 0.2825 LINK when it is fulfilled. The subscription reservation for the 0.82 LINK is released, and the actual cost of 0.2825 LINK is deducted from your subscription balance.
127
+
60
128
## Minimum balance for uploading encrypted secrets
61
129
62
130
If you choose to store the encrypted secrets with the DON (learn more on the [Secrets Management page](/chainlink-functions/resources/secrets)), then one of your subscriptions must maintain a balance greater than the minimum required for uploading encrypted secrets. This balance is blockchain-specific. You can find the specific values for each blockchain on the [Supported Networks](/chainlink-functions/supported-networks) page.
0 commit comments