Created
March 12, 2024 06:35
-
-
Save Akagi201/5167f219e83a43bce8ba781c8704b359 to your computer and use it in GitHub Desktop.
first install foundry cli from https://book.getfoundry.sh/getting-started/installation
This file contains 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
#!/bin/bash | |
while true; do | |
cast call "0x1A46be28AB241F5A64F82ddFc384911520E3d557" "futuresUploadBatchId()" -r "https://rpc-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz" | |
sleep 5 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment