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 { return {
...JSON.parse(fees), ...JSON.parse(fees),
marketType, marketType: normedParam['marketType'],
marketIndex, marketIndex: normedParam['marketIndex'],
}; };
}) })
); );