etherlime compile --solcVersion 0.6.6
etherlime deploy --file ./deployment/deploy-smart-wallet-implementation.js --compile=false
etherlime test --solcVersion 0.6.6
Some SmartWallet tests would fail - to run the smart wallet tests first we need to deploy a smart contract implementation (deployment/deploy-smart-wallet-implementation.js) and set its address to the Proxy.sol contract.