Skip to content

Commit 04918ab

Browse files
committed
chore: update generate faucet wallet success message
1 parent 7241743 commit 04918ab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€Žtests/govtool-frontend/playwright/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The script will:
110110
2. Set FAUCET_STAKE_PKH=<your-stake-pkh>
111111
3. Set FAUCET_ADDRESS=<your-wallet-address>
112112
113-
🎈 All done! Have fun with your new wallet!
113+
🎈 All set! Please ensure this wallet is funded with a sufficient balance
114114
```
115115

116116
### Step 2: Configure Environment Variables

β€Žtests/govtool-frontend/playwright/generate_faucet_wallet.tsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ import { ShelleyWallet } from "./lib/helpers/crypto";
2323
console.log(`2. Set FAUCET_STAKE_PKH=${walletJson.stake.pkh}`);
2424
console.log(`3. Set FAUCET_ADDRESS=${walletJson.address}`);
2525

26-
console.log("\n🎈 All done! Have fun with your new wallet!");
26+
console.log(
27+
"\n🎈 All set! Please ensure this wallet is funded with a sufficient balance"
28+
);
2729
} catch (error) {
2830
console.error("\n❌ An error occurred:", error.message);
2931
}

0 commit comments

Comments
Β (0)