reorg
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
9cb6a10d4a
commit
5f89a2d581
|
@ -306,6 +306,7 @@ async function main() {
|
||||||
//
|
//
|
||||||
// Place serum3 order
|
// Place serum3 order
|
||||||
//
|
//
|
||||||
|
console.log('Placing serum3 order...');
|
||||||
const serum3MarketExternal = await Market.load(
|
const serum3MarketExternal = await Market.load(
|
||||||
userClient.program.provider.connection,
|
userClient.program.provider.connection,
|
||||||
serumMarketExternalPk,
|
serumMarketExternalPk,
|
||||||
|
@ -323,8 +324,6 @@ async function main() {
|
||||||
],
|
],
|
||||||
serumProgramId,
|
serumProgramId,
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log('Placing serum3 order...');
|
|
||||||
await serum3PlaceOrder(
|
await serum3PlaceOrder(
|
||||||
userClient,
|
userClient,
|
||||||
group.publicKey,
|
group.publicKey,
|
||||||
|
|
Loading…
Reference in New Issue