fix batch priority fees market and index

This commit is contained in:
wphan
2024-04-24 09:08:44 -07:00
parent 2ae8554371
commit 4d355e6280

View File

@@ -473,8 +473,8 @@ const main = async (): Promise<void> => {
);
return {
...JSON.parse(fees),
marketType,
marketIndex,
marketType: normedParam['marketType'],
marketIndex: normedParam['marketIndex'],
};
})
);