Closed Jrachman closed 5 months ago
@Jrachman have you tried to run the script against a local node from https://github.com/otim-xyz/alphanet/blob/main/examples/custom-genesis-dev-node.rs ? that would be very helpful for debugging.
Officially resolved!
Trying to run 3074-invokers's
sendEth
forge script example with this Docker build of foundry but I'm running into aTransaction failure
error.It shows a successful test simulation before broadcasting, but when it broadcasts to AlphaNet, the transaction fails. My thought is that there is a discrepancy between the way 3074 is implemented in the simulation build which is passing and AlphaNet which is failing. This error did not occur until after
3074-invokers
's repo got updated to usefoundry-alphanet
for foundry things. Weirdly enough though, when running thesendEth
forge script with the current version offoundry-alphanet
on the Otim Devnet, it works...Here is the output for reference: