Skip to content

Commit

Permalink
add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jun 3, 2024
1 parent dfe2660 commit 2b439da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fundingvault/scripts/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
const { ethers, network } = require("hardhat");
const fs = require('fs');

/* bootstrap commands:
npx hardhat vars set DEPLOYER_PRIVATE_KEY
npx hardhat run scripts/bootstrap.js --network ephemery
*/

async function main() {
const [owner] = await ethers.getSigners();
console.log("deployer address (owner): " + owner.address)
Expand Down

0 comments on commit 2b439da

Please sign in to comment.