E2E tests on CI are executed against an example transfer contract.
This is fine, but the test is powered by a typescript testing framework that calls actions as they would be called from the frontend app (more specifically, it makes API calls to the backend).
These tests need to be replaced with tests that are similar to multitest on cycles-protocol repo.
All calls should be rust and asserts should also be done in rust.