-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update starkgate_function_reference.adoc #1081
Conversation
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1081/documentation/ . |
I can't find the L1 Constant MIN_DEPLOYMENT_FEE in any solidity, so I try to delete it... Please tell me anything whether I am wrong or not. |
@xiaolou86 You're correct that the constant MIN_DEPLOYMENT_FEE should be removed. The contract no longer includes that constant. |
components/Starknet/modules/tools/pages/starkgate_function_reference.adoc
Outdated
Show resolved
Hide resolved
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1081/documentation/ . |
Your preview build is ready! ✨ Check the following link in 1-2 minutes: https://starknet-io.github.io/starknet-docs/pr-1081/documentation/ . |
Thank you very much, my bro @stoobie ! |
Description of the Changes
Update starkgate's references
Delete the L1 Constant
MIN_DEPLOYMENT_FEE
Check List
<docs/feat/fix/chore>(optional scope): <description>
, e.g:fix: minor typos in code
This change is