We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f504b0 commit 600c72dCopy full SHA for 600c72d
src/handlers.ts
@@ -430,6 +430,7 @@ export async function playgroundHandler(args: HandlerArgs): Promise<void> {
430
console.log(`bondedTxs: ${bondedTxs}`);
431
432
let signer = getAccount(undefined, 1);
433
+ // -------------------- ^^^ insert seed here to use a different account
434
for (let tx of ledgerBatchTx) {
435
const sudo = rcApiNow.tx.sudo.sudo(tx);
436
await sendAndFinalize(sudo, signer)
0 commit comments