Skip to content

Commit

Permalink
tests: add faucet address to output for refilling
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 3, 2023
1 parent c3971ab commit e45bc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src.ts/_tests/test-providers-send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ setupProviders();
describe("Sends Transactions", function() {

const wallet = new Wallet(<string>(process.env.FAUCET_PRIVATEKEY));
console.log("Faucet Address:", wallet.address);

const networkName = "goerli";
for (const providerName of providerNames) {
Expand Down

0 comments on commit e45bc77

Please sign in to comment.