tests: add faucet address to output for refilling
This commit is contained in:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user