fix batch priority fees market and index
This commit is contained in:
@@ -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'],
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user