-
Notifications
You must be signed in to change notification settings - Fork 391
feat: improve periodic proof sending script #2156
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
MarcosNicolau
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for me locally, not approving to discuss the params
MarcosNicolau
approved these changes
Oct 21, 2025
JuArce
approved these changes
Oct 21, 2025
JuArce
requested changes
Oct 21, 2025
Co-authored-by: Julian Arce <[email protected]>
JuArce
approved these changes
Oct 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR improves the previous script that sent proofs every N seconds, considering the time elapsed and the current network gas price:
How to test
We are using devnet to test the feature. You can use your own wallet or the one used in the alerts/.env.devnet file.
If you are using a local wallet, fund it using:
Deposit into Aligned using the following CLI command:
Or use the
--private_keyflag with the private key used in the .env.devnet file.Now, you can run the script, but since the sleep time between intervals is 30 minutes, you'll have to reduce it, for example, to 10 seconds.
Add gas cost variations
Since the gas cost won't vary much during the testing interval, we have to modify the gas cost of the network manually.
Do it with the following command:
Change the Gwei amount in hex for the one you want to test. Some sample values:
I noticed that once it's set to a value, it decreases with the passing of time, so I recommend increasing it to a high value and waiting for the time to pass.
Note: You'll see a log like the following
This is logged because it tries to connect to Slack via curl, but we have not set the Slack URL variable, as it's not relevant for this test.
Type of change
Please delete options that are not relevant.
Checklist
testnet, everything else tostaging