Skip to content

Commit

Permalink
Merge pull request #17 from ethpandaops/pk910/deployment-script
Browse files Browse the repository at this point in the history
add commands
  • Loading branch information
pk910 authored Jun 3, 2024
2 parents 4e6285a + 2b439da commit de93f1a
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 de93f1a

Please sign in to comment.