Deploying in goerli <--> zkEVM throws an error since EIP1559 is not supported on zkEVM. ``` cd usdc-lxly/ forge script scripts/DeployInit.s.sol:DeployInit --broadcast -vvvv ``` Fixed adding the `--legacy` option when running `forge`. I think it should be added to the README.md