diff --git a/src/utils/OrderUtils.ts b/src/utils/OrderUtils.ts index 88c2dad4..132d81e1 100644 --- a/src/utils/OrderUtils.ts +++ b/src/utils/OrderUtils.ts @@ -184,7 +184,7 @@ export async function orderAsset( await consumerAccount.getAddress(), exchange.baseToken, config.fixedRateExchangeAddress, - '1', + price, false ) const txApprove = typeof tx !== 'number' ? await tx.wait() : tx