From e45bc77cd921387ebcf8a3e1e2fcdf97b00d17f2 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 2 Aug 2023 23:51:09 -0400 Subject: [PATCH] tests: add faucet address to output for refilling --- src.ts/_tests/test-providers-send.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src.ts/_tests/test-providers-send.ts b/src.ts/_tests/test-providers-send.ts index fda0ebd54..ac5dd1966 100644 --- a/src.ts/_tests/test-providers-send.ts +++ b/src.ts/_tests/test-providers-send.ts @@ -15,6 +15,7 @@ setupProviders(); describe("Sends Transactions", function() { const wallet = new Wallet((process.env.FAUCET_PRIVATEKEY)); + console.log("Faucet Address:", wallet.address); const networkName = "goerli"; for (const providerName of providerNames) {