File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/govtool-frontend/playwright Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ The script will:
1101102. Set FAUCET_STAKE_PKH=<your-stake-pkh>
1111113. 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
Original file line number Diff line number Diff 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 }
You canβt perform that action at this time.
0 commit comments