Caution
This is a proof of concept, not a production-ready contract! It needs to be properly reviewed and audited before actually using it.
A helper contract to support the swap-and-bridge feature through CoW Protocol.
Each supported bridge has its own dedicated helper contract.
The helper contract is intended to be delegatecalled from a CoW Shed contract instance.
See the forked tests in test/e2e/
for usage details.
forge build
forge test
forge fmt
forge snapshot
forge script script/Deploy.s.sol:DeployScript --rpc-url <your_rpc_url> --private-key <your_private_key>