Merge pull request #13 from danieljcss/contractEdit

Contract edit
This commit is contained in:
Daniel Contreras Salinas
2022-09-29 21:21:30 +02:00
committed by GitHub
3 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ The logic used to recover wa compromised wallet and reassign its owner.
The logic to verify the wallet specific 2 factor authentication.
## Delpoy on Optimism Görli
First set your private key on a .env file
yarn hardhat deploy --network optimsm-goerli
## Cyborg Run 🏃‍♂️
How to setup the project, compile the contracts, run the test and deploy.

View File

@@ -63,4 +63,5 @@ contract ZkOtpValidator {
lastValidatedTimestamp = input[1];
success = true;
}
}
}

View File

@@ -25,6 +25,7 @@ export const OptimismGoerli: Chain = {
decimals: 18,
},
}
const config: any = {
readOnlyChainId: OptimismGoerli.chainId,
readOnlyUrls: {