mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Fixing bug in deactivateMint gas estimation
This commit is contained in:
parent
8b9d4f1180
commit
01e646c10f
@ -803,7 +803,7 @@ export class FixedRateExchange {
|
|||||||
|
|
||||||
const estGas = await estimateGas(
|
const estGas = await estimateGas(
|
||||||
address,
|
address,
|
||||||
this.fixedRateContract.methods.methods.toggleMintState,
|
this.fixedRateContract.methods.toggleMintState,
|
||||||
exchangeId,
|
exchangeId,
|
||||||
false
|
false
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user