Skip to content

Commit

Permalink
add 19 generated account as verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdenev committed Mar 28, 2022
1 parent 118c4f0 commit 7063b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dev/deploy-and-seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ async function main() {
await Pond2.connect(investor).deposit(ethers.utils.parseUnits("1000", "ether"));

await VerificationRegistry.connect(owner).addVerifier(owner.address);
// GET address FROM Accounts generated from the node and use the same to connect in metamask
await VerificationRegistry.connect(owner).addVerifier("0xdd2fd4581271e230360230f9337d5c0430bf44c0");

console.log(`VerificationRegistry \t: ${VerificationRegistry.address}`);
console.log(`PondFactory \t\t: ${PondFactory.address}`);
Expand Down

0 comments on commit 7063b6e

Please sign in to comment.