mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 09:47:06 +01:00
destruct
Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
parent
84e28fda91
commit
1a1a741645
@ -221,7 +221,8 @@ function usePricing(ddo: DDO): UsePricing {
|
||||
weightOnDataToken,
|
||||
swapFee
|
||||
} = priceOptions
|
||||
let dtAmount = priceOptions.dtAmount
|
||||
|
||||
let { dtAmount } = priceOptions
|
||||
const isPool = type === 'dynamic'
|
||||
|
||||
if (!isPool && !config.fixedRateExchangeAddress) {
|
||||
@ -235,7 +236,7 @@ function usePricing(ddo: DDO): UsePricing {
|
||||
setStep(99, 'pool')
|
||||
|
||||
try {
|
||||
//if fixedPrice set dt to max amount
|
||||
// if fixedPrice set dt to max amount
|
||||
if (!isPool) dtAmount = 1000
|
||||
await mint(`${dtAmount}`)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user