Skip to content

Commit e7b1c13

Browse files
committed
fix(gm): replace hardcoded tx hash with dynamic placeholder in Scene 2c
1 parent 9e0a894 commit e7b1c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/gm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ echo -e " ${WHITE}2b. Execute real transfer (0.01 SOL → stealth address)${RES
144144
echo -e " ${DIM}\$${RESET} ${GREEN}pnpm devnet-demo${RESET}"
145145
echo ""
146146
sleep 0.05
147-
echo -e " ${WHITE}2c. Previous proof (already confirmed on-chain)${RESET}"
148-
echo -e " ${DIM}\$${RESET} ${GREEN}open \"https://solscan.io/tx/4FmLGsLkC5DYJojpQeSQoGMArsJonTEnx729gnFCeYEjFsr8Z46VrDzKQXLhFrpM9Uj6ezBtCQckU28odzvjvV4a?cluster=devnet\"${RESET}"
147+
echo -e " ${WHITE}2c. Verify on Solscan (copy tx hash from 2b output)${RESET}"
148+
echo -e " ${DIM}\$${RESET} ${GREEN}open \"https://solscan.io/tx/<TX_HASH_FROM_2b>?cluster=devnet\"${RESET}"
149149
echo ""
150150
sleep 0.3
151151

0 commit comments

Comments
 (0)