ts: fix address used for alt

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-11-20 13:14:05 +01:00
parent 43afa713a9
commit 2609d56648
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function extendTable(
return;
}
const extendIx = AddressLookupTableProgram.extendLookupTable({
lookupTable: group.addressLookupTables[0],
lookupTable: alt.value!.key,
payer: payer.publicKey,
authority: payer.publicKey,
addresses,