- **ISO-4217W on Cronos**: `./scripts/deployment/fix-nonce-and-retry.sh cronos "script/deploy/iso4217w/DeployISO4217WSystem.s.sol:DeployISO4217WSystem"` then retry
- **Chain 138**: Resolve stuck tx; then `./scripts/deployment/run-all-deployments-parallel.sh chain138`
- **G2/G3 BSC, Polygon, Base, Optimism**: Infura 429; use public RPCs in .env or retry later. Single chain: `TRUSTLESS_DEPLOY_LOCKBOX=1 ./scripts/deployment/deploy-trustless-l2s.sh BSC`
## Nonce fix and G2/G3 remaining
- **fix-nonce-and-retry.sh**: Clears broadcast/cache so Forge uses fresh on-chain nonce. Chains: cronos, chain138, bsc, polygon, base, optimism, arbitrum, avalanche, gnosis. Default script: Trustless bridge. Use `--slow` when re-running deploy.
- **Cronos G2/G3**: Completed after nonce fix (BondManager, ChallengeManager, LiquidityPoolETH, InboxETH, Lockbox on Cronos).
- **run-remaining-g2g3-with-nonce-fix.sh**: Runs Cronos (with cache clear) then BSC, Polygon, Base, Optimism with delay between chains. BSC/Polygon/Base/Optimism may still hit Infura 429; switch to public RPCs in .env to complete.
For step-by-step commands to deploy the DApp LXC (5801), add NPMplus proxy, fund mainnet LP, fund CCIP LINK, and optional G1–G3 / CCIPLogger, see **[ALL_NEXT_STEPS_CURRENT.md](ALL_NEXT_STEPS_CURRENT.md)**.