tests: add faucet address to output for refilling

This commit is contained in:
Richard Moore 2023-08-02 23:51:09 -04:00
parent c3971ab428
commit e45bc77cd9

@ -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) {