You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The command npm run deploy:contracts fails because deploy/deploy.ts tries to deploy MyErc20.sol, which is removed in the latest FHEVM version.
Resolution:
Updated deploy/deploy.ts to deploy the correct contract. Fix is in PR #28
The text was updated successfully, but these errors were encountered:
Issue:
npm run deploy:contracts
FailsDescription:
The command
npm run deploy:contracts
fails becausedeploy/deploy.ts
tries to deployMyErc20.sol
, which is removed in the latest FHEVM version.Resolution:
Updated
deploy/deploy.ts
to deploy the correct contract. Fix is in PR #28The text was updated successfully, but these errors were encountered: