-
Notifications
You must be signed in to change notification settings - Fork 38
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
Auto funding script #1543
Auto funding script #1543
Conversation
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.
LGTM from my mediocre hardhat understanding. Need to drop the SQL fix commit from the branch though I guess.
…uced bad batches.
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.
there are commits in here that don't belong in this PR.
It should be rebased on main
I've had the gas fixes here merged as I needed it to debug stuff, does it need a rebase now that the other one is in? |
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.
LGTM - except maybe getting rid of that 0.9 * tx size thing in the gas calculation we talked about. Bit weird bout the wait for receipts not working too but given that's just sim code I guess is fine for now. Excited to get this one in with the simple transfer to bridge ability 💪
Why this change is needed
Please provide a description and a link to the underlying ticket
What changes were made as part of this PR
Please provide a high level list of the changes made
PR checks pre-merging
Please indicate below by ticking the checkbox that you have read and performed the required
PR checks