This repository was archived by the owner on Feb 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import {
1515 useSessionStoreWithoutUndo ,
1616 useSessionStoreWithUndo ,
1717} from "../../hooks/useSessionStore" ;
18+ import { EXAMPLES } from "../../library/examples" ;
1819import { mapITransactionExtToITransaction } from "../../mappers/external-to-internal" ;
19- import { EXAMPLES } from "../../utils/examples" ;
2020import { DEFAULT_TRANSACTION_RUN } from "../../utils/state" ;
2121
2222export const Example : React . FC = ( ) => {
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ export const EXAMPLES: Record<
6262 } ,
6363 ] ,
6464 } ,
65- help : 'Generate a keypair for the "New Account" using the 🔑 button and then click the "Send" button.' ,
65+ help :
66+ 'Press the wand on "Payer" and "New Account" accounts. ' +
67+ 'Then click the "Send" button!' ,
6668 } ,
6769
6870 systemProgramTransfer : {
@@ -110,6 +112,9 @@ export const EXAMPLES: Record<
110112 } ,
111113 ] ,
112114 } ,
113- help : 'Click the "Send" button when you\'re ready.' ,
115+ help :
116+ 'Click the wand on "From" account to fill in your Wallet address. ' +
117+ 'Optionally, change the "To" account to another address. ' +
118+ 'Then click the "Send" button!' ,
114119 } ,
115120} ;
You can’t perform that action at this time.
0 commit comments