### Description
- Mitosis had previously done some load testing from sepolia to
optimismsepolia | arbitrumsepolia, so there were prep queues of 235k+!
- Ignores the offending contracts whose mailboxes are different from the
ones we deployed, so these messages are forever unprocessable:
```
$ cast call 0x3da95d8d0b98d7428dc2f864511e2650e34f7087 'mailbox()(address)' --rpc-url $(rpc arbitrumsepolia)
0xBA42Ee5864884C77a683E1dda390c6f6aE144167
$ addy arbitrumsepolia mailbox
0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8
```
- Updates the image as a drive-by
- Stops relaying and validating on solantestnet, which is now old
(doesn't include protocol fees) which is incompatible with the agents on
`main`. This is because the account storage layout that the agents read
has changed. Solantestnet isn't used for anything anymore because
eclipsetestnet was also shut down
### Drive-by changes
<!--
Are there any minor or drive-by changes also included?
-->
### Related issues
<!--
- Fixes #[issue number here]
-->
### Backward compatibility
<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?
Yes/No
-->
### Testing
<!--
What kind of testing have these changes undergone?
None/Manual/Unit Tests
-->