Skip to content

Commit

Permalink
jsutils: update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
emailtovamos committed May 16, 2024
1 parent 5b7a71e commit cb0b34b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/jsutils/faucet_request.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { ethers } from "ethers";
import program from "commander";

// depends on ethjs v6.11.0+ for 4844, https://github.com/ethers-io/ethers.js/releases/tag/v6.11.0
// Usage:
// nvm use 20
// node faucet_request.js --rpc https://data-seed-prebsc-1-s1.binance.org:8545 --startNum 39539137
// node faucet_request.js --rpc https://data-seed-prebsc-1-s1.binance.org:8545 --startNum 39539137 --endNum 40345994
// node faucet_request.js --rpc localhost:8545 --startNum 39539137
// node faucet_request.js --rpc localhost:8545 --startNum 39539137 --endNum 40345994
program.option("--rpc <Rpc>", "Rpc Server URL");
program.option("--startNum <Num>", "start block", 0);
program.option("--endNum <Num>", "end block", 0);
Expand Down

0 comments on commit cb0b34b

Please sign in to comment.