symbol rework; fee % switching; symbol search improvements

This commit is contained in:
tim
2024-10-11 00:26:29 -04:00
parent 6d19adb130
commit 5b23864c2e
11 changed files with 233 additions and 178 deletions

View File

@@ -303,7 +303,7 @@ export async function pendOrder(order, fee=null) {
id: uuid(),
chainId: s.chainId,
placementTime: Date.now()/1000,
fee: fee,
fee: fee, // dexorder place and gas fee total
vault: s.vaults.length ? s.vaults[0] : null,
state: PendingOrderState.Submitted,
order