Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-04-04 10:03:19 +02:00
parent 9cb6a10d4a
commit 5f89a2d581
1 changed files with 1 additions and 2 deletions

View File

@ -306,6 +306,7 @@ async function main() {
//
// Place serum3 order
//
console.log('Placing serum3 order...');
const serum3MarketExternal = await Market.load(
userClient.program.provider.connection,
serumMarketExternalPk,
@ -323,8 +324,6 @@ async function main() {
],
serumProgramId,
);
console.log('Placing serum3 order...');
await serum3PlaceOrder(
userClient,
group.publicKey,